[fedora-packager] Hardcode fedpkg requires

Jesse Keating jkeating at fedoraproject.org
Thu Oct 27 22:48:28 UTC 2011


commit 0e22e6f234bf5db24234531c9082cb2d184f695b
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Oct 27 15:48:25 2011 -0700

    Hardcode fedpkg requires

 fedora-packager.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index c34ea69..744d083 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,7 +4,7 @@
 
 Name:           fedora-packager
 Version:        0.5.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -23,7 +23,7 @@ Requires:       rpm-build rpmdevtools rpmlint
 Requires:       mock curl openssh-clients
 Requires:       pyOpenSSL
 Requires:       redhat-rpm-config
-Requires:       fedpkg = %{version}-%{release}
+Requires:       fedpkg = 1.0-%{release}
 Requires:       fedora-cert = %{version}-%{release}
 Requires:       ykpers
 
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 27 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.3-2
+- Hardcode fedpkg requires
+
 * Thu Oct 27 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.3-1
 - Use the new plugin setup with rpkg
 - Change fedpkg version number to 1.0


More information about the scm-commits mailing list