New upstream version: 641e5e1

This commit is contained in:
Radek Holy 2014-02-25 15:12:01 +01:00
parent dffacbe420
commit 1da2d7fc5a
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/dnf-plugins-core-eb97d01.tar.xz
/dnf-plugins-core-42c6794.tar.xz
/dnf-plugins-core-641e5e1.tar.xz

View File

@ -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ý <rholy@redhat.com> - 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 <ales@redhat.com> - 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)

View File

@ -1 +1 @@
99f8f11b095aa341d0f06d981da082ee dnf-plugins-core-42c6794.tar.xz
d6c34fa61d2d9c8d06c9077246c0f9ca dnf-plugins-core-641e5e1.tar.xz