[spamass-milter] Do a hardened (PIE) build where possible

Paul Howarth pghmcfc at fedoraproject.org
Mon Apr 16 11:52:14 UTC 2012


commit 6fc154ef25f5a3c8588d0eec1af21b9e44168895
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Apr 16 12:51:56 2012 +0100

    Do a hardened (PIE) build where possible

 spamass-milter.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/spamass-milter.spec b/spamass-milter.spec
index d60e644..eaa02af 100644
--- a/spamass-milter.spec
+++ b/spamass-milter.spec
@@ -21,10 +21,13 @@
 # Flag file for SysV-to-systemd migration
 %global migrfile /run/%{name}-%{version}-%{release}-%{_arch}.systemd-migration
 
+# Do a hardened build where possible
+%define _hardened_build 1
+
 Summary:	Milter (mail filter) for spamassassin
 Name:		spamass-milter
 Version:	0.3.2
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 URL:		http://savannah.nongnu.org/projects/spamass-milt/
@@ -290,6 +293,9 @@ fi
 %ghost %{rundir}/spamass-milter/postfix/sock
 
 %changelog
+* Mon Apr 16 2012 Paul Howarth <paul at city-fan.org> 0.3.2-6
+- Do a hardened (PIE) build where possible
+
 * Wed Jan 11 2012 Paul Howarth <paul at city-fan.org> 0.3.2-5
 - Rebuild for gcc 4.7 in Rawhide
 


More information about the scm-commits mailing list