summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-03-23 14:06:08 -0400
committerMartin Kosek <mkosek@redhat.com>2012-03-26 09:37:38 +0200
commit097e962103e5990af0b15c5d9f401baed5d415c6 (patch)
tree3d23beca44ce42f97953d2059ce08729a998a040 /freeipa.spec.in
parent5fe3a6c918ebb129b572b038dd319abbc4002e36 (diff)
downloadfreeipa.git-097e962103e5990af0b15c5d9f401baed5d415c6.tar.gz
freeipa.git-097e962103e5990af0b15c5d9f401baed5d415c6.tar.xz
freeipa.git-097e962103e5990af0b15c5d9f401baed5d415c6.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 2db0f83b..d51539e4 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -75,6 +75,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,
@@ -671,6 +673,9 @@ fi
%changelog
+* Fri Mar 23 2012 Petr Viktorin <pviktori@redhat.com> - 2.2.0-17
+- Add python-lxml and python-pyasn1 to BuildRequires
+
* Wed Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.2.0-16
- Set min for bind-dyndb-ldap and bind to pick up new features and bug fixes