[fedora-packager] New release that drops fedpkg

Jesse Keating jkeating at fedoraproject.org
Tue Nov 8 16:46:35 UTC 2011


commit 1f498029d015176b3b7d204f4a8d51fe09a18da9
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Nov 7 22:37:53 2011 -0800

    New release that drops fedpkg

 .gitignore           |    1 +
 fedora-packager.spec |   36 ++++--------------------------------
 sources              |    2 +-
 3 files changed, 6 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cedc910..a359a58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ fedora-packager-0.5.1.2.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
+/fedora-packager-0.5.9.5.tar.bz2
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 33b1f53..48ce108 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
 %endif
 
 Name:           fedora-packager
-Version:        0.5.9.4
+Version:        0.5.9.5
 Release:        1%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
@@ -16,8 +16,6 @@ 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
@@ -32,23 +30,6 @@ BuildArch:      noarch
 %description
 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:       pyrpkg
-Requires:       python-pycurl, koji, python-fedora
-Requires:       fedora-cert = %{version}-%{release}
-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.1
-
-%description -n fedpkg
-Provides the fedpkg command for working with dist-git
-
 
 %package     -n fedora-cert
 Summary:        Fedora certificate tool and python library
@@ -75,7 +56,6 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libexecdir}
-mv $RPM_BUILD_ROOT%{_bindir}/fedpkg-fixbranches.py $RPM_BUILD_ROOT%{_libexecdir}/fedpkg-fixbranches
 
 
 %clean
@@ -87,7 +67,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING TODO AUTHORS ChangeLog
 %{_bindir}/*
 %{_sbindir}/*
-%exclude %{_bindir}/fedpkg
 %exclude %{_bindir}/fedora-cert
 
 %files -n fedora-cert
@@ -96,18 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/fedora-cert
 %{python_sitelib}/fedora_cert
 
-%files -n fedpkg
-%defattr(-,root,root,-)
-%doc COPYING TODO AUTHORS ChangeLog
-%config(noreplace) %{_sysconfdir}/rpkg/fedpkg.conf
-%{_bindir}/fedpkg
-%{_libexecdir}/fedpkg-fixbranches
-%{python_sitelib}/pyrpkg/fedpkg
-%{_sysconfdir}/bash_completion.d
-%{_mandir}/*/*
-
 
 %changelog
+* Mon Nov 07 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.5-1
+- Move fedpkg to it's own package, no longer part of fedora-packager
+
 * Fri Oct 28 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.4-1
 - Overload curl stuff (jkeating)
 - Hardcode fedpkg version requires (jkeating)
diff --git a/sources b/sources
index 0f6ec6c..5638ace 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b2b90498aec8a6a6554d84aeff2c5dd  fedora-packager-0.5.9.4.tar.bz2
+17a65f6660459d686e3c2d4d4635050c  fedora-packager-0.5.9.5.tar.bz2


More information about the scm-commits mailing list