Revert OL changes

This commit is contained in:
eabdullin 2025-02-05 12:47:17 +03:00
parent 1b6180a5e1
commit ecc1c3ac9d

View File

@ -224,7 +224,7 @@
Name: %{package_name}
Version: %{IPA_VERSION}
Release: 1%{?rc_version:.%rc_version}.0.1%{?dist}.4
Release: 1%{?rc_version:.%rc_version}%{?dist}.4
Summary: The Identity, Policy and Audit system
License: GPL-3.0-or-later
@ -589,7 +589,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
@ -1041,8 +1040,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
@ -1878,10 +1876,6 @@ fi
%endif
%changelog
* Tue Feb 04 2025 Akshata Konala <akshata.konala@oracle.com> - 4.12.2-1.0.1.4
- Set IPAPLATFORM=rhel when build on Oracle Linux [Orabug: 29516674]
- Add bind to ipa-server-common Requires [Orabug: 36518596]
* Thu Jan 23 2025 Florence Blanc-Renaud <flo@redhat.com> - 4.12.2-1.4
- Resolves: RHEL-76011 kinit with external idp user is failing