From 3b96ca9bbb6dae582bec844ec8db0d9efa94641b Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Tue, 31 Jul 2018 09:46:47 -0400 Subject: [PATCH] 0.24.0-3 --- qpid-proton.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index be4d856..175107c 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -20,7 +20,7 @@ Name: qpid-proton Version: 0.24.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries Summary: A high performance, lightweight messaging library License: ASL 2.0 @@ -312,7 +312,7 @@ cd ../buildpython3 #CPROTON_BUILD=$PWD . ./config.sh chmod +x %{buildroot}%{python2_sitearch}/_cproton.so -%if 0%{?fedora} && 0%{?fedora} >= 29 +%if 0%{?fedora} || 0%{?rhel} > 7 chmod +x %{buildroot}%{python3_sitearch}/_cproton.so %endif #find %{buildroot}%{proton_datadir}/examples/ -type f | xargs chmod -x @@ -394,6 +394,9 @@ rm -fr %{buildroot}%{proton_datadir}/examples/php %check %changelog +* Tue Jul 31 2018 Irina Boverman - 0.24.0-3 +- Updated spec for %{python3_sitearch}/_cproton.so + * Thu Jul 26 2018 Irina Boverman - 0.24.0-2 - Updated to build both python2- and python3-qpid-proton packages