From ff287e6a29bd029a149de32cbf4140d08eb7472e Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Mon, 15 Jul 2013 13:08:56 +0200 Subject: [PATCH] Harden the package --- iputils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index 54b5cd9..d2a676a 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,7 +1,9 @@ +%global _hardened_build 1 + Summary: Network monitoring tools including ping Name: iputils Version: 20121221 -Release: 2%{?dist} +Release: 3%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) License: BSD and GPLv2+ @@ -175,6 +177,9 @@ mv -f RELNOTES.tmp RELNOTES %attr(644,root,root) %{_mandir}/man8/ninfod.8.gz %changelog +* Mon Jul 15 2013 Jan Synáček - 20121221-3 +- Harden the package + * Fri Feb 01 2013 Jan Synáček - 20121221-2 - Always use posix locale when reading -i (#905840) - Set correct ninfod capabilities