From 85253b9c40d2b2734a5ed761f324c6177d1a74bc Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 2 Nov 2015 19:52:57 +0000 Subject: SPEC: Drop sssd from BuildRequires Packaging of sssd was changed and more sub-packages are build from sssd.src.rpm. Especially python bindings and development packages are already in sub-packages. As a result of this change the meta package sssd can be removed from BuildRequires without any problem. FreeIPA spec file contained build requirement for latest version of sssd even though the latest sssd was not required for building FreeIPA rpms. In many cases, it was sufficient just to change requirements for FreeIPA packages instead of build requirements. Reviewed-By: Alexander Bokovoy --- freeipa.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 56c5a4d5c..913f03926 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -74,7 +74,6 @@ BuildRequires: pylint >= 1.0 BuildRequires: python-polib BuildRequires: python-libipa_hbac BuildRequires: python-memcached -BuildRequires: sssd >= 1.13.1 BuildRequires: python-lxml BuildRequires: python-pyasn1 >= 0.0.9a BuildRequires: python-qrcode-core >= 5.0.0 -- cgit