nathans pushed to pcp (f22). "Only use Python 3 in Fedora >= 23, more info at (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 02:12:35 UTC 2015


>From 5e5b28e01334528b603529b99bd97bfe41547e1d Mon Sep 17 00:00:00 2001
From: Slavek Kabrda <bkabrda at redhat.com>
Date: Mon, 23 Feb 2015 13:53:09 +0100
Subject: Only use Python 3 in Fedora >= 23, more info at

  https://bugzilla.redhat.com/show_bug.cgi?id=1194324#c4

diff --git a/pcp.spec b/pcp.spec
index fb33d64..914a35f 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -1,7 +1,7 @@
 Summary: System-level performance monitoring and performance management
 Name: pcp
 Version: 3.10.2
-%define buildversion 2
+%define buildversion 3
 
 Release: %{buildversion}%{?dist}
 License: GPLv2+ and LGPLv2.1+ and CC-BY
@@ -43,7 +43,7 @@ Patch1: bz1194324.patch
 %if 0%{?rhel} == 0 || 0%{?rhel} > 6
 %define disable_python3 0
 # Do we wish to mandate python3 use in pcp?  (f22+ and el8+)
-%if 0%{?fedora} >= 22 || 0%{?rhel} > 7
+%if 0%{?fedora} >= 23 || 0%{?rhel} > 7
 %define default_python3 1
 %else
 %define default_python3 0
@@ -1096,6 +1096,10 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Feb 23 2015 Slavek Kabrda <bkabrda at redhat.com> - 3.10.2-3
+- Only use Python 3 in Fedora >= 23, more info at
+  https://bugzilla.redhat.com/show_bug.cgi?id=1194324#c4
+
 * Mon Feb 23 2015 Nathan Scott <nathans at redhat.com> - 3.10.2-2
 - Initial changes to support python3 as default (BZ 1194324)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pcp.git/commit/?h=f22&id=5e5b28e01334528b603529b99bd97bfe41547e1d


More information about the scm-commits mailing list