[ctdb/f19] Added _hardened_build to spec file

sbose sbose at fedoraproject.org
Fri May 17 09:12:27 UTC 2013


commit 547f00d4cbe84b264698053d5f8f44611dcd57f1
Author: Sumit Bose <sbose at redhat.com>
Date:   Fri May 17 11:12:10 2013 +0200

    Added _hardened_build to spec file
    
    Resolves: rhbz#955324

 ctdb.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ctdb.spec b/ctdb.spec
index 47700b6..191f6dc 100644
--- a/ctdb.spec
+++ b/ctdb.spec
@@ -1,10 +1,12 @@
+%global _hardened_build 1
+
 %define initdir %{_sysconfdir}/rc.d/init.d
 %define with_systemd 1
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
 Version: 2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://ctdb.samba.org/
@@ -267,6 +269,10 @@ fi
 %doc tests/README
 
 %changelog
+* Fri May 17 2013 Sumit Bose <sbose at redhat.com> - 2.1-3
+- added _hardened_build to spec file
+  Resolves: rhbz#955324
+
 * Mon Mar 25 2013 Sumit Bose <sbose at redhat.com> - 2.1-2
 - added updated patch files
 


More information about the scm-commits mailing list