887f1650d7
Hardcode --build target
2024-07-09 14:33:57 +03:00
2338500578
Initial commit
2024-07-09 14:08:37 +03:00
Troy Dawson
43f76414c7
Bump release for June 2024 mass rebuild
2024-06-24 08:15:40 -07:00
Tomas Bajer
ccbea78b81
Configure gating for rhel-10
2024-06-21 15:23:58 +02:00
Timm Bäder
fda90b0a42
Add redhat-hardened-clang-ld.cfg
...
To pass -pie when linking with clang.
Resolves: RHEL-39076
2024-06-18 16:28:03 -03:00
Florian Weimer
0bdf6e07e8
Revert "Lock version at branchpoint"
...
This reverts commit 0181246574
.
Resolves: RHEL-42436
2024-06-17 10:03:16 +02:00
Zbigniew Jędrzejewski-Szmek
9a8c77f977
Restore version in Obsoletes for rpmautospec-rpm-macros
...
Omitting the version is against Packaging Guidelines and causes a
noisy warning to be emitted for every build.
(cherry picked from commit 6f22ccfb07d9cb9ad230ca2875893fa6c8c3255c)
Resolves: RHEL-40562
2024-06-17 10:01:34 +02:00
Florian Weimer
3c5a6b1754
Enable DT_RELR on aarch64 (RHEL-40379)
...
Resolves: RHEL-40379
2024-06-10 10:26:03 +02:00
Florian Weimer
b6aeb406fc
NVR update
...
Related: RHEL-33354
2024-05-22 11:49:57 +02:00
Jens Petersen
bbb099b808
drop dependency on ghc-srpm-macros for rhel10
...
Resolves: RHEL-33354
Other changes are just grouping and sorting all the rhel excluded packages
2024-05-22 15:47:35 +08:00
Florian Weimer
d6d795286a
Enable GNU2 TLS descriptors on x86-64 (GCC only) (RHEL-25031)
...
Based on Fedora commit b7d1bfae1fb673c4d8a21a8866ba4e37b2cd6eaf.
Resolves: RHEL-25031
2024-05-10 20:28:45 +02:00
Yaakov Selkowitz
0181246574
Lock version at branchpoint
...
This should help make it clear as from which point this was branched
from Fedora's redhat-rpm-config.
2024-02-13 12:10:30 -05:00
Yaakov Selkowitz
b7cdf93185
Loosen rust-srpm-macros requirement
...
https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/277
reverted the requirement for rust-srpm-macros to define %build_rustflags.
Since RHEL's rust package will provide that as a subpackage with its
own versioning scheme rather than rust-packaging's, the version constraint
needs to be dropped.
2024-02-06 11:56:45 -05:00
c94d80a6dd
simplify microarch macros for x86_64
2024-02-05 10:38:06 -06:00
Florian Weimer
13bd1aaf1a
Drop -fcf-protection for i686 because there won't be kernel support
2024-01-16 11:35:28 +01:00
Nils Philippsen
c0295c50b3
Obsolete rpmautospec-rpm-macros without version
...
This is so redhat-rpm-config will obsolete any version of
rpmautospec-rpm-macros in Fedora <= 39.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2024-01-16 10:40:26 +01:00
Nick Clifton
a455b31b14
Add redhat-hardened-ld-errors file
2024-01-15 13:01:37 +00:00
Nick Clifton
f3416f1436
Add hardening feature to convert linker warning messages into errors.
...
https://fedoraproject.org/wiki/Changes/Linker_Error_On_Security_Issues
2024-01-15 12:35:44 +00:00
Florian Weimer
b13edec098
Switch C type safety level to 3 (GCC 14 default), and adjust for GCC 14
...
No conflict because except for %global build_type_safety 0,
the package is still compatibility with GCC 13 (but does not
enforce the type safety levels anymore).
2024-01-15 12:26:03 +01:00
Jan Grulich
a15ac4695e
Don't pull in qt5-srpm-macros on RHEL 10
2024-01-11 08:04:50 +01:00
Yaakov Selkowitz
19a840bac0
Define RUSTFLAGS only when rust macros are installed
...
Now that rust-packaging absorbed rust-srpm-macros in Fedora, RHEL rust
will need to provide an srpm-macros subpackage so that no part of
rust-packaging will be pulled into RHEL 10. This will then allow
rust-packaging (minus macros.rust-srpm) to exist in EPEL.
2024-01-04 21:31:25 -05:00
Florian Weimer
4daef93aa9
Missing packed relative relocation support on aarch64, s390x ( #2256645 )
2024-01-03 19:20:52 +01:00
Florian Weimer
5fca01af52
Pack relative ELF relocations by default
...
Leftover from the Fedora 39 toolchain changes.
2024-01-02 17:13:11 +01:00
Jan200101
363ddf0a1c
Add zig-srpm-macros
2023-12-26 21:53:47 +01:00
Neal Gompa
9446afdb0a
Bump release and add changelog entry
2023-11-03 17:44:18 -04:00
Stephen Gallagher
a65dee421c
ELN: Enable frame pointers for RHEL 11+
...
This will be active during the initial years of ELN development tracking
RHEL 11. It may be reverted in the final Fedora cycle prior to branching
if RHEL management decides to do so.
See
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/ODSVQKC2HHO5W3JD63DW3C53DG5WATUA/
for details.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-11-03 14:49:49 -04:00
Miro Hrončok
3c3493dc40
Docs: Fix a typo in %global build_type_safety_c
2023-10-24 12:27:24 +02:00
Florian Weimer
75f13b0ffd
Disable -fstack-clash-protection on riscv64 ( #2242327 )
2023-10-05 17:53:18 +02:00
Nikita Popov
1c5e204554
Use correct format specifier in brp-llvm-compile-lto-elf
...
Related: RHEL-11165
2023-10-05 17:51:39 +02:00
Nikita Popov
820c23a121
Also test brp-llvm-compile-lto-elf on object file
...
This serves the dual purpose on making sure that plain object
files can also be converted to ELF, and that the script handles
more than a single file.
2023-09-29 09:33:12 +02:00
Nikita Popov
88a50692ec
Fix brp-llvm-compile-lto-elf parallelism with hardlinks ( #2234024 )
...
Deduplicate the files by inode, so each hardlink is only processed
once, thus avoiding race conditions.
2023-09-29 09:27:19 +02:00
Florian Weimer
a2798ac4c1
Switch %build_type_safety_c to 1 ( #2142177 )
2023-09-26 18:42:49 +02:00
df12b70625
Split out forge macros to forge-srpm-macros package
2023-09-07 16:08:23 +00:00
Florian Weimer
0c097001d1
Add support for x86_64_v2, x86_64_v3, x86_64_v4 ( #2233093 )
2023-08-29 10:58:30 +02:00
Yaakov Selkowitz
1359905724
Add macros.rpmautospec
...
While these macros were previously shipped as a subpackage of
python-rpmautospec, they do not depend on the Python module, and the
rest of that package includes dependencies not wanted in RHEL/ELN (such
as koji).
2023-08-22 11:10:34 -04:00
Florian Weimer
80967bfcc6
Add Boehm-GC SPDX identifier for the gpgverify script
2023-08-22 11:44:29 +02:00
Björn Persson
4580afce7c
Adjusted the license of gpgverify to match the SPDX "Boehm-GC" wording.
2023-08-22 11:27:55 +02:00
Florian Weimer
d8b10a47f6
Remove outdated spec file comment
2023-08-21 17:58:56 +02:00
Miroslav Suchý
d53174c224
Migrate to SPDX license
2023-08-21 10:47:26 +02:00
Charalampos Stratakis
7331757cf1
Strip all extension builder flags except -fexceptions and -fcf-protection
...
This preserves binary compatibility with the main interpreters
the extensions are built against while removing Fedora's flags
that are not required to be inherited on user built extensions.
This implements https://fedoraproject.org/wiki/Changes/Python_Extension_Flags_Reduction
2023-08-04 12:58:12 +02:00
Florian Weimer
f447520e2d
Fix warnings that appear during the build of the llvm package
...
The package redefines %optflags on i686 and s390x, so the
%__build_for_lang_* macros are no longer expanded, triggering
a warning from RPM (“%__build_for_lang_any defined but not
used within scope”). Clang warns about -Wno-complain-wrong-lang
with -Wall, so the warning option is suppressed for
"%toolchain" != "gcc".
Reported-by: Tulio Magno Quites Machado Filho <tuliom@ascii.art.br>
2023-07-07 13:58:33 +02:00
Florian Weimer
d9c3154737
Drop armv7hl from frame pointer tests
...
Fixes commit 24244c4ac2
("Remove armv7hl from optflags").
2023-07-05 17:26:54 +02:00
Florian Weimer
246107d5f6
Implement the %build_type_safety_c macro ( #2218019 )
...
The default remains at 0 (no change) until the corresponding Fedora
change proposal is accepted:
<https://fedoraproject.org/wiki/Changes/GNUToolchainF39 >
2023-07-05 14:28:21 +02:00
Florian Weimer
7692bbaf45
Filter out C, C++ build flags from Fortran build flags ( #2177253 )
...
And pave the way for future front-end-specific compiler flags.
2023-07-05 13:04:12 +02:00
Florian Weimer
24244c4ac2
Remove armv7hl from optflags
...
Fedora 36 is gone.
2023-07-05 13:03:34 +02:00
Florian Weimer
77c5fc5b62
Fix typo in comment
2023-07-05 13:03:34 +02:00
Florian Weimer
0f50409ae6
Enable PIC mode for assembler files ( #2167430 )
2023-07-05 13:03:33 +02:00
Frédéric Bérat
c4c1f3b8d4
gnuconfig: sync with upstream git
2023-07-05 10:08:56 +02:00
Tom Stellard
76bd9dd983
Remove -fno-openmp-implicit-rpath from clang ldflags
...
This option was dropped from upstream.
2023-06-30 23:43:40 +00:00
Tom Stellard
dff3d6a440
Update tests to work with dnf5
2023-06-30 23:06:10 +00:00