summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-03-11 14:05:30 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2013-03-19 12:56:32 -0400
commita3b4489e219d5807133e67b5f2b10c320ecaf8a4 (patch)
tree98a929605b12c0511d008a2089327c81dbeb925e /specs
parent4aef9e0e3ca90f041d7d45360ea74e19de21a0a6 (diff)
downloadpki-a3b4489e219d5807133e67b5f2b10c320ecaf8a4.tar.gz
pki-a3b4489e219d5807133e67b5f2b10c320ecaf8a4.tar.xz
pki-a3b4489e219d5807133e67b5f2b10c320ecaf8a4.zip
Fixed python-requests compatibility issue.
The Python REST client has been modified to parse JSON data using a method that is compatible with python-requests 1.1. The RPM spec file has been modified to require python-requests 1.1 package. Ticket #535
Diffstat (limited to 'specs')
-rw-r--r--specs/pki-core.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index a4117452d..e2144fc34 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -5,7 +5,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: pki-core
Version: 10.0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -198,7 +198,7 @@ Requires: jss >= 4.2.6-24
%endif
Requires: ldapjdk
Requires: python-ldap
-Requires: python-requests
+Requires: python-requests >= 1.1.0-3
%if 0%{?rhel}
Requires: resteasy-base
%else
@@ -1006,6 +1006,9 @@ fi
%changelog
+* Mon Mar 11 2013 Endi S. Dewata <edewata@redhat.com> 10.0.1-7
+- Added minimum python-requests version.
+
* Fri Mar 8 2013 Matthew Harmsen <mharmsen@redhat.com> 10.0.1-6
- Bugzilla Bug #919476 - pkispawn crashes due to dangling symlink to jss4.jar