Update dnf-plugins-core to 0.1.17-1
This commit is contained in:
parent
d428d75fb7
commit
7322a91a6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <releng@fedoraproject.org> - 0.1.16-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 29 2016 Jan Silhan <jsilhan@redhat.com> 0.1.16-3
|
||||
- revert testing rpm weak & rich deps features
|
||||
|
||||
* Thu Jan 26 2016 Jan Silhan <jsilhan@redhat.com> 0.1.16-2
|
||||
- testing rpm weak & rich deps features
|
||||
* Thu Feb 25 2016 Michal Luscon <mluscon@redhat.com> 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 <jsilhan@redhat.com> 0.1.16-1
|
||||
- zanata update (Jan Silhan)
|
||||
|
Loading…
Reference in New Issue
Block a user