diff --git a/.gitignore b/.gitignore index cc2e559..05f7a06 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /dnf-plugins-core-0.1.14.tar.gz /dnf-plugins-core-0.1.15.tar.gz /dnf-plugins-core-0.1.16.tar.gz +/dnf-plugins-core-0.1.17.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index b4856c5..d6fe55c 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,8 +3,8 @@ %global hawkey_version 0.6.1 Name: dnf-plugins-core -Version: 0.1.16 -Release: 4%{?snapshot}%{?dist} +Version: 0.1.17 +Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -109,6 +109,7 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %doc AUTHORS COPYING README.rst %dir %{_sysconfdir}/dnf/protected.d %ghost %{_var}/cache/dnf/packages.db +%config %{_sysconfdir}/dnf/plugins/* %{python_sitelib}/dnf-plugins/* %{python_sitelib}/dnfpluginscore/ @@ -116,6 +117,7 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %doc AUTHORS COPYING README.rst %dir %{_sysconfdir}/dnf/protected.d %ghost %{_var}/cache/dnf/packages.db +%config %{_sysconfdir}/dnf/plugins/* %exclude %{python3_sitelib}/dnf-plugins/__pycache__/ %exclude %{python3_sitelib}/dnf-plugins/kickstart.py %{python3_sitelib}/dnf-plugins/* @@ -123,14 +125,11 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog -* Wed Feb 03 2016 Fedora Release Engineering - 0.1.16-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jan 29 2016 Jan Silhan 0.1.16-3 -- revert testing rpm weak & rich deps features - -* Thu Jan 26 2016 Jan Silhan 0.1.16-2 -- testing rpm weak & rich deps features +* Thu Feb 25 2016 Michal Luscon 0.1.17-1 +- enable debuginfo repos if autoupdate is on (RhBug:1024701) (Michael Mraka) +- fixed string suffix removal (Michael Mraka) +- install latest debuginfo by default (Michael Mraka) +- Enable strings for translation (RhBug:1302214) (Parag Nemade) * Mon Jan 25 2016 Jan Silhan 0.1.16-1 - zanata update (Jan Silhan) diff --git a/sources b/sources index dcee5a1..c2ddc70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7299314e8ed1191ed6d7a73db24e78c6 dnf-plugins-core-0.1.16.tar.gz +76f76f989b72fc44427d05400d7cd679 dnf-plugins-core-0.1.17.tar.gz