diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5b57ce0..d745843 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ EXTRA_DIST = \ $(pkg_scripts) \ $(pkg_scripts_in) \ $(redhat_scripts) \ + $(redhat_hardened) \ macros-perarch.in make_arch_macrosfiles.sh.in \ rpmgenplatform.in rpmrc.in \ rpm-spec-mode.el \ @@ -1,3 +1,5 @@ +- Makefile: add hardening configs to source tarball + Version 2.79 - 21 April 2024, by Jani Välimaa - macros: add %_hardened_build (from Fedora) to build pkgs with position-independent code by default |