diff --git a/tftp.spec b/tftp.spec index 9c6726d..9922664 100644 --- a/tftp.spec +++ b/tftp.spec @@ -1,9 +1,10 @@ %global systemctl_bin /usr/bin/systemctl +%global _hardened_build 1 Summary: The client for the Trivial File Transfer Protocol (TFTP) Name: tftp Version: 5.2 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: Applications/Internet URL: http://www.kernel.org/pub/software/network/tftp/ @@ -106,6 +107,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_unitdir}/* %changelog +* Tue Apr 23 2013 Jan Synáček - 5.2-9 +- harden the package (#955197) + * Fri Apr 19 2013 Jan Synáček - 5.2-8 - documentation fixes