mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Depend on system-logos-ipa on RHEL/CentOS Stream
Fedora ELN represents itself as a RHEL but it does not have redhat-logos-ipa package. CentOS Stream does not have redhat-logos-ipa but has centos-logos-ipa package. Both RHEL and CentOS Stream provide system-logos-ipa so we can depend on it instead. This allows to make IPA packages installable on CentOS Stream and on Fedora ELN. Fixes: https://pagure.io/freeipa/issue/8874 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -541,8 +541,8 @@ Requires: %{name}-client-common = %{version}-%{release}
|
||||
Requires: httpd >= %{httpd_version}
|
||||
Requires: systemd-units >= %{systemd_version}
|
||||
Requires: custodia >= 0.3.1
|
||||
%if 0%{?rhel} >= 8
|
||||
Requires: redhat-logos-ipa >= 80.4
|
||||
%if 0%{?rhel} >= 8 && ! 0%{?eln}
|
||||
Requires: system-logos-ipa >= 80.4
|
||||
%endif
|
||||
|
||||
Provides: %{alt_name}-server-common = %{version}
|
||||
|
||||
Reference in New Issue
Block a user