Created
August 17, 2016 14:00
-
-
Save zjhuntin/445d8cc0ad4fd6d8718b0f1a62b8950d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -11,7 +11,7 @@ Name: python-%{srcname} | |
# The Fedora package is using epoch 1, so we need to also do that to make sure ours gets installed | |
Epoch: 1 | |
Version: 3.0.33 | |
-Release: 5.pulp%{?dist} | |
+Release: 6.pulp%{?dist} | |
Summary: AMQP Messaging Framework for Python | |
Group: Development/Languages | |
@@ -24,6 +24,7 @@ Patch1: 1212200.patch | |
Patch2: 569.patch | |
Patch3: 571.patch | |
Patch4: 577.patch | |
+Patch5: 2124.patch | |
BuildArch: noarch | |
BuildRequires: python2-devel | |
@@ -124,6 +125,7 @@ This subpackage is for python3 | |
%patch2 -p1 | |
%patch3 -p1 | |
%patch4 -p1 | |
+%patch5 -p1 | |
# manage requirements on rpm base | |
sed -i 's/>=1.0.13,<1.1.0/>=1.3.0/' requirements/default.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment