summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-03-23 12:21:08 -0400
committerMartin Kosek <mkosek@redhat.com>2012-03-26 09:38:08 +0200
commita4394e5e4a37209fdaca776b1d2966c4e3237324 (patch)
tree71e923d63e7b7c9ca5047815262ac08d081e13c5 /freeipa.spec.in
parenta672483118cd1c1f4fec36de7fbd8feb4bf165f7 (diff)
downloadfreeipa-a4394e5e4a37209fdaca776b1d2966c4e3237324.tar.gz
freeipa-a4394e5e4a37209fdaca776b1d2966c4e3237324.tar.xz
freeipa-a4394e5e4a37209fdaca776b1d2966c4e3237324.zip
Add missing BuildRequires
Since our build process runs pylint, we need all Python dependencies installed at RPM creation time. This adds python-lxml and python-pyasn1 to BuildRequires. https://fedorahosted.org/freeipa/ticket/2538
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 08ad79d87..b28c07e7f 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -76,6 +76,8 @@ BuildRequires: pylint
BuildRequires: libipa_hbac-python
BuildRequires: python-memcached
BuildRequires: sssd >= 1.8.0
+BuildRequires: python-lxml
+BuildRequires: python-pyasn1 >= 0.0.9a
%description
IPA is an integrated solution to provide centrally managed Identity (machine,
@@ -678,6 +680,9 @@ fi
%changelog
+* Fri Mar 23 2012 Petr Viktorin <pviktori@redhat.com> - 2.99.0-24
+- Add python-lxml and python-pyasn1 to BuildRequires
+
* Wed Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-23
- Set min for bind-dyndb-ldap and bind to pick up new features and bug fixes