|
|
|
@ -171,7 +171,7 @@ Version: %{glibcversion}
|
|
|
|
|
# generator to make the generated requires interchangeable between Rawhide
|
|
|
|
|
# and ELN (.elnYY < .fcXX).
|
|
|
|
|
%global baserelease 23
|
|
|
|
|
Release: %{baserelease}%{?dist}
|
|
|
|
|
Release: %{baserelease}%{?dist}.inferit
|
|
|
|
|
|
|
|
|
|
# Licenses:
|
|
|
|
|
#
|
|
|
|
@ -505,6 +505,9 @@ BuildRequires: gcc >= 7.2.1-6
|
|
|
|
|
%global enablekernel 3.2
|
|
|
|
|
Conflicts: kernel < %{enablekernel}
|
|
|
|
|
%define target %{_target_cpu}-redhat-linux
|
|
|
|
|
%ifarch x86_64_v2
|
|
|
|
|
%define target x86_64-redhat-linux
|
|
|
|
|
%endif
|
|
|
|
|
%ifarch ppc64le
|
|
|
|
|
%global target ppc64le-redhat-linux
|
|
|
|
|
%endif
|
|
|
|
@ -2661,6 +2664,9 @@ update_gconv_modules_cache ()
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 03 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.39-23.inferit
|
|
|
|
|
- Overwrite target for x86_64_v2
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.39-23
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|