Go to file
Tom Stellard e0e0971163 Rename _pkg_extra_* macros to _distro_extra_* macros
The two intended uses cases for the _pkg_extra_* macros were to
make it easier for packagers to add new compile flags for use
with their package and also to make it easier to do distro wide
experiments with new flags.

However, it was pointed out on the mailing list[1] that you
can't satisfy both of these uses cases at the same time with
just one set of macros.  For example, if a packager uses
_pkg_extra_* macros to add flags specific to their own
package, then someone using _pkg_extra_* macros to
apply a new flag distro wide would override the package
specific flag.

I feel like the distro-wide use case is much more important,
so rather than create two sets of new flags, one for each use
case, I think it's best to rename the _pkg_extra_* macros
to _distro_extra_* and document that they are only meant
to be used for adding distro-wide flags and packagers should
not use this macro.

[1] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/TOG5RHWPS3VYMM52HFGZOUJVRCGZ7VXB/
2023-02-28 15:26:26 +00:00
.fmf Convert tests to tmt 2022-05-27 15:38:54 +00:00
tests Rename _pkg_extra_* macros to _distro_extra_* macros 2023-02-28 15:26:26 +00:00
.gitignore Add .gitignore file. 2016-10-03 17:03:08 -05:00
STAGE2-redhat-rpm-config Adding STAGE2 bootstrap recipe 2015-11-04 16:43:28 +01:00
brp-implant-ident-static add brp-implant-ident-static, which requires mktemp 2003-01-20 20:06:50 +00:00
brp-java-repack-jars Trim trailing whitespace 2014-04-27 11:58:46 +03:00
brp-ldconfig Silence the annoying warning from ldconfig brp-script (#1540971) 2018-12-17 16:16:25 +02:00
brp-llvm-compile-lto-elf Fix brp-llvm-compile-lto to not rely on a backtracking regex 2022-09-23 13:14:00 +02:00
brp-mangle-shebangs brp-mangle-shebangs: also mangle shebangs of JavaScript executables 2021-12-08 15:19:35 +00:00
brp-strip-lto - Use eu-elfclassify to only run strip on ELF relocatables 2020-02-20 13:40:19 -07:00
buildflags.md Do not include frame pointers on i686 and s390x for now 2023-01-10 12:53:06 -08:00
common.lua explicitset has not been renamed to set yet 2020-05-31 16:08:44 +02:00
config.guess gnuconfig: sync with upstream git 2023-02-14 13:23:48 +01:00
config.sub gnuconfig: sync with upstream git 2023-02-14 13:23:48 +01:00
dist.sh dist.sh: use `grep -E` instead of `egrep` 2021-11-13 15:16:45 +02:00
find-provides The attached patch kills a bogus comment in redhat-rpm-config 2014-09-16 09:31:34 +03:00
find-requires - Drop most of the script-based dependency generation bits 2014-04-10 15:20:54 +03:00
forge.lua forge macros: Support Sourcehut. Fixes rhbz#2035935. 2022-09-08 12:39:25 -05:00
gating.yaml Add some gating CI tests 2021-01-19 22:17:21 +00:00
gpgverify Added gpgverify. 2019-05-30 19:54:13 +02:00
libsymlink.attr Use %__libsymlink_path instead of %__libsymlink_exclude_path in libsymlink.attr 2015-07-15 10:39:19 +02:00
macros Rename _pkg_extra_* macros to _distro_extra_* macros 2023-02-28 15:26:26 +00:00
macros.build-constraints Add better error checking to %constrain_build 2021-11-01 16:35:33 -05:00
macros.dwz - require dwz, enable dwarf compression for debuginfo packages (#833311) 2014-01-25 00:11:43 +02:00
macros.fedora-misc clean up macro and lua function documentation 2020-05-29 08:47:28 +02:00
macros.fedora-misc-srpm clean up macro and lua function documentation 2020-05-29 08:47:28 +02:00
macros.forge clean up macro and lua function documentation 2020-05-29 08:47:28 +02:00
macros.gap-srpm Add macros.gap-srpm with supported GAP arches 2023-02-10 11:47:17 +01:00
macros.java-srpm Add java_arches macro 2022-05-10 21:19:46 +02:00
macros.ldc-srpm Add aarch64 to ldc arches 2018-08-20 22:33:04 +02:00
macros.ldconfig ldconfig: make %ldconfig_post/%ldconfig_postun parameterized 2018-02-25 07:11:46 +01:00
macros.mono-srpm Enable aarch64 for mono arches 2016-10-12 12:44:52 +01:00
macros.nodejs-srpm Add s390x build target for Node.js packages (#1391999) 2016-11-07 15:30:35 +02:00
macros.shell-completions Add macros.shell-completions 2022-08-08 15:04:56 -05:00
macros.valgrind-srpm Add valgrind_arches macro for BuildRequires of valgrind (#1334599) 2016-11-07 15:50:01 +02:00
macros.vpath Make vpath builddir not include arch-specific info 2021-07-10 09:43:26 -04:00
redhat-annobin-cc1 Add support for comparing gcc-built and annobin-built plugins. 2022-04-13 11:20:04 +01:00
redhat-annobin-plugin-select.sh Add support for comparing gcc-built and annobin-built plugins. 2022-04-13 11:20:04 +01:00
redhat-annobin-select-annobin-built-plugin Add support for comparing gcc-built and annobin-built plugins. 2022-04-13 11:20:04 +01:00
redhat-annobin-select-gcc-built-plugin Add support for comparing gcc-built and annobin-built plugins. 2022-04-13 11:20:04 +01:00
redhat-hardened-cc1 Fix cc1 specs mishandling of incremental linking 2015-07-08 13:49:53 -04:00
redhat-hardened-clang.cfg Add support for selecting a clang as a toolchain 2020-06-03 21:30:21 +02:00
redhat-hardened-ld Remove -z now from GCC specs file, now on command line (#1548397) 2018-02-24 21:37:06 +01:00
redhat-rpm-config.spec Rename _pkg_extra_* macros to _distro_extra_* macros 2023-02-28 15:26:26 +00:00
rpmlint.cf Add %_configure_disable_silent_rules 2016-10-03 12:55:00 -05:00
rpmrc Do not include frame pointers on ppc64le for now 2023-01-17 13:40:35 -08:00
sources - Remember to update lookaside-source status (there aren't any) 2014-04-02 13:21:15 +03:00