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