[fedora-packager] require python-fedora for fedpkg

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 11 03:38:15 UTC 2010


commit 2c9557708f6e3116a814186fdbe580f201cfc6da
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sun Oct 10 22:38:00 2010 -0500

    require python-fedora for fedpkg

 fedora-packager.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index c59a740..8fcb0eb 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,7 +4,7 @@
 
 Name:           fedora-packager
 Version:        0.5.1.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -37,7 +37,7 @@ Set of utilities useful for a fedora packager in setting up their environment.
 Summary:        fedora utility for working with dist-git
 Group:          Applications/Databases
 Requires:       GitPython >= 0.2.0, python-argparse
-Requires:       python-pycurl, koji
+Requires:       python-pycurl, koji, python-fedora
 Requires:       fedora-cert = %{version}-%{release}
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-5
+- fedpkg needs python-fedora
+
 * Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-4
 - fedpkg needs koji installed
 - fedora-cert needs pycurl when installed by itself


More information about the scm-commits mailing list