[dnf-plugins-core] New upstream version: 20f1035

Ales Kozumplik akozumpl at fedoraproject.org
Wed Feb 26 08:24:11 UTC 2014


commit 2e59dac85a6732594180a0ebabf7f67eee51e389
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Feb 26 09:24:59 2014 +0100

    New upstream version: 20f1035

 .gitignore            |    1 +
 dnf-plugins-core.spec |    9 +++++++--
 sources               |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8fdda3f..b7f5107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /dnf-plugins-core-eb97d01.tar.xz
 /dnf-plugins-core-42c6794.tar.xz
 /dnf-plugins-core-641e5e1.tar.xz
+/dnf-plugins-core-20f1035.tar.xz
diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec
index c6b7af9..c8f2361 100644
--- a/dnf-plugins-core.spec
+++ b/dnf-plugins-core.spec
@@ -1,9 +1,9 @@
-%global gitrev 641e5e1
+%global gitrev 20f1035
 %global dnf_version 0.4.10-2
 %global pluginspath /usr/share/dnf/plugins
 
 Name:		dnf-plugins-core
-Version:	0.0.4
+Version:	0.0.5
 Release:	1%{?dist}
 Summary:	Core Plugins for DNF
 Group:		System Environment/Base
@@ -42,11 +42,13 @@ Core Plugins for DNF, Python 3 version.
 %global py3dir %{python3_sitelib}/dnf-plugins
 
 mkdir -p %{buildroot}/%{py2dir}
+cp -a plugins/builddep.py %{buildroot}/%{py2dir}
 cp -a plugins/generate_completion_cache.py %{buildroot}/%{py2dir}
 cp -a plugins/kickstart.py %{buildroot}/%{py2dir}
 cp -a plugins/noroot.py %{buildroot}/%{py2dir}
 
 mkdir -p %{buildroot}/%{py3dir}
+cp -a plugins/builddep.py %{buildroot}/%{py3dir}
 cp -a plugins/generate_completion_cache.py %{buildroot}/%{py3dir}
 cp -a plugins/noroot.py %{buildroot}/%{py3dir}
 
@@ -64,6 +66,9 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/
 %{py3dir}/*
 
 %changelog
+* Tue Feb 26 2014 Aleš Kozumplík <ales at redhat.com> - 0.0.5-1
+- packaging: add builddep.py to the RPM. (Ales Kozumplik)
+
 * 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)
diff --git a/sources b/sources
index b6b58dc..2a97e85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6c34fa61d2d9c8d06c9077246c0f9ca  dnf-plugins-core-641e5e1.tar.xz
+372b3434370bbd38ed3d2d2527686618  dnf-plugins-core-20f1035.tar.xz


More information about the scm-commits mailing list