aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--NEWS2
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 \
diff --git a/NEWS b/NEWS
index f67cc57..bf119e2 100644
--- a/NEWS
+++ b/NEWS
@@ -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