New release: 0.1.6-2
This commit is contained in:
parent
f6fb6a69cd
commit
bc9c16bbfe
@ -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 <jsilhan@redhat.com> - 0.1.6-2
|
||||
- man pages moved into dnf-plugins-core subpackage
|
||||
|
||||
* Fri Mar 6 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.6-1
|
||||
- fixed python(3)-dnf dependency in f23
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user