[fedora-packager/f12/master] update to 0.5.1.1 split off fedpkg it needs fedora_cert modules so requres fedora-packager for now

Dennis Gilmore ausil at fedoraproject.org
Thu Aug 5 20:59:41 UTC 2010


commit 52cc316a4bfcaca0c0a91fa8ebdf703b01d91b61
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Aug 5 10:51:00 2010 -0500

    update to 0.5.1.1
    split off fedpkg it needs fedora_cert modules so requres fedora-packager for now

 .gitignore           |    1 +
 fedora-packager.spec |   35 ++++++++++++++++++++++++++++-------
 sources              |    2 +-
 3 files changed, 30 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a5c83c..973c120 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 fedora-packager-0.4.2.3.tar.bz2
 fedora-packager-0.5.0.1.tar.bz2
 fedora-packager-0.5.1.0.tar.bz2
+fedora-packager-0.5.1.1.tar.bz2
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 6f30712..c4f99fd 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
 %endif
 
 Name:           fedora-packager
-Version:        0.5.1.0
+Version:        0.5.1.1
 Release:        1%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
@@ -16,20 +16,29 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 Requires:       koji bodhi-client 
 Requires:       rpm-build rpmdevtools rpmlint
-Requires:       mock cvs curl wget make openssh-clients
+Requires:       mock curl openssh-clients
 Requires:       pyOpenSSL python-pycurl
 Requires:       redhat-rpm-config
 Requires:       python-offtrac
-Requires:       GitPython >= 0.2.0, python-argparse
-%if 0%{?rhel} == 5 || 0%{?rhel} == 4
-Requires:       python-kitchen
-%endif
+Requires:       fedpkg = %{version}-%{release}
 
 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:       GitPython >= 0.2.0, python-argparse, curl
+Requires:       fedora-packager = %{version}-%{release}
+%if 0%{?rhel} == 5 || 0%{?rhel} == 4
+Requires:       python-kitchen
+%endif
+
+%description -n fedpkg
+Provides the fedpkg command for working with dist-git
+
 %prep
 %setup -q
 
@@ -51,10 +60,22 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING TODO AUTHORS ChangeLog
 %{_bindir}/*
-%{python_sitelib}/pyfedpkg
+%exclude %{_bindir}/fedpkg
 %{python_sitelib}/fedora_cert
 
+%files -n fedpkg
+%doc COPYING TODO AUTHORS ChangeLog
+%defattr(-,root,root,-)
+%{_bindir}/fedpkg
+%{python_sitelib}/pyfedpkg
+
 %changelog
+* Thu Aug 05 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.1-1
+- update to latest release
+
+* Fri Jul 30 2010 Dennis Gilmore <dennis at ausil.us> -0.5.1.0-2
+- split fedpkg out on its own
+
 * Thu Jul 29 2010 Dennis Gilmore <dennis at ausil.us> -0.5.1.0-1
 - wrap fedora-cert in try except 
 - fedpkg fixes
diff --git a/sources b/sources
index 5f6fe7c..47e08a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cca94c3a00f8dfc4848c912bd62f00ef  fedora-packager-0.5.1.0.tar.bz2
+cae9095ca9fa03418a0d8966808a9649  fedora-packager-0.5.1.1.tar.bz2


More information about the scm-commits mailing list