[fedpkg] add missing Requires and BuildRequires

Dennis Gilmore ausil at fedoraproject.org
Wed Jun 25 16:21:50 UTC 2014


commit 9d5e8864a06786fa2d8c3d40a18f7fafec7c9a42
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jun 25 11:21:38 2014 -0500

    add missing Requires and BuildRequires

 fedpkg.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/fedpkg.spec b/fedpkg.spec
index 22bb9a3..74d08a1 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -15,6 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       pyrpkg >= 1.13, redhat-rpm-config
 Requires:       python-pycurl, koji, python-fedora
 Requires:       fedora-cert, python-offtrac, bodhi-client
+Requires:       packagedb-cli
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
 %endif
@@ -24,7 +25,7 @@ BuildRequires:  python-devel, python-setuptools, python-offtrac
 # We br these things for man page generation due to imports
 BuildRequires:  pyrpkg, fedora-cert
 # This until fedora-cert gets fixed
-BuildRequires:  python-fedora
+BuildRequires:  python-fedora, packagedb-cli
 
 
 %description


More information about the scm-commits mailing list