Fix AlmaLinux detection

This commit is contained in:
Eduard Abdullin 2025-03-11 08:06:17 +00:00 committed by root
commit 693eaa07ba
2 changed files with 9 additions and 2 deletions

2
SOURCES/macros.java-srpm Normal file
View File

@ -0,0 +1,2 @@
# Arches that OpenJDK and dependent packages run on
%java_arches aarch64 ppc64le s390x x86_64

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 208
Version: 209
Release: 1%{?dist}.alma.1
# No version specified.
License: GPL+
@ -37,6 +37,7 @@ Source102: macros.mono-srpm
Source103: macros.nodejs-srpm
Source104: macros.ldc-srpm
Source105: macros.valgrind-srpm
Source106: macros.java-srpm
# Other misc macros
Source150: macros.dwz
@ -254,12 +255,16 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Mon Sep 30 2024 Eduard Abdullin <eabdullin@almalinux.org> - 208-1.alma.1
* Tue Mar 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 209-1.alma.1
- Fix AlmaLinux detection
* Wed Dec 11 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 209-1
- Add java_arches macro
* Fri Jul 19 2024 Michal Domonkos <mdomonko@redhat.com> - 208-1
- brp-mangle-shebangs: Strip env flags when mangling shebangs (RHEL-26961)
- Fix automatic soname requires on non-versioned symlink targets (RHEL-28767)
* Thu Jan 18 2024 Miro Hrončok <mhroncok@redhat.com> - 207-1
- brp-python-bytecompile: Pass --invalidation-mode=timestamp to compileall
- Resolves: RHEL-22139