From 838ba89611cb372f93f675211dff1df4fe3926b7 Mon Sep 17 00:00:00 2001 From: Michal Luscon Date: Tue, 22 Sep 2015 12:54:54 +0200 Subject: [PATCH] Update dnf-plugins-core to 0.1.12-1 --- .gitignore | 1 + dnf-plugins-core.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 049d167..1243b0f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /dnf-plugins-core-0.1.9.tar.gz /dnf-plugins-core-0.1.10.tar.gz /dnf-plugins-core-0.1.11.tar.gz +/dnf-plugins-core-0.1.12.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index cad7834..af5ef35 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,9 +1,9 @@ %{?!dnf_lowest_compatible: %global dnf_lowest_compatible 0.6.5} %{?!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 -Version: 0.1.11 +Version: 0.1.12 Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -130,6 +130,12 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Tue Sep 22 2015 Michal Luscon 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 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 diff --git a/sources b/sources index 699bc13..a3bfae7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fce74cf7eb6b45d6a73041619f9c060e dnf-plugins-core-0.1.11.tar.gz +5769ca284bcc23c84b87215f09b33daf dnf-plugins-core-0.1.12.tar.gz