import redhat-rpm-config-201-1.el9

i9 changed/i9/redhat-rpm-config-201-1.el9.inferit
MSVSphere Packaging Team 1 year ago committed by tigro
parent 5bd48f2129
commit 70780e97ff

@ -328,7 +328,7 @@ print(result)
# way we can detect installing an unusable .o/.a file. This is on the TODO
# list for F34.
%_gcc_lto_cflags -flto=auto -ffat-lto-objects
%_clang_lto_cflags -flto
%_clang_lto_cflags -flto=thin
%_lto_cflags %{expand:%%{_%{toolchain}_lto_cflags}}
%_general_options -O2 %{?_lto_cflags} -fexceptions -g -grecord-gcc-switches -pipe

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 199
Version: 201
Release: 1%{?dist}.inferit
# No version specified.
License: GPL+
@ -127,6 +127,9 @@ Requires: %{_bindir}/grep
Requires: %{_bindir}/sed
Requires: %{_bindir}/xargs
# for brp-llvm-compile-lto-elf
Requires: (llvm if clang)
# -fstack-clash-protection and -fcf-protection require GCC 8.
Conflicts: gcc < 8.0.1-0.22
@ -250,12 +253,20 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Wed May 17 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 199-1.inferit
- Rebuilt for MSVSphere 9.2
* Mon May 08 2023 Nikita Popov <npopov@redhat.com> - 201-1
- Add llvm dependency if clang toolchain used
- Resolves: rhbz#2193406
* Wed Apr 19 2023 Nikita Popov <npopov@redhat.com> - 200-1
- Change clang LTO default to ThinLTO
- Resolves: rhbz#2178788
* Thu Mar 16 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 196-1.inferit
- Added MSVSphere detection support to dist.sh
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 199-1
- Rebuilt for MSVSphere 9.1.
* Mon Feb 13 2023 Miro Hrončok <mhroncok@redhat.com> - 199-1
- Add pyproject-srpm-macros to the default buildroot
- Related: rhbz#2168193

Loading…
Cancel
Save