]> git.pld-linux.org Git - packages/flyspray.git/commitdiff
- use %service in trigger to respect skip auto restarts of services; rel 2 auto/ac/flyspray-0_9_8-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Jan 2006 14:07:56 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flyspray.spec -> 1.12

flyspray.spec

index 42becbfd0458d9314436a0a41e00ce39924cd48c..23231cb34d45a3ae6a54329ecba6f6966ded4a87 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Bug Tracking System
 Summary(pl):   System ¶ledzenia b³êdów
 Name:          flyspray
 Version:       0.9.8
 Summary(pl):   System ¶ledzenia b³êdów
 Name:          flyspray
 Version:       0.9.8
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://flyspray.rocks.cc/files/%{name}-%{version}.tar.gz
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://flyspray.rocks.cc/files/%{name}-%{version}.tar.gz
@@ -11,7 +11,7 @@ Source1:      %{name}.conf
 Source2:       %{name}-apache.conf
 Patch0:                %{name}-PLD.patch
 URL:           http://flyspray.rocks.cc/
 Source2:       %{name}-apache.conf
 Patch0:                %{name}-PLD.patch
 URL:           http://flyspray.rocks.cc/
-BuildRequires: rpmbuild(macros) >= 1.264
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires(triggerpostun):       sed >= 4.0
 Requires:      adodb
 Requires:      php >= 3:4.3.0
 Requires(triggerpostun):       sed >= 4.0
 Requires:      adodb
 Requires:      php >= 3:4.3.0
@@ -117,9 +117,7 @@ fi
 
 if [ "$httpd_reload" ]; then
        /usr/sbin/webapp register httpd %{_webapp}
 
 if [ "$httpd_reload" ]; then
        /usr/sbin/webapp register httpd %{_webapp}
-       if [ -f /var/lock/subsys/httpd ]; then
-               /etc/rc.d/init.d/httpd reload 1>&2
-       fi
+       %service httpd reload
 fi
 
 %files
 fi
 
 %files
This page took 0.049536 seconds and 4 git commands to generate.