Update dnf-plugins-core to 0.1.11-1

This commit is contained in:
Michal Luscon 2015-09-01 11:28:19 +02:00
parent 6228ed7e7f
commit d8d6f8a0cf
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/dnf-plugins-core-0.1.8.tar.gz
/dnf-plugins-core-0.1.9.tar.gz
/dnf-plugins-core-0.1.10.tar.gz
/dnf-plugins-core-0.1.11.tar.gz

View File

@ -3,7 +3,7 @@
%global hawkey_version 0.5.9
Name: dnf-plugins-core
Version: 0.1.10
Version: 0.1.11
Release: 1%{?snapshot}%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
@ -130,6 +130,18 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/
%changelog
* Tue Sep 01 2015 Michal Luscon <mluscon@redhat.com> 0.1.11-1
- dnf donwload checks for duplicate packages (rhBug:1250114) (Adam Salih)
- Extend repoquery --arch option. You can now pass multiple archs separated by
commas (RhBug:1186381) (Adam Salih)
- download plugin now prints not valid packages (RhBug:1225784) (Adam Salih)
- correct typo (Adam Salih)
- dnf now accepts more than one key (RhBug:1233728) (Adam Salih)
- description should be print unwrapped (Adam Salih)
- alternative to pkgnarrow (RhBug:1199601) (Adam Salih)
- sort output alphabetically, tree accepts switches --enhances --suggests
--provides --suplements --recommends (RhBug:1156778) (Adam Salih)
* Mon Aug 10 2015 Jan Silhan <jsilhan@redhat.com> 0.1.10-1
- generate_completion_cache: use list for each insert (fixes regression
introduced in e020c96) (Igor Gnatenko)

View File

@ -1 +1 @@
b6fac25746b63c4461ac6d0c2ba19fbc dnf-plugins-core-0.1.10.tar.gz
fce74cf7eb6b45d6a73041619f9c060e dnf-plugins-core-0.1.11.tar.gz