rpms/clamav/devel clamav.spec,1.87,1.88

Enrico Scholz ensc at fedoraproject.org
Sun Apr 19 10:31:58 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/clamav/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9735

Modified Files:
	clamav.spec 
Log Message:
fixed '--without upstart' operation


Index: clamav.spec
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- clamav.spec	15 Apr 2009 14:14:27 -0000	1.87
+++ clamav.spec	19 Apr 2009 10:31:25 -0000	1.88
@@ -22,7 +22,7 @@
 Summary:	End-user tools for the Clam Antivirus scanner
 Name:		clamav
 Version:	0.95.1
-Release:	%release_func 2%{?snapshot:.%snapshot}
+Release:	%release_func 3%{?snapshot:.%snapshot}
 
 License:	%{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
 Group:		Applications/File
@@ -454,7 +454,7 @@
 rm -f $RPM_BUILD_ROOT%_sysconfdir/clamav-milter.conf
 touch $RPM_BUILD_ROOT{%milterstatedir/clamav-milter.socket,%milterlog}
 
-%{!?with_upstart:rm -rf %_sysconfdir/event.d}
+%{!?with_upstart:rm -rf $RPM_BUILD_ROOT%_sysconfdir/event.d}
 
 ## ------------------------------------------------------------
 
@@ -672,6 +672,9 @@
 
 
 %changelog
+* Sun Apr 19 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.95.1-3
+- fixed '--without upstart' operation
+
 * Wed Apr 15 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.95.1-2
 - added '%%bcond_without upstart' conditional to ease skipping of
   -upstart subpackage creation e.g. on EL5 systems




More information about the scm-commits mailing list