diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-21 09:42:54 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-21 09:43:02 +0300 |
commit | d0f263d3a3a366224604c74467f6ee80118870d0 (patch) | |
tree | 96515587306023e79d7f7f0e6cd685edac952740 | |
parent | 1ab05677b7e9f0cb3f5f86510341c32c73cc4e5b (diff) | |
download | rpm-setup-d0f263d3a3a366224604c74467f6ee80118870d0.tar rpm-setup-d0f263d3a3a366224604c74467f6ee80118870d0.tar.gz rpm-setup-d0f263d3a3a366224604c74467f6ee80118870d0.tar.bz2 rpm-setup-d0f263d3a3a366224604c74467f6ee80118870d0.tar.xz rpm-setup-d0f263d3a3a366224604c74467f6ee80118870d0.zip |
Makefile: add hardening configs to source tarball
-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 |