From 3ad697a03ae4f3ebcad9db1134f8a3579c43ac5f Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 4 Dec 2020 22:21:50 +0200 Subject: [PATCH] Correct selinux requirement freeipa-selinux subpackage is used by both client and server but requires freeipa-server subpackage unconditionally. This needs to be removed. Originally, upstream spec file did not have this bug. It was brought in with unification of the specfiles. Resolves: rhbz#1883005 Signed-off-by: Alexander Bokovoy --- freeipa.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/freeipa.spec b/freeipa.spec index 306ad9c..1c6f579 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -176,7 +176,7 @@ Name: %{package_name} Version: %{IPA_VERSION} -Release: 0.2%{?rc_version:.%rc_version}%{?dist} +Release: 0.3%{?rc_version:.%rc_version}%{?dist} Summary: The Identity, Policy and Audit system License: GPLv3+ @@ -880,7 +880,6 @@ This package contains tests that verify IPA functionality under Python 3. %package selinux Summary: FreeIPA SELinux policy BuildArch: noarch -Requires: %{name}-server = %{version}-%{release} Requires: selinux-policy-%{selinuxtype} Requires(post): selinux-policy-%{selinuxtype} %{?selinux_requires} @@ -1676,6 +1675,9 @@ fi %endif %changelog +* Fri Dec 4 22:17:00 EET 2020 Alexander Bokovoy - 4.9.0-0.3.rc2 +- Correct SELinux policy requirements + * Fri Dec 4 13:41:28 EET 2020 Alexander Bokovoy - 4.9.0-0.2.rc2 - FreeIPA 4.9.0 release candidate 2