diff --git a/.gitignore b/.gitignore index 3db6e5c..250ec41 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /dnf-plugins-core-0.1.7.tar.gz /dnf-plugins-core-0.1.8.tar.gz /dnf-plugins-core-0.1.9.tar.gz +/dnf-plugins-core-0.1.10.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index db665da..1183575 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,8 +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 Name: dnf-plugins-core -Version: 0.1.9 +Version: 0.1.10 Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -49,6 +50,7 @@ BuildRequires: python-sphinx BuildRequires: python2-devel Requires: python-dnf >= %{dnf_lowest_compatible} Requires: python-dnf < %{dnf_not_compatible} +Requires: python-hawkey >= hawkey_version %if 0%{?fedora} >= 23 Requires: python-kickstart %else @@ -71,6 +73,7 @@ BuildRequires: python3-nose BuildRequires: python3-sphinx Requires: python3-dnf >= %{dnf_lowest_compatible} Requires: python3-dnf < %{dnf_not_compatible} +Requires: python3-hawkey >= hawkey_version Conflicts: dnf-plugins-core <= 0.1.5 %description -n python3-dnf-plugins-core Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr, @@ -127,6 +130,30 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Mon Aug 10 2015 Jan Silhan 0.1.10-1 +- generate_completion_cache: use list for each insert (fixes regression + introduced in e020c96) (Igor Gnatenko) +- generate_completion_cache: store NEVRA insted of NA (RhBug:1226663) (Igor + Gnatenko) +- repoquery: weak deps queries (RhBug:1184930) (Michal Luscon) +- builddep requires an argument (Michael Mraka) +- disable c++ checks in rpmbuild (Michael Mraka) +- path may contain unicode (RhBug:1234099) (Michael Mraka) +- fail if no package match (RhBug:1241126) (Michael Mraka) +- make --spec and --srpm mutually exclusive (Michael Mraka) +- handle error message in python3 (RhBug:1218299) (Michael Mraka) +- options to recognize spec/srpm files (RhBug:1241135) (Michael Mraka) +- copr: set chmod to rw-r--r-- on repo files (Miroslav Suchý) +- [copr] refactor duplicated lines (Jakub Kadlčík) +- [copr] allow utf-8 user input (RhBug:1244125) (Jakub Kadlčík) +- [copr] fix regression with handling `search` and `list` subcommands (Valentin + Gologuzov) +- [copr] terminate execution when failed to parse project name (Valentin + Gologuzov) +- [copr] unused import (Valentin Gologuzov) +- [copr] subcommand `disable` now only set `enabled=0`, repo file could be + deleted by new subcommand `remove` (Valentin Gologuzov) + * Wed Jun 24 2015 Michal Luscon 0.1.9-1 - repoquery: add srpm option (RhBug:1186382) (Vladan Kudlac) - create repo files readable by users (RhBug:1228693) (Michael Mraka) diff --git a/sources b/sources index 9504e15..2ff671d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98b70908bff31c871cf1abdc3e0b9d2b dnf-plugins-core-0.1.9.tar.gz +b6fac25746b63c4461ac6d0c2ba19fbc dnf-plugins-core-0.1.10.tar.gz