Update dnf-plugins-core to 0.1.17-1

This commit is contained in:
Michal Luscon 2016-02-25 13:57:14 +01:00
parent d428d75fb7
commit 7322a91a6a
3 changed files with 11 additions and 11 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/dnf-plugins-core-0.1.14.tar.gz /dnf-plugins-core-0.1.14.tar.gz
/dnf-plugins-core-0.1.15.tar.gz /dnf-plugins-core-0.1.15.tar.gz
/dnf-plugins-core-0.1.16.tar.gz /dnf-plugins-core-0.1.16.tar.gz
/dnf-plugins-core-0.1.17.tar.gz

View File

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

View File

@ -1 +1 @@
7299314e8ed1191ed6d7a73db24e78c6 dnf-plugins-core-0.1.16.tar.gz 76f76f989b72fc44427d05400d7cd679 dnf-plugins-core-0.1.17.tar.gz