From e64c1995d43ae6b42c81ac08e79d6d016344b39c Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Thu, 5 May 2011 15:06:54 +0200 Subject: Update spec with missing BuildRequires for pylint check https://fedorahosted.org/freeipa/ticket/1203 --- freeipa.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 36da16b52..da22c3c79 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -52,7 +52,9 @@ BuildRequires: python-krbV BuildRequires: python-nss BuildRequires: python-netaddr BuildRequires: python-kerberos +BuildRequires: python-rhsm BuildRequires: pyOpenSSL +BuildRequires: pylint %description IPA is an integrated solution to provide centrally managed Identity (machine, @@ -481,6 +483,10 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog +* Thu May 5 2011 Martin Kosek - 2.0.90-2 +- Add BuildRequires on pylint, python-rhsm to enable a build with enforced + pylint check + * Tue May 3 2011 Rob Crittenden - 2.0.90-1 - Bump version to 2.0.90 -- cgit