Author: nanardon
Date: Tue Sep  5 17:11:11 2006
New Revision: 60103

Added:
   packages/cooker/rpm-helper/current/SOURCES/check_httpd_presence.fix.patch
Modified:
   packages/cooker/rpm-helper/current/SPECS/rpm-helper.spec

Log:
- path1: fix typo (Guillomovitch)

Added: packages/cooker/rpm-helper/current/SOURCES/check_httpd_presence.fix.patch
==============================================================================
--- (empty file)
+++ packages/cooker/rpm-helper/current/SOURCES/check_httpd_presence.fix.patch   
Tue Sep  5 17:11:11 2006
@@ -0,0 +1,13 @@
+Index: del-webapp
+===================================================================
+--- del-webapp (révision 58973)
++++ del-webapp (révision 59949)
+@@ -15,7 +15,7 @@
+       # uninstallation: restart web server if running,
+       # a there is one less configuration file
+       /sbin/service httpd condrestart
+-    ]
++    fi
+ else
+     # update: just reload web server if running,
+     # as the number of configuration files didn't change

Modified: packages/cooker/rpm-helper/current/SPECS/rpm-helper.spec
==============================================================================
--- packages/cooker/rpm-helper/current/SPECS/rpm-helper.spec    (original)
+++ packages/cooker/rpm-helper/current/SPECS/rpm-helper.spec    Tue Sep  5 
17:11:11 2006
@@ -3,10 +3,11 @@
 Summary: Helper scripts for rpm scriptlets
 Name: rpm-helper
 Version: 0.17
-Release: %mkrel 2
+Release: %mkrel 3
 Source0: %name-%version.tar.bz2
-# upstream patch
+# upstream patches
 Patch0: check_httpd_presence.patch
+Patch1: check_httpd_presence.fix.patch
 License: GPL
 Group: System/Configuration/Packaging
 URL: http://www.mandrivalinux.com/
@@ -25,6 +26,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT

Reply via email to