rpms/clamav/devel clamav.spec,1.30,1.31 sources,1.13,1.14

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Mon Jan 9 23:27:47 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/clamav/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19458/devel

Modified Files:
	clamav.spec sources 
Log Message:
- updated to 0.88
- added pseudo-versions for the 'init(...)' provides as a first step
  for the support of alternative initmethods
- moved 'freshclam.conf.5' man page into the -update subpackage (#173221)
- ship 'clamd.conf.5' man page in the -server subpackage *too*. The
  same file is contained in multiple packages now, but this man-page
  can not be removed from the base package because it also applies to
  'clamdscan' there (#173221).



Index: clamav.spec
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- clamav.spec	4 Nov 2005 12:55:25 -0000	1.30
+++ clamav.spec	9 Jan 2006 23:27:46 -0000	1.31
@@ -21,7 +21,7 @@
 
 Summary:	End-user tools for the Clam Antivirus scanner
 Name:		clamav
-Version:	0.87.1
+Version:	0.88
 Release:	%release_func 1
 
 License:	GPL
@@ -84,7 +84,7 @@
 ## For now, use this as a placeholder. Later, generate separate -sysv
 ## and -minit subpackages
 Requires:	init(clamav-server)
-Provides:	init(clamav-server)
+Provides:	init(clamav-server) = sysv
 Requires:	data(clamav)
 Requires:	clamav-lib = %{version}-%{release}
 Requires(pre):		%_initrddir
@@ -96,7 +96,7 @@
 ## For now, use this as a placeholder. Later, generate separate -sysv
 ## and -minit subpackages
 Requires:	init(clamav-milter)
-Provides:	init(clamav-milter)
+Provides:	init(clamav-milter) = sysv
 %{!?_without_milter:BuildRequires:	sendmail-devel}
 Requires:		sendmail
 Requires(pre):		%_initrddir
@@ -348,7 +348,7 @@
 %{_bindir}/*
 %exclude %_bindir/clamav-config
 %exclude %_bindir/freshclam
-%exclude %_mandir/man1/freshclam*
+%exclude %_mandir/*/freshclam*
 
 ## -----------------------
 
@@ -384,7 +384,7 @@
 %files update
 %defattr(-,root,root,-)
 %_bindir/freshclam
-%_mandir/man1/freshclam*
+%_mandir/*/freshclam*
 %pkgdatadir/freshclam-sleep
 %config(noreplace) %verify(not mtime)    %_sysconfdir/freshclam.conf
 %config(noreplace) %verify(not mtime)    %_sysconfdir/logrotate.d/*
@@ -398,7 +398,7 @@
 %files server
 %defattr(-,root,root,-)
 %doc _doc_server/*
-%doc %{_mandir}/man8/*
+%doc %_mandir/*/clamd*
 %{_sbindir}/*
 %_initrddir/clamd-wrapper
 %dir %pkgdatadir
@@ -426,6 +426,18 @@
 %endif	# _without_milter
 
 %changelog
+* Tue Jan 10 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.88-1
+- updated to 0.88
+- added pseudo-versions for the 'init(...)' provides as a first step
+  for the support of alternative initmethods
+
+* Tue Nov 15 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.87.1-2
+- moved 'freshclam.conf.5' man page into the -update subpackage (#173221)
+- ship 'clamd.conf.5' man page in the -server subpackage *too*. The
+  same file is contained in multiple packages now, but this man-page
+  can not be removed from the base package because it also applies to
+  'clamdscan' there (#173221).
+
 * Fri Nov  4 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.87.1-1
 - updated to 0.87.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	4 Nov 2005 12:55:25 -0000	1.13
+++ sources	9 Jan 2006 23:27:46 -0000	1.14
@@ -1,2 +1,2 @@
-bf9f038edf0b6d5f76552e1b8d014b81  clamav-0.87.1.tar.gz
-4685754c9888f14dfa0bd879002566b3  clamav-0.87.1.tar.gz.sig
+5d23205673c32e2b1b6db95000e6da74  clamav-0.88.tar.gz
+12816c52cf4434f861c1c7faa196361a  clamav-0.88.tar.gz.sig




More information about the scm-commits mailing list