[fedora-packager/f15] 0.5.9.3 coming up! Rewrite of fedpkg

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


commit 52f1e8bb4e128624ea2b4e2c9f0b7c63850243e6
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Oct 27 14:58:51 2011 -0700

    0.5.9.3 coming up!  Rewrite of fedpkg

 .gitignore           |    1 +
 fedora-packager.spec |   20 +++++++++++++++-----
 sources              |    2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16defa8..509ee58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ fedora-packager-0.5.1.2.tar.bz2
 /fedora-packager-0.5.9.0.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
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 5d9af4a..900a1f1 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           fedora-packager
-Version:        0.5.9.2
-Release:        2%{?dist}
+Version:        0.5.9.3
+Release:        1%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -16,6 +16,8 @@ Patch0:         fedora-packager-0.5.9.2-pkgowners-url.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
+# Build reqs for fedpkg
+BuildRequires:  pyrpkg, python-offtrac
 Requires:       koji bodhi-client 
 Requires:       rpm-build rpmdevtools rpmlint
 Requires:       mock curl openssh-clients
@@ -33,13 +35,16 @@ Set of utilities useful for a fedora packager in setting up their environment.
 %package     -n fedpkg
 Summary:        Fedora utility for working with dist-git
 Group:          Applications/Databases
-Requires:       GitPython >= 0.2.0, python-argparse
+Requires:       pyrpkg
 Requires:       python-pycurl, koji, python-fedora
 Requires:       fedora-cert = %{version}-%{release}
-Requires:       python-offtrac, rpm-build
+Requires:       python-offtrac, bodhi-client, redhat-rpm-config
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
 %endif
+# Put version last as to not confuse things
+# This will re-define version throughout
+Version:        1.0
 
 %description -n fedpkg
 Provides the fedpkg command for working with dist-git
@@ -94,14 +99,19 @@ rm -rf $RPM_BUILD_ROOT
 %files -n fedpkg
 %defattr(-,root,root,-)
 %doc COPYING TODO AUTHORS ChangeLog
+%config(noreplace) %{_sysconfdir}/rpkg/fedpkg.conf
 %{_bindir}/fedpkg
 %{_libexecdir}/fedpkg-fixbranches
-%{python_sitelib}/pyfedpkg
+%{python_sitelib}/pyrpkg/fedpkg
 %{_sysconfdir}/bash_completion.d
 %{_mandir}/*/*
 
 
 %changelog
+* Tue Jun 14 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
+
 * Sat Aug 27 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.5.9.2-2
 - Fix operating URL of fedoradev-pkgowners (BZ #575517).
 
diff --git a/sources b/sources
index 9ed51a0..a588f14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef3e49a4df985bdba8c76f3a4c533fb6  fedora-packager-0.5.9.2.tar.bz2
+624874b2441bcd598d6e7cbf79fcd8ba  fedora-packager-0.5.9.3.tar.bz2


More information about the scm-commits mailing list