Remove the 2 postfix for pycurl and libcomps on RHEL

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
epel9
Patrick Uiterwijk 8 years ago
parent 1fe786e9e3
commit 50d78114ac

@ -26,7 +26,7 @@
Name: koji Name: koji
Version: 1.13.0 Version: 1.13.0
Release: 2%{?dist} Release: 3%{?dist}
# koji.ssl libs (from plague) are GPLv2+ # koji.ssl libs (from plague) are GPLv2+
License: LGPLv2 and GPLv2+ License: LGPLv2 and GPLv2+
Summary: Build system tools Summary: Build system tools
@ -44,9 +44,15 @@ Requires: python3-pycurl
Requires: python3-libcomps Requires: python3-libcomps
%else %else
Requires: python2-%{name} = %{version}-%{release} Requires: python2-%{name} = %{version}-%{release}
Requires: python2-pycurl %if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} >= 7
Requires: python2-libcomps Requires: python2-libcomps
Requires: python2-pycurl
%endif
%if 0%{?rhel}
Requires: python-pycurl
%endif
%if 0%{?rhel} >= 7
Requires: python-libcomps
%endif %endif
%endif %endif
BuildRequires: python BuildRequires: python
@ -438,6 +444,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Jul 12 2017 Patrick Uiterwijk <puiterwijk@redhat.com> - 1.13.0-3
- Remove the 2 postfix for pycurl and libcomps on RHEL
* Tue Jul 11 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.13.0-2 * Tue Jul 11 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.13.0-2
- Require python2-koji on Fedora <= 26. - Require python2-koji on Fedora <= 26.

Loading…
Cancel
Save