diff --git a/fedpkg.spec b/fedpkg.spec index 110152d..af126a4 100644 --- a/fedpkg.spec +++ b/fedpkg.spec @@ -8,7 +8,7 @@ Name: fedpkg Version: 1.29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fedora utility for working with dist-git Group: Applications/System @@ -22,7 +22,7 @@ BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: python-setuptools # We br these things for man page generation due to imports -BuildRequires: pyrpkg >= 1.44 +BuildRequires: pyrpkg >= 1.50 BuildRequires: fedora-cert BuildRequires: bash-completion # This until fedora-cert gets fixed @@ -34,7 +34,7 @@ BuildRequires: python-mock Requires: bodhi-client Requires: fedora-cert -Requires: pyrpkg >= 1.47 +Requires: pyrpkg >= 1.50 Requires: python-fedora Requires: python-pycurl Requires: redhat-rpm-config @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 18 2017 Chenxiong Qi - 1.29-2 +- python2-rpkg-1.50 is minimum version required + * Thu Aug 17 2017 Chenxiong Qi - 1.29-1 - Remove unused variable in Commands.retire (cqi) - No more pkgdb. (rbean)