Enable hardened build

This commit is contained in:
Petr Sabata 2011-09-23 14:21:13 +02:00
parent 61999fd6b7
commit 25b767cd04

View File

@ -1,6 +1,9 @@
# https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags
%define _hardened_build 1
Name: lldpad
Version: 0.9.43
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Intel LLDP Agent
Group: System Environment/Daemons
License: GPLv2
@ -163,6 +166,9 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Fri Sep 23 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-4
- Enable hardened build
* Tue Sep 13 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-3
- Mute systemd output (#737897)