From dee4f23511222a237f8d27a54fa47cb230e289da Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Wed, 26 Feb 2014 10:41:35 +0100 Subject: [PATCH] New upstream version: bca8630 --- .gitignore | 1 + dnf-plugins-core.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7f5107..a32e59d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /dnf-plugins-core-42c6794.tar.xz /dnf-plugins-core-641e5e1.tar.xz /dnf-plugins-core-20f1035.tar.xz +/dnf-plugins-core-bca8630.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index c8f2361..fa48c14 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,10 +1,10 @@ -%global gitrev 20f1035 +%global gitrev bca8630 %global dnf_version 0.4.10-2 %global pluginspath /usr/share/dnf/plugins Name: dnf-plugins-core Version: 0.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -43,12 +43,14 @@ Core Plugins for DNF, Python 3 version. mkdir -p %{buildroot}/%{py2dir} cp -a plugins/builddep.py %{buildroot}/%{py2dir} +cp -a plugins/debuginfo-install.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/debuginfo-install.py %{buildroot}/%{py3dir} cp -a plugins/generate_completion_cache.py %{buildroot}/%{py3dir} cp -a plugins/noroot.py %{buildroot}/%{py3dir} @@ -66,6 +68,9 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/ %{py3dir}/* %changelog +* Tue Feb 26 2014 Aleš Kozumplík - 0.0.5-2 +- packaging: add debuginfo-install.py (Ales Kozumplik) + * Tue Feb 26 2014 Aleš Kozumplík - 0.0.5-1 - packaging: add builddep.py to the RPM. (Ales Kozumplik) diff --git a/sources b/sources index 2a97e85..7c23416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -372b3434370bbd38ed3d2d2527686618 dnf-plugins-core-20f1035.tar.xz +b0b17de7e81bce9a9953431cbb10224f dnf-plugins-core-bca8630.tar.xz