Add explicit selinux dependencies to avoid policycoreutils-python-utils dependency
Resolves: RHEL-134944
This commit is contained in:
parent
4e303ce35d
commit
b136da5159
14
adcli.spec
14
adcli.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: adcli
|
||||
Version: 0.9.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Active Directory enrollment
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gitlab.freedesktop.org/realmd/adcli
|
||||
@ -52,7 +52,13 @@ Summary: The adcli SELinux policy
|
||||
BuildArch: noarch
|
||||
Requires: selinux-policy-%{selinuxtype}
|
||||
Requires(post): selinux-policy-%{selinuxtype}
|
||||
%{?selinux_requires}
|
||||
Requires: selinux-policy >= %{_selinux_policy_version}
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: selinux-policy
|
||||
BuildRequires: selinux-policy-devel
|
||||
Requires(post): selinux-policy-base >= %{_selinux_policy_version}
|
||||
Requires(post): libselinux-utils
|
||||
Requires(post): policycoreutils
|
||||
|
||||
%description selinux
|
||||
Custom SELinux policy module for adcli to make sure generated Kerberos keytab
|
||||
@ -126,6 +132,10 @@ documentation.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 23 2025 Sumit Bose <sbose@redhat.com> - 0.9.3.1-2
|
||||
- Add explicit selinux dependencies to avoid policycoreutils-python-utils dependency
|
||||
Resolves: RHEL-134944
|
||||
|
||||
* Wed Dec 17 2025 Sumit Bose <sbose@redhat.com> - 0.9.3.1-1
|
||||
- Rebase to latest upstream version
|
||||
Resolves: RHEL-134944
|
||||
|
||||
Loading…
Reference in New Issue
Block a user