From 815da11c84b386197bd7d90f1eb3b8f9535f6779 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Sun, 28 Jul 2013 15:35:41 +0200 Subject: [PATCH] spec: enable hardened build --- ppp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ppp.spec b/ppp.spec index e74f299..a41b4dd 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,3 +1,5 @@ +%global _hardened_build 1 + Summary: The Point-to-Point Protocol daemon Name: ppp Version: 2.4.5 @@ -171,6 +173,7 @@ mkdir -p %{_localstatedir}/lock/ppp * Fri Jul 12 2013 Michal Sekletar - 2.4.5-32 - don't ship /var/lock/ppp in rpm payload and create it in %post instead - fix installation of tmpfiles.d configuration +- enable hardened build * Thu Jul 04 2013 Michal Sekletar - 2.4.5-31 - fix possible NULL pointer dereferencing