From 8cf4e06144b0e7c260ab7da58d5731cda6f7007f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Oct 28 2011 21:37:12 +0000 Subject: bugfix release --- 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 - 0.5.9.3-2 -- Hardcode fedpkg requires +* Fri Oct 28 2011 Jesse Keating - 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 - 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