From 3e06afd65a4b3a57604e1d3f0678c3457184e8fc Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Mon, 17 Mar 2014 10:52:36 +0100 Subject: [PATCH] New upstream version: 68a05e0 --- .gitignore | 1 + dnf-plugins-core.spec | 22 +++++++++++++++++----- sources | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a32e59d..11b0e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /dnf-plugins-core-641e5e1.tar.xz /dnf-plugins-core-20f1035.tar.xz /dnf-plugins-core-bca8630.tar.xz +/dnf-plugins-core-68a05e0.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index fa48c14..7b593a8 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,10 +1,10 @@ -%global gitrev bca8630 +%global gitrev 68a05e0 %global dnf_version 0.4.10-2 %global pluginspath /usr/share/dnf/plugins Name: dnf-plugins-core -Version: 0.0.5 -Release: 2%{?dist} +Version: 0.0.6 +Release: 1%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -47,6 +47,7 @@ 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} +cp -a plugins/copr.py %{buildroot}/%{py2dir} mkdir -p %{buildroot}/%{py3dir} cp -a plugins/builddep.py %{buildroot}/%{py3dir} @@ -68,10 +69,21 @@ PYTHONPATH=./plugins nosetests-3.3 -s tests/ %{py3dir}/* %changelog -* Tue Feb 26 2014 Aleš Kozumplík - 0.0.5-2 +* Mon Mar 17 2014 Aleš Kozumplík - 0.0.6-1 +- clenaup: remove commented out code (Miroslav Suchý) +- copr: list: print description (Igor Gnatenko) +- builddep: rpm error messages sink. (Ales Kozumplik) +- builddep: improve error handling on an command argument (RhBug:1074436) (Ales Kozumplik) +- copr: handling case when no argument is passed on cli (Miroslav Suchý) +- copr: delete excess argument (Igor Gnatenko) +- add copr plugin (Miroslav Suchý) +- debuginfo-install: check for root with dnf api (Igor Gnatenko) +- packaging: fix bogus dates. (Ales Kozumplik) + +* Wed 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 +* Wed Feb 26 2014 Aleš Kozumplík - 0.0.5-1 - packaging: add builddep.py to the RPM. (Ales Kozumplik) * Tue Feb 25 2014 Radek Holý - 0.0.4-1 diff --git a/sources b/sources index 7c23416..6725ff3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0b17de7e81bce9a9953431cbb10224f dnf-plugins-core-bca8630.tar.xz +5542ebbdc84d991727b039505d61bec0 dnf-plugins-core-68a05e0.tar.xz