diff --git a/.gitignore b/.gitignore index 3bfd1ed..8fdda3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dnf-plugins-core-eb97d01.tar.xz /dnf-plugins-core-42c6794.tar.xz +/dnf-plugins-core-641e5e1.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 50370b5..c6b7af9 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,9 +1,9 @@ -%global gitrev 42c6794 +%global gitrev 641e5e1 %global dnf_version 0.4.10-2 %global pluginspath /usr/share/dnf/plugins Name: dnf-plugins-core -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base @@ -64,6 +64,13 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/ %{py3dir}/* %changelog +* Tue Feb 25 2014 Radek Holý - 0.0.4-1 +- refactor: use Base.install instead of installPkgs in kickstart plugin. (Radek Holy) +- refactor: move kickstart arguments parsing to standalone method. (Radek Holy) +- tests: test effects instead of mock calls. (Radek Holy) +- Add debuginfo-install plugin. (RhBug:1045770) (Igor Gnatenko) +- builddep: needs to be run under root. (RhBug:1065851) (Ales Kozumplik) + * Thu Feb 6 2014 Aleš Kozumplík - 0.0.3-1 - tests: import mock through support so its simpler for the test cases. (Ales Kozumplik) - packaging: fix typos in the spec. (Ales Kozumplik) diff --git a/sources b/sources index 5238f10..b6b58dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99f8f11b095aa341d0f06d981da082ee dnf-plugins-core-42c6794.tar.xz +d6c34fa61d2d9c8d06c9077246c0f9ca dnf-plugins-core-641e5e1.tar.xz