diff --git a/python-robosignatory.spec b/python-robosignatory.spec index e6fbd04..448b6e3 100644 --- a/python-robosignatory.spec +++ b/python-robosignatory.spec @@ -8,7 +8,7 @@ Name: python-robosignatory Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fedmsg consumer that automatically signs artifacts License: GPLv2+ @@ -26,7 +26,8 @@ Requires: fedmsg BuildRequires: koji Requires: koji -Requires: sigul +# https://bodhi.fedoraproject.org/updates/python-robosignatory-0.2.0-1.el7#comment-552652 +#Requires: sigul Requires: rpmdevtools @@ -60,6 +61,9 @@ rm -rf %{modname}.egg-info %{_bindir}/robosignatory-signatomic %changelog +* Sun Jan 29 2017 Ralph Bean - 0.2.0-2 +- Remove Requires on sigul, which is only necessary for one helper plugin. + * Fri Jan 20 2017 Ralph Bean - 0.2.0-1 - new version