mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Require a matching server package for the selinux subpackage
Ensure that the selinux subpackage is upgraded along with the rest of IPA if it is built. https://pagure.io/freeipa/issue/8511 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
parent
2f2bce4310
commit
84bbf68781
@ -832,6 +832,7 @@ This package contains tests that verify IPA functionality under Python 3.
|
|||||||
%package selinux
|
%package selinux
|
||||||
Summary: FreeIPA SELinux policy
|
Summary: FreeIPA SELinux policy
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Requires: %{name}-server = %{version}-%{release}
|
||||||
Requires: selinux-policy-%{selinuxtype}
|
Requires: selinux-policy-%{selinuxtype}
|
||||||
Requires(post): selinux-policy-%{selinuxtype}
|
Requires(post): selinux-policy-%{selinuxtype}
|
||||||
%{?selinux_requires}
|
%{?selinux_requires}
|
||||||
|
Loading…
Reference in New Issue
Block a user