[dnsmasq/f18] use _hardened_build macro (#972968)

Tomas Hozza thozza at fedoraproject.org
Tue Jun 11 10:30:37 UTC 2013


commit c121b03a3b02d5ce6711e7170f672b0c1044800c
Author: Tomas Hozza <thozza at redhat.com>
Date:   Tue Jun 11 12:19:09 2013 +0200

    use _hardened_build macro (#972968)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 dnsmasq.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dnsmasq.spec b/dnsmasq.spec
index 65a4141..a99eaa1 100644
--- a/dnsmasq.spec
+++ b/dnsmasq.spec
@@ -9,9 +9,11 @@
   %define extraversion rc1
 %endif
 
+%define _hardened_build 1
+
 Name:           dnsmasq
 Version:        2.65
-Release:        5%{?extraversion}%{?dist}
+Release:        6%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -141,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/dhcp_*
 
 %changelog
+* Tue Jun 11 2013 Tomas Hozza <thozza at redhat.com> - 2.65-6
+- use _hardened_build macro (#972968)
+
 * Fri Mar 15 2013 Tomas Hozza <thozza at redhat.com> - 2.65-5
 - Allocate dhcp_buff-ers also if daemon->ra_contexts to prevent SIGSEGV (#920300)
 


More information about the scm-commits mailing list