rpms/clamav/devel clamav.spec, 1.79, 1.80 clamd-wrapper, 1.2, 1.3 verinfo, 1.2, 1.3

Enrico Scholz ensc at fedoraproject.org
Wed Feb 25 08:58:53 UTC 2009


Author: ensc

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

Modified Files:
	clamav.spec clamd-wrapper verinfo 
Log Message:
updated



Index: clamav.spec
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- clamav.spec	24 Feb 2009 07:37:58 -0000	1.79
+++ clamav.spec	25 Feb 2009 08:58:23 -0000	1.80
@@ -19,7 +19,7 @@
 Summary:	End-user tools for the Clam Antivirus scanner
 Name:		clamav
 Version:	0.94.2
-Release:	%release_func 2%{?snapshot:.%snapshot}
+Release:	%release_func 3%{?snapshot:.%snapshot}
 
 License:	%{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
 Group:		Applications/File
@@ -81,6 +81,7 @@
 %package data
 Summary:	Virus signature data for the Clam Antivirus scanner
 Group:		Applications/File
+BuildArch:		noarch
 Requires(pre):		clamav-filesystem = %version-%release
 Requires(postun):	clamav-filesystem = %version-%release
 Provides:		data(clamav) = full
@@ -90,6 +91,7 @@
 %package data-empty
 Summary:	Empty data package for the Clam Antivirus scanner
 Group:		Applications/File
+BuildArch:	noarch
 Provides:	data(clamav) = empty
 Conflicts:	data(clamav) < empty
 Conflicts:	data(clamav) > empty
@@ -117,6 +119,7 @@
 %package server-sysv
 Summary:	SysV initscripts for clamav server
 Group:		System Environment/Daemons
+BuildArch:	noarch
 Provides:	init(clamav-server) = sysv
 Requires:	clamav-server = %version-%release
 Requires(pre):		%_initrddir
@@ -156,6 +159,7 @@
 Group:		System Environment/Daemons
 Provides:	init(clamav-milter) = sysv
 Requires:	clamav-milter = %version-%release
+BuildArch:	noarch
 Requires(post):		user(%milteruser) clamav-milter
 Requires(preun):	user(%milteruser) clamav-milter
 Requires(pre):		%_initrddir
@@ -548,6 +552,10 @@
 
 
 %changelog
+* Wed Feb 25 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.94.2-3
+- made some subpackages noarch
+- fixed typo in SysV initscript which removes 'touch' file (#473513)
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.94.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: clamd-wrapper
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/clamd-wrapper,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clamd-wrapper	1 Jan 2008 13:19:16 -0000	1.2
+++ clamd-wrapper	25 Feb 2009 08:58:23 -0000	1.3
@@ -52,7 +52,7 @@
 	killproc $procname
 	RETVAL=$?
 	echo
-	[ $RETVAL -eq 0 ] && rm -f touch $lockfile
+	[ $RETVAL -eq 0 ] && rm -f $lockfile
 	return $RETVAL
 }
 


Index: verinfo
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/verinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- verinfo	1 Jan 2008 13:19:16 -0000	1.2
+++ verinfo	25 Feb 2009 08:58:23 -0000	1.3
@@ -1,2 +1,2 @@
-http://prdownloads.sourceforge.net/sourceforge/clamav/
+http://sourceforge.net/project/showfiles.php?group_id=86638&package_id=90197
 clamav-([0-9.-]*?)\.tar\.




More information about the fedora-extras-commits mailing list