Drop Python 2 subpackage on Fedora 30 (#1651182)

This commit is contained in:
Miro Hrončok 2018-11-26 12:51:21 +01:00
parent c3920b3384
commit e57547991a

View File

@ -13,7 +13,7 @@
%bcond_without drpm %bcond_without drpm
%endif %endif
%if 0%{?rhel} > 7 %if 0%{?fedora} > 29 || 0%{?rhel} > 7
%bcond_with python2 %bcond_with python2
%else %else
%bcond_without python2 %bcond_without python2
@ -22,7 +22,7 @@
Summary: Creates a common metadata repository Summary: Creates a common metadata repository
Name: createrepo_c Name: createrepo_c
Version: 0.11.1 Version: 0.11.1
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
@ -224,6 +224,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif %endif
%changelog %changelog
* Mon Nov 26 2018 Miro Hrončok <mhroncok@redhat.com> - 0.11.1-2
- Drop Python 2 subpackage on Fedora 30 (#1651182)
* Tue Jul 31 2018 Daniel Mach <dmach@redhat.com> - 0.11.1-1 * Tue Jul 31 2018 Daniel Mach <dmach@redhat.com> - 0.11.1-1
- [spec] Fix ldconfig for rhel <= 7 - [spec] Fix ldconfig for rhel <= 7
- Fix "CR_DELTA_RPM_SUPPORT" redefined warnings - Fix "CR_DELTA_RPM_SUPPORT" redefined warnings