[dnf-plugins-core] New upstream version: 641e5e1

Radek Holy rholy at fedoraproject.org
Tue Feb 25 14:11:33 UTC 2014


commit 1da2d7fc5ab495bcea22cfb5f162ede2576a4e39
Author: Radek Holy <rholy at redhat.com>
Date:   Tue Feb 25 15:12:01 2014 +0100

    New upstream version: 641e5e1

 .gitignore            |    1 +
 dnf-plugins-core.spec |   11 +++++++++--
 sources               |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
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ý <rholy at 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 at 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)
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


More information about the scm-commits mailing list