Changes of Revision 2
[-] | Changed | icinga-web.spec |
1
2 3 Source0: icinga-web-%{pkgversion}.tar.bz2 4 Source1: icinga-web-rpmlintrc 5 -Patch0: icinga-web-1.6.2-apacheconfig-install.patch 6 +Patch0: icinga-web-1.10.0-apacheconfig-install.patch 7 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 8 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 9 BuildRequires: mysql-client 10 |
||
[+] | Added | icinga-web-1.10.0-apacheconfig-install.patch ^ |
@@ -0,0 +1,13 @@ +--- Makefile.in.orig 2013-10-24 20:02:48.156641393 +0200 ++++ Makefile.in 2013-10-24 20:03:14.188425778 +0200 +@@ -206,8 +206,8 @@ + ln -sf $(DESTDIR)$(prefix)/lib/ext3 $(DESTDIR)$(prefix)/pub/js/ext3 + + install-apache-config: +- $(INSTALL) -m 755 -d $(INSTALL_OPTS) $(DESTDIR)$(WEB_APACHE_PATH) +- ${INSTALL} -b -m 664 $(INSTALL_OPTS) etc/apache2/icinga-web.conf $(DESTDIR)$(WEB_APACHE_PATH)/icinga-web.conf ++ $(INSTALL) -m 755 -d $(DESTDIR)$(WEB_APACHE_PATH) ++ ${INSTALL} -b -m 664 etc/apache2/icinga-web.conf $(DESTDIR)$(WEB_APACHE_PATH)/icinga-web.conf + @printf "\nInstalled configuration in '%s'.\n" "$(WEB_APACHE_PATH)" + @printf "Please make sure that the directory is included or \n" + @printf "include %s/icinga-web.conf manually.\n" "$(WEB_APACHE_PATH)" |