From 63002e78f9a3208368cf5af4bd4a8429c4bd2ca1 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: May 05 2011 14:27:02 +0000 Subject: Update spec with missing BuildRequires for pylint check https://fedorahosted.org/freeipa/ticket/1203 --- diff --git a/freeipa.spec.in b/freeipa.spec.in index 9568012..85eeb12 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 - 1.99-48 +- Add BuildRequires on pylint, python-rhsm to enable a build with enforced + pylint check + * Tue Apr 5 2011 Rob Crittenden - 1.99-47 - Set min version of 389-ds-base to 1.2.8.0-1 for fix in BZ 693466.