[dircproxy] Harden build. Fixes bug #954343

Kevin Fenzi kevin at fedoraproject.org
Mon Apr 22 20:38:23 UTC 2013


commit 97c886c405cd443417fbe59106fa14a1e1f46b69
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Apr 22 14:38:20 2013 -0600

    Harden build. Fixes bug #954343

 dircproxy.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/dircproxy.spec b/dircproxy.spec
index f0a26f5..ee836df 100644
--- a/dircproxy.spec
+++ b/dircproxy.spec
@@ -1,7 +1,12 @@
+#
+# dircproxy is a long running process so we harden it. 
+#
+%global _hardened_build 1
+
 Name:           dircproxy
 Version:        1.2.0
 %define betaver RC1
-Release:        0.17.%{betaver}%{?dist}
+Release:        0.18.%{betaver}%{?dist}
 Summary:        IRC proxy server
 
 Group:          Applications/Internet
@@ -106,6 +111,9 @@ fi
 %{_unitdir}/%{name}.service
 
 %changelog
+* Mon Apr 22 2013 Kevin Fenzi <kevin at scrye.com> 1.2.0-0.18.RC1
+- Harden build. Fixes bug #954343
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-0.17.RC1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list