[fedora-packager] * Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-4 - fedpkg needs koji installed - fedor

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 11 00:52:58 UTC 2010


commit dfbd01bcb17004e740ec3fee819cb117c4b96e1d
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sun Oct 10 19:52:54 2010 -0500

    * 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 itse

 fedora-packager.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 7136d42..c59a740 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,7 +4,7 @@
 
 Name:           fedora-packager
 Version:        0.5.1.4
-Release:        3%{?dist}
+Release:        4%{?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
+Requires:       python-pycurl, koji
 Requires:       fedora-cert = %{version}-%{release}
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
@@ -51,6 +51,7 @@ Provides the fedpkg command for working with dist-git
 Summary:        fedora-cert tool and python library
 Group:          Applications/Databases
 Requires:       pyOpenSSL
+Requires:       python-pycurl
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
 %endif
@@ -102,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
+
 * Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-3
 - move Requires: python-pycurl to fedpkg
 


More information about the scm-commits mailing list