Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
icinga
:
production
>
icinga-web
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Difference Between Revision 7 and
server:monitoring
/
icinga-web
[-]
[+]
Changed
icinga-web.changes
@@ -1,19 +1,4 @@ ------------------------------------------------------------------- -Wed May 1 09:51:42 UTC 2013 - cs@linux-administrator.com - -- update to release 1.8.3 - -------------------------------------------------------------------- -Wed Feb 13 10:45:59 UTC 2013 - cs@linux-administrator.com - -- update to release 1.8.2 - -------------------------------------------------------------------- -Sun Oct 21 10:33:07 UTC 2012 - cs@linux-administrator.com - -- update to release 1.8.0 - -------------------------------------------------------------------- Tue Jun 19 08:28:52 UTC 2012 - cs@linux-administrator.com - update to release 1.7.1
[-]
[+]
Changed
icinga-web.spec
^
@@ -1,4 +1,9 @@ -%define pkgversion 1.8.3 +# $Id$ +# Authority: michael.friedrich(at)univie.ac.at +# Upstream: The icinga devel team <icinga-devel at lists.sourceforge.net> +# Needs icinga-api +# ExcludeDist: el4 el3 +%define pkgversion 1.7.1 %if "%{_vendor}" == "suse" %define apacheconfdir %{_sysconfdir}/apache2/conf.d %define apacheuser wwwrun @@ -15,7 +20,7 @@ Summary: Open Source host, service and network monitoring Web UI Name: icinga-web -Version: 1.8.3 +Version: 1.7.1 Release: 1 License: GPL Group: Applications/System @@ -25,7 +30,8 @@ Source1: icinga-web-rpmlintrc Patch0: icinga-web-1.6.2-apacheconfig-install.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: php >= 5.2.3 php-pear php-gd php-xml php-ldap php-pdo php-dom php-spl php-xsl php-mysql php-sockets php-json pcre >= 7.6 +BuildRequires: php >= 5.2.3 php-pear php-gd php-xml php-ldap php-pdo php-dom php-spl php-xsl php-mysql pcre >= 7.6 +#BuildRequires: icinga-api BuildRequires: mysql-client BuildRequires: phing @@ -39,10 +45,9 @@ Requires: php-spl Requires: php-xsl Requires: php-mysql -Requires: php-sockets -Requires: php-json Requires: pcre >= 7.6 Requires: mysql-client +#Requires: icinga-api Requires: python Requires: perl AutoReqProv: off @@ -84,6 +89,7 @@ %install ############################## +%{__rm} -rf %{buildroot} %{__make} install \ DESTDIR="%{buildroot}" \ INSTALL_OPTS="" \ @@ -116,6 +122,9 @@ %post ############################## +### apply fixes after install +#mkdir %{_datadir}/icinga-web/app/cache + ### fix-privs taken from Makefile.in chown -R %{apacheuser}.%{apachegroup} \ %{_datadir}/icinga-web/app/cache \ @@ -148,7 +157,7 @@ %dir %{_datadir}/icinga-web/app/cache %dir %{_datadir}/icinga-web/app/cache/config %dir %{_datadir}/icinga-web/app/config -%dir %attr(-,icinga,icinga) /var/log/icinga +%dir /var/log/icinga %dir /var/log/icinga/api %config %{_datadir}/icinga-web/app/config/cronks.xml %config %{_datadir}/icinga-web/app/config/css.xml @@ -171,16 +180,47 @@ %config %{_datadir}/icinga-web/app/config/translation.xml %config %{_datadir}/icinga-web/app/config/validators.xml %config %{_datadir}/icinga-web/app/config/routing.modules.xml + %{_datadir}/icinga-web/app/data + %{_datadir}/icinga-web/app/lib %{_datadir}/icinga-web/app/modules %{_datadir}/icinga-web/app/templates + %{_datadir}/icinga-web/app/config.php + %{_datadir}/icinga-web/bin + %{_datadir}/icinga-web/etc %config(noreplace) %{_datadir}/icinga-web/etc/conf.d/*.xml + +#%{_datadir}/icinga-web/etc/build.properties +#%{_datadir}/icinga-web/etc/build.xml + %{_datadir}/icinga-web/doc %{_datadir}/icinga-web/lib %{_datadir}/icinga-web/pub + +############################## %changelog +############################## +* Thu Mar 31 2011 Carsten Schoene <cs@linux-administrator.com> - 1.3.1-1 +- update to release 1.3.1 + +* Wed Feb 16 2011 Carsten Schoene <cs@linux-administrator.com> - 1.3.0-1 +- update to release 1.3.0 + +* Mon Oct 25 2010 Carsten Schoene <cs@linux-administrator.com> - 1.2.1-1 +- update to release 1.2.1 + +* Wed Aug 18 2010 Carsten Schoene <cs@linux-administrator.com> - 1.0.3-1 +- update to release 1.0.3 + +* Tue Jun 29 2010 Michael Friedrich <michael.friedrich@univie.ac.at> - 1.0.1-1 +- updated for 1.0.1 + +* Fri Apr 16 2010 Michael Friedrich <michael.friedrich@univie.ac.at> - 0.9.1-1 +- initial creation + +
Changed
icinga-web-1.7.1.tar.bz2
^