diff --git a/.gitignore b/.gitignore index 5f2c7f6..74ed078 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /dnf-plugins-core-0.1.17.tar.gz /dnf-plugins-core-0.1.18.tar.gz /dnf-plugins-core-0.1.19.tar.gz +/dnf-plugins-core-0.1.20.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index ef49ddc..aa1feab 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,7 +3,7 @@ %global hawkey_version 0.6.1 Name: dnf-plugins-core -Version: 0.1.19 +Version: 0.1.20 Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -136,6 +136,15 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Tue Apr 05 2016 Michal Luscon 0.1.20-1 +- doc: release notes 0.1.20 (Igor Gnatenko) +- copr: Properly detect reposdir and add chroot override capability (Neal Gompa + (ニール・ゴンパ)) +- config_manager: Use new API in dnfpluginscore.lib for determining reposdir + (Neal Gompa (ニール・ゴンパ)) +- dnfpluginscore.lib: Add get_reposdir() API function (Neal Gompa (ニール・ゴンパ)) +- Fix typo (Eduardo Mayorga Téllez) + * Tue Mar 22 2016 Miroslav Suchý 0.1.19-1 - spec: correct requires on F22 + EPEL (Miroslav Suchý) diff --git a/sources b/sources index 8cab158..8380a74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72ba5d62345a40ecccd671746c755591 dnf-plugins-core-0.1.19.tar.gz +d633d7fc6e0b61f2c400d45ee719504f dnf-plugins-core-0.1.20.tar.gz