rpms/mrepo/devel mrepo.spec,1.4,1.5

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Oct 18 19:31:01 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/mrepo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22857/devel

Modified Files:
	mrepo.spec 
Log Message:
Generalize Requires: httpd -> Requires: webserver. (BZ #529421)


Index: mrepo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mrepo/devel/mrepo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mrepo.spec	25 Jul 2009 15:14:43 -0000	1.4
+++ mrepo.spec	18 Oct 2009 19:31:01 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		mrepo
 Version:	0.8.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A tool to set up a yum/apt mirror from various sources
 License:	GPLv2
 Group:		System Environment/Base
@@ -16,9 +16,9 @@ BuildRequires:	python-devel
 # Needed for operation
 Requires:	createrepo
 ## For dir ownership
-# vixie-cron in older distros, cronie in newer ones; filelist always available
+# vixie-cron in older distros, cronie in newer ones; filelist of sbindir is always available
 Requires:	%{_sbindir}/crond
-Requires:	httpd
+Requires:	webserver
 Requires:	logrotate
 
 # For services
@@ -124,19 +124,22 @@ rm -rf %{buildroot}
 %{_localstatedir}/mrepo/
 
 %changelog
+* Sun Oct 18 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.8.6-5
+- Generalize webserver requirement.
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Sun Jul 12 2009 Sandro Mathys <red at fedoraproject.org> - 0.8.6-3
 - Changed the usage of macros to get the spec file to work in EL, too.
 
-* Sun Jul 12 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.8.6-2
+* Sun Jul 12 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.8.6-2
 - Review fixes.
 
-* Sun Jul 12 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.8.6-1
+* Sun Jul 12 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.8.6-1
 - Update to 0.8.6.
 
-* Wed May 20 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.8.4-2
+* Wed May 20 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.8.4-2
 - Spec modifications for inclusion into Fedora.
 
 * Wed Dec 13 2006 Dag Wieers <dag at wieers.com> - 0.8.4-1




More information about the fedora-extras-commits mailing list