thm pushed to etckeeper (epel7). "Add missing dependency on python3-devel for dnf plugin on F23+."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 16:14:59 UTC 2015


>From 0234808277eb8eaa849ac9ff625e518f33a4e576 Mon Sep 17 00:00:00 2001
From: Thomas Moschny <thm at fedoraproject.org>
Date: Thu, 26 Mar 2015 16:48:52 +0100
Subject: Add missing dependency on python3-devel for dnf plugin on F23+.


diff --git a/etckeeper.spec b/etckeeper.spec
index c382789..d786e2d 100644
--- a/etckeeper.spec
+++ b/etckeeper.spec
@@ -77,7 +77,11 @@ etckeeper with bzr backend, install this package.
 %package dnf
 Summary:  DNF plugin for etckeeper support
 Group:    Applications/System
+%if 0%{?dnf_uses_python3}
+BuildRequires: python3-devel
+%else
 BuildRequires: python2-devel
+%endif # dnf_uses_python3
 BuildRequires: dnf
 BuildRequires: dnf-plugins-core
 Requires: %{name} = %{version}-%{release}
@@ -215,6 +219,7 @@ fi
 %changelog
 * Thu Mar 26 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.18.1-1
 - Update to 0.18.1.
+- Add missing dependency on python3-devel for dnf plugin on F23+.
 
 * Fri Mar 20 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.18-1
 - Update to 1.18.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/etckeeper.git/commit/?h=epel7&id=0234808277eb8eaa849ac9ff625e518f33a4e576


More information about the scm-commits mailing list