diff --git a/dnf-plugins-extras.spec b/dnf-plugins-extras.spec index 74bfe48..dbefa1b 100644 --- a/dnf-plugins-extras.spec +++ b/dnf-plugins-extras.spec @@ -3,7 +3,7 @@ Name: dnf-plugins-extras Version: 0.10.0 -Release: 0.1rc1%{?dist} +Release: 0.2rc1%{?dist} Summary: Extras Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/%{name} @@ -34,9 +34,10 @@ Extras Plugins for DNF. %package -n %{name}-common-data Summary: Common data files for Extras Plugins for DNF +Obsoletes: %{name} < %{version}-%{release} %description -n %{name}-common-data -Common data files for Extras Plugins +Common data files for Extras Plugins. %package -n python2-%{name}-common Summary: Common files for Extras Plugins for DNF @@ -524,6 +525,9 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}:%{buildroot}%{python3_sitelib}/dnf-pl %{python3_sitelib}/dnf-plugins/__pycache__/torproxy.* %changelog +* Mon Nov 28 2016 Igor Gnatenko - 0.10.0-0.2rc1 +- Add obsoletes for main package (RHBZ #1399863) + * Mon Nov 28 2016 Igor Gnatenko - 0.10.0-0.1rc1 - 0.10.0-rc1 - Adapt to python packaging guidelines