[dnf-plugins-extras] 0.0.5-2

Igor Gnatenko ignatenkobrain at fedoraproject.org
Fri Feb 27 14:37:06 UTC 2015


commit 611e9cd77460d97373c5f44af8cb78c1515edfad
Author: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date:   Fri Feb 27 17:37:00 2015 +0300

    0.0.5-2
    
    Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>

 .gitignore              |  1 +
 dnf-plugins-extras.spec | 37 +++++++++++++++++++++++++++++--------
 sources                 |  2 +-
 3 files changed, 31 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5916e2..1c48980 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /dnf-plugins-extras-9eb28b7.tar.xz
 /dnf-plugins-extras-90c1b49.tar.xz
 /dnf-plugins-extras-d61fec0.tar.xz
+/dnf-plugins-extras-ff40670.tar.xz
diff --git a/dnf-plugins-extras.spec b/dnf-plugins-extras.spec
index c16e9d8..d4d2a31 100644
--- a/dnf-plugins-extras.spec
+++ b/dnf-plugins-extras.spec
@@ -1,9 +1,9 @@
-%{!?gitrev: %global gitrev d61fec0}
+%{!?gitrev: %global gitrev ff40670}
 %{!?dnf_version: %global dnf_version 0.6.4-2}
 
 Name:		dnf-plugins-extras
 Version:	0.0.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Extras Plugins for DNF
 Group:		System Environment/Base
 License:	GPLv2+
@@ -215,13 +215,17 @@ RpmConf Plugin for DNF, Python 3 version. Handles .rpmnew, .rpmsave every
 transaction.
 %endif
 
-%package snapper
+%package -n python-dnf-plugins-extras-snapper
 Summary:	Snapper Plugin for DNF
 Requires:	python-dnf-plugins-extras-common = %{version}-%{release}
 Requires:	dbus-python
 Requires:	snapper
+%if 0%{?fedora} < 23
+Provides:	dnf-plugins-extras-snapper = %{version}-%{release}
+Obsoletes:	dnf-plugins-extras-snapper <= 0.0.4-2
+%endif
 
-%description snapper
+%description -n python-dnf-plugins-extras-snapper
 Snapper Plugin for DNF, Python 2 version. Creates snapshot every transaction.
 
 %package -n python3-dnf-plugins-extras-snapper
@@ -229,18 +233,26 @@ Summary:	Snapper Plugin for DNF
 Requires:	python3-dnf-plugins-extras-common = %{version}-%{release}
 Requires:	python3-dbus
 Requires:	snapper
+%if 0%{?fedora} >= 23
+Provides:	dnf-plugins-extras-snapper = %{version}-%{release}
+Obsoletes:	dnf-plugins-extras-snapper <= 0.0.4-2
+%endif
 
 %description -n python3-dnf-plugins-extras-snapper
 Snapper Plugin for DNF, Python 3 version. Creates snapshot every transaction.
 
-%package tracer
+%package -n python-dnf-plugins-extras-tracer
 Summary:	Tracer Plugin for DNF
 Requires:	python-dnf-plugins-extras-common = %{version}-%{release}
 Requires:	tracer
+%if 0%{?fedora} < 23
 Obsoletes:	dnf-plugin-tracer < 0.5.6-2
 Provides:	dnf-plugin-tracer = 1:%{version}-%{release}
+Provides:	dnf-plugins-extras-tracer = %{version}-%{release}
+Obsoletes:	dnf-plugins-extras-tracer <= 0.0.4-2
+%endif
 
-%description tracer
+%description -n python-dnf-plugins-extras-tracer
 Tracer Plugin for DNF, Python 2 version. Finds outdated running applications in your system
 every transaction.
 
@@ -248,6 +260,12 @@ every transaction.
 Summary:	Tracer Plugin for DNF
 Requires:	python3-dnf-plugins-extras-common = %{version}-%{release}
 Requires:	tracer
+%if 0%{?fedora} >= 23
+Obsoletes:	dnf-plugin-tracer < 0.5.6-2
+Provides:	dnf-plugin-tracer = 1:%{version}-%{release}
+Provides:	dnf-plugins-extras-tracer = %{version}-%{release}
+Obsoletes:	dnf-plugins-extras-tracer <= 0.0.4-2
+%endif
 
 %description -n python3-dnf-plugins-extras-tracer
 Tracer Plugin for DNF, Python 3 version. Finds outdated running applications in
@@ -356,7 +374,7 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
 %{_mandir}/man8/dnf.plugin.rpmconf.*
 %endif
 
-%files snapper
+%files -n python-dnf-plugins-extras-snapper
 %{python_sitelib}/dnf-plugins/snapper.*
 %{_mandir}/man8/dnf.plugin.snapper.*
 
@@ -365,7 +383,7 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
 %{python3_sitelib}/dnf-plugins/__pycache__/snapper.*
 %{_mandir}/man8/dnf.plugin.snapper.*
 
-%files tracer
+%files -n python-dnf-plugins-extras-tracer
 %{python_sitelib}/dnf-plugins/tracer.*
 %{_mandir}/man8/dnf.plugin.tracer.*
 
@@ -375,6 +393,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
 %{_mandir}/man8/dnf.plugin.tracer.*
 
 %changelog
+* Fri Feb 27 2015 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 0.0.5-2
+- packaging: handle tracer and snapper plugins (Igor Gnatenko)
+
 * Fri Feb 27 2015 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 0.0.5-1
 - po: update translations (Igor Gnatenko)
 - packaging: adapt to dnf 0.6.4-2 package split (Jan Silhan)
diff --git a/sources b/sources
index 47a3ffc..ad0d4ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-689a72915573c318bd05f8f412a106e1  dnf-plugins-extras-d61fec0.tar.xz
+bb212b92ada3f31bdd1c89b98155620d  dnf-plugins-extras-ff40670.tar.xz


More information about the scm-commits mailing list