harden the package (#955197)

This commit is contained in:
Jan Synacek 2013-04-23 09:27:32 +02:00
parent a6406a8da4
commit cd736afae4

View File

@ -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 <jsynacek@redhat.com> - 5.2-9
- harden the package (#955197)
* Fri Apr 19 2013 Jan Synáček <jsynacek@redhat.com> - 5.2-8
- documentation fixes