[fedora-packager/f15] bugfix release

Jesse Keating jkeating at fedoraproject.org
Fri Oct 28 22:43:43 UTC 2011


commit 45e52b904ad1f710db63472033ecfe59c32a041f
Author: Jesse Keating <jkeating at redhat.com>
Date:   Fri Oct 28 14:37:12 2011 -0700

    bugfix release

 .gitignore           |    1 +
 fedora-packager.spec |   14 ++++++++------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 509ee58..cedc910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ fedora-packager-0.5.1.2.tar.bz2
 /fedora-packager-0.5.9.1.tar.bz2
 /fedora-packager-0.5.9.2.tar.bz2
 /fedora-packager-0.5.9.3.tar.bz2
+/fedora-packager-0.5.9.4.tar.bz2
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 744d083..33b1f53 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           fedora-packager
-Version:        0.5.9.3
-Release:        2%{?dist}
+Version:        0.5.9.4
+Release:        1%{?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 = 1.0-%{release}
+Requires:       fedpkg >= 1.0
 Requires:       fedora-cert = %{version}-%{release}
 Requires:       ykpers
 
@@ -44,7 +44,7 @@ Requires:       python-kitchen
 %endif
 # Put version last as to not confuse things
 # This will re-define version throughout
-Version:        1.0
+Version:        1.1
 
 %description -n fedpkg
 Provides the fedpkg command for working with dist-git
@@ -108,8 +108,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Oct 27 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.3-2
-- Hardcode fedpkg requires
+* Fri Oct 28 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.4-1
+- Overload curl stuff (jkeating)
+- Hardcode fedpkg version requires (jkeating)
+- Fix up changelog date (jkeating)
 
 * Thu Oct 27 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.3-1
 - Use the new plugin setup with rpkg
diff --git a/sources b/sources
index a588f14..0f6ec6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-624874b2441bcd598d6e7cbf79fcd8ba  fedora-packager-0.5.9.3.tar.bz2
+6b2b90498aec8a6a6554d84aeff2c5dd  fedora-packager-0.5.9.4.tar.bz2


More information about the scm-commits mailing list