Revert OL modifications

This commit is contained in:
AlmaLinux RelEng Bot 2026-04-24 03:40:21 -04:00
parent e2d33589aa
commit 0182647e8f

View File

@ -232,7 +232,7 @@
Name: %{package_name}
Version: %{IPA_VERSION}
Release: 22%{?rc_version:.%rc_version}.0.1%{?dist}.4
Release: 22%{?rc_version:.%rc_version}%{?dist}.4
Summary: The Identity, Policy and Audit system
License: GPL-3.0-or-later
@ -727,7 +727,6 @@ BuildArch: noarch
Requires: %{name}-client-common = %{version}-%{release}
Requires: httpd >= %{httpd_version}
Requires: systemd-units >= %{systemd_version}
Requires: bind >= %{bind_version}
%if 0%{?rhel} >= 8 && ! 0%{?eln}
Requires: system-logos-ipa >= 80.4
%endif
@ -1203,8 +1202,7 @@ autoreconf -ivf
%{enable_server_option} \
%{with_ipatests_option} \
%{with_ipa_join_xml_option} \
%{linter_options} \
--with-ipaplatform=rhel
%{linter_options}
# run build in default dir
# -Onone is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1398405
@ -2054,10 +2052,6 @@ fi
%endif
%changelog
* Wed Apr 22 2026 EL Errata <el-errata_ww@oracle.com> - 4.12.2-22.0.1.el9_7.4
- Set IPAPLATFORM=rhel when build on Oracle Linux [Orabug: 29516674]
- Add bind to ipa-server-common Requires [Orabug: 36518596]
* Mon Mar 16 2026 David Hanina <dhanina@redhat.com> - 4.12.2-22.4
- Resolves: RHEL-155038 Pagure #9953: Adding a group with 32Bit Idrange fails.
- Resolves: RHEL-153628 Include latest fixes in python3-ipatests package