diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index b4697ac..a7c8b4e 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,7 +3,7 @@ Name: dnf-plugins-core Version: 0.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -94,9 +94,11 @@ popd PYTHONPATH=./plugins /usr/bin/nosetests-2.* -s tests/ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ +%files +%{_mandir}/man8/dnf.plugin.* + %files -n python-dnf-plugins-core -f %{name}.lang %doc AUTHORS COPYING README.rst -%{_mandir}/man8/dnf.plugin.* %dir %{_sysconfdir}/dnf/protected.d %ghost %{_var}/cache/dnf/packages.db %{python_sitelib}/dnf-plugins/* @@ -104,7 +106,6 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %files -n python3-dnf-plugins-core -f %{name}.lang %doc AUTHORS COPYING README.rst -%{_mandir}/man8/dnf.plugin.* %dir %{_sysconfdir}/dnf/protected.d %ghost %{_var}/cache/dnf/packages.db %exclude %{python3_sitelib}/dnf-plugins/__pycache__/ @@ -115,6 +116,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %changelog +* Tue Mar 10 2015 Jan Silhan - 0.1.6-2 +- man pages moved into dnf-plugins-core subpackage + * Fri Mar 6 2015 Jan Silhan - 0.1.6-1 - fixed python(3)-dnf dependency in f23