|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: Red Hat specific rpm configuration files
|
|
|
|
|
Name: redhat-rpm-config
|
|
|
|
|
Version: 201
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 207
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
# No version specified.
|
|
|
|
|
License: GPL+
|
|
|
|
|
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
|
|
|
|
@ -129,6 +129,7 @@ Requires: %{_bindir}/xargs
|
|
|
|
|
|
|
|
|
|
# for brp-llvm-compile-lto-elf
|
|
|
|
|
Requires: (llvm if clang)
|
|
|
|
|
Requires: (gawk if clang)
|
|
|
|
|
|
|
|
|
|
# -fstack-clash-protection and -fcf-protection require GCC 8.
|
|
|
|
|
Conflicts: gcc < 8.0.1-0.22
|
|
|
|
@ -253,6 +254,29 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
|
|
|
|
|
%doc buildflags.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 02 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 207-1.inferit
|
|
|
|
|
- Added MSVSphere detection support to dist.sh
|
|
|
|
|
|
|
|
|
|
* Thu Jan 18 2024 Miro Hrončok <mhroncok@redhat.com> - 207-1
|
|
|
|
|
- brp-python-bytecompile: Pass --invalidation-mode=timestamp to compileall
|
|
|
|
|
- Resolves: RHEL-22139
|
|
|
|
|
|
|
|
|
|
* Mon Oct 02 2023 Nikita Popov <npopov@redhat.com> - 206-1
|
|
|
|
|
- Use correct format specifier in brp-llvm-compile-lto-elf
|
|
|
|
|
|
|
|
|
|
* Fri Sep 29 2023 Nikita Popov <npopov@redhat.com> - 205-1
|
|
|
|
|
- Fix the fix for brp-llvm-compile-lto-elf
|
|
|
|
|
|
|
|
|
|
* Tue Sep 26 2023 Florian Weimer <fweimer@redhat.com> - 204-1
|
|
|
|
|
- Enable PIC mode for assembler files (RHEL-6298)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 13 2023 Florian Weimer <fweimer@redhat.com> - 203-1
|
|
|
|
|
- Rebuild against more recent downstream branch (#2234024)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 25 2023 Nikita Popov <npopov@redhat.com> - 202-1
|
|
|
|
|
- Fix brp-llvm-compile-lto-elf parallelism with hardlinks
|
|
|
|
|
- Resolves: rhbz#2234024
|
|
|
|
|
|
|
|
|
|
* Mon May 08 2023 Nikita Popov <npopov@redhat.com> - 201-1
|
|
|
|
|
- Add llvm dependency if clang toolchain used
|
|
|
|
|
- Resolves: rhbz#2193406
|
|
|
|
@ -261,6 +285,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
|
|
|
|
|
- Change clang LTO default to ThinLTO
|
|
|
|
|
- Resolves: rhbz#2178788
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 199-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
* Mon Feb 13 2023 Miro Hrončok <mhroncok@redhat.com> - 199-1
|
|
|
|
|
- Add pyproject-srpm-macros to the default buildroot
|
|
|
|
|
- Related: rhbz#2168193
|
|
|
|
|