Update dnf-plugins-core to 0.1.12-1

This commit is contained in:
Michal Luscon 2015-09-22 12:54:54 +02:00
parent d8d6f8a0cf
commit 838ba89611
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,9 +1,9 @@
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 0.6.5} %{?!dnf_lowest_compatible: %global dnf_lowest_compatible 0.6.5}
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0} %{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
%global hawkey_version 0.5.9 %global hawkey_version 0.6.1
Name: dnf-plugins-core Name: dnf-plugins-core
Version: 0.1.11 Version: 0.1.12
Release: 1%{?snapshot}%{?dist} Release: 1%{?snapshot}%{?dist}
Summary: Core Plugins for DNF Summary: Core Plugins for DNF
Group: System Environment/Base Group: System Environment/Base
@ -130,6 +130,12 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/ %{python3_sitelib}/dnfpluginscore/
%changelog %changelog
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-1
- repoquery: add globbing support to whatrequires/whatprovides.
(RhBug:1249073) (Valentina Mukhamedzhanova)
- needs_restarting: Rewrite a warning message (Wieland Hoffmann)
- Remove extra quotation mark in comment (Alexander Todorov)
* Tue Sep 01 2015 Michal Luscon <mluscon@redhat.com> 0.1.11-1 * Tue Sep 01 2015 Michal Luscon <mluscon@redhat.com> 0.1.11-1
- dnf donwload checks for duplicate packages (rhBug:1250114) (Adam Salih) - dnf donwload checks for duplicate packages (rhBug:1250114) (Adam Salih)
- Extend repoquery --arch option. You can now pass multiple archs separated by - Extend repoquery --arch option. You can now pass multiple archs separated by

View File

@ -1 +1 @@
fce74cf7eb6b45d6a73041619f9c060e dnf-plugins-core-0.1.11.tar.gz 5769ca284bcc23c84b87215f09b33daf dnf-plugins-core-0.1.12.tar.gz