Add java_arches macro
Resolves: RHEL-70841
This commit is contained in:
parent
1323c4d6de
commit
86f458081d
2
macros.java-srpm
Normal file
2
macros.java-srpm
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Arches that OpenJDK and dependent packages run on
|
||||||
|
%java_arches aarch64 ppc64le s390x x86_64
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 208
|
Version: 209
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -37,6 +37,7 @@ Source102: macros.mono-srpm
|
|||||||
Source103: macros.nodejs-srpm
|
Source103: macros.nodejs-srpm
|
||||||
Source104: macros.ldc-srpm
|
Source104: macros.ldc-srpm
|
||||||
Source105: macros.valgrind-srpm
|
Source105: macros.valgrind-srpm
|
||||||
|
Source106: macros.java-srpm
|
||||||
|
|
||||||
# Other misc macros
|
# Other misc macros
|
||||||
Source150: macros.dwz
|
Source150: macros.dwz
|
||||||
@ -254,6 +255,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
|
|||||||
%doc buildflags.md
|
%doc buildflags.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Jul 19 2024 Michal Domonkos <mdomonko@redhat.com> - 208-1
|
||||||
- brp-mangle-shebangs: Strip env flags when mangling shebangs (RHEL-26961)
|
- brp-mangle-shebangs: Strip env flags when mangling shebangs (RHEL-26961)
|
||||||
- Fix automatic soname requires on non-versioned symlink targets (RHEL-28767)
|
- Fix automatic soname requires on non-versioned symlink targets (RHEL-28767)
|
||||||
|
Loading…
Reference in New Issue
Block a user