summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-08-14 11:20:58 -0400
committerAbhishek Koneru <akoneru@redhat.com>2013-08-14 11:24:51 -0400
commitf630689ffc44eb3c2b4d1bcc6a96a932e51cc14c (patch)
treef71391531f4e55166b29c1b9f2e564a3b3991aa9 /specs
parente6b7428e5ae6fd6ed139db15b0426c35524d1a11 (diff)
downloadpki-f630689ffc44eb3c2b4d1bcc6a96a932e51cc14c.tar.gz
pki-f630689ffc44eb3c2b4d1bcc6a96a932e51cc14c.tar.xz
pki-f630689ffc44eb3c2b4d1bcc6a96a932e51cc14c.zip
Added new packages required for build in pki.core.spec.
Added the packages python-requests, python-ldap, libselinux-python and corepolicyutils-python as BuildRequires in pki-core.spec due to issues reported during mock build.
Diffstat (limited to 'specs')
-rw-r--r--specs/pki-core.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index c718b9d62..fc277dd7d 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.1.0
-Release: 0.8%{?dist}
+Release: 0.9%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -41,6 +41,10 @@ BuildRequires: resteasy >= 2.3.2-1
%endif
BuildRequires: pylint
+BuildRequires: python-requests
+BuildRequires: libselinux-python
+BuildRequires: policycoreutils-python
+BuildRequires: python-ldap
BuildRequires: junit
BuildRequires: jpackage-utils >= 0:1.7.5-10
%if 0%{?rhel} || 0%{?fedora} >= 19
@@ -1093,6 +1097,12 @@ fi
%changelog
+* Fri Aug 14 2013 Abhishek Koneru <akoneru@redhat.com> 10.1.0.0.9
+- Listed new packages required during build, due to issues reported
+ by pylint.
+- Packages added: python-requests, python-ldap, libselinux-python,
+ policycoreutils-python
+
* Fri Aug 09 2013 Abhishek Koneru <akoneru@redhat.com> 10.1.0.0.8
- Added pylint scan to the build process.