[fedora-packager] Requires: packagedb-cli (which also pulls in python-bugzilla)

Adam Jackson ajax at fedoraproject.org
Thu Jan 3 16:35:02 UTC 2013


commit 3f1b063c79eb3de4a3c3fd24e24aa6b58b11e7b3
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jan 3 11:34:57 2013 -0500

    Requires: packagedb-cli (which also pulls in python-bugzilla)

 fedora-packager.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 2d4f416..a7e586a 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,7 +4,7 @@
 
 Name:           fedora-packager
 Version:        0.5.10.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -14,7 +14,7 @@ Source0:        https://fedorahosted.org/releases/f/e/fedora-packager/fedora-pac
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
-Requires:       koji bodhi-client 
+Requires:       koji bodhi-client packagedb-cli
 Requires:       rpm-build rpmdevtools rpmlint
 Requires:       mock curl openssh-clients
 Requires:       pyOpenSSL
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 03 2013 Adam Jackson <ajax at redhat.com> 0.5.10.1-2
+- Requires: packagedb-cli (which also pulls in python-bugzilla)
+
 * Mon Dec 03 2012 Nick Bebout <nb at fedoraproject.org> - 0.5.10.1-1
 - fix fedora-burn-yubikey to allow specifying what slot to use
 


More information about the scm-commits mailing list