From 52a009b9d6d9348c65347b4ee01d2d1dfd8f0f40 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Aug 03 2012 21:32:03 +0000 Subject: remove rhel logic from with_python3 conditional --- diff --git a/python-zmq.spec b/python-zmq.spec index b8564f5..077e74a 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -1,11 +1,11 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %endif %{?filter_setup: %filter_provides_in %{python_sitearch}/.*\.so$ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?with_python3} %filter_provides_in %{python3_sitearch}/.*\.so$ %endif %filter_setup @@ -19,7 +19,7 @@ Name: python-zmq Version: 2.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries @@ -207,6 +207,9 @@ popd %changelog +* Fri Aug 3 2012 David Malcolm - 2.2.0-3 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild