From b0ea49b4341710ed418a5964afb5e2ac17ba412f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 30 Jan 2006 17:39:10 +0000 Subject: [PATCH] - use %service Changed files: apache-mod_fastcgi.spec -> 1.46 --- apache-mod_fastcgi.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apache-mod_fastcgi.spec b/apache-mod_fastcgi.spec index bdc4688..cea8282 100644 --- a/apache-mod_fastcgi.spec +++ b/apache-mod_fastcgi.spec @@ -21,6 +21,7 @@ URL: http://www.FastCGI.com/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.2 BuildRequires: libtool +BuildRequires: rpmbuild(macros) >= 1.268 Requires: apache(modules-api) = %apache_modules_api BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -77,15 +78,11 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/90_mod_%{mod_name}.c rm -rf $RPM_BUILD_ROOT %post -if [ -f /var/lock/subsys/httpd ]; then - /etc/rc.d/init.d/httpd restart 1>&2 -fi +%service -q httpd restart %preun if [ "$1" = "0" ]; then - if [ -f /var/lock/subsys/httpd ]; then - /etc/rc.d/init.d/httpd restart 1>&2 - fi + %service -q httpd restart fi %files -- 2.43.0