From aa35cde9d569474bd83df294dc2d3e9b76254b2b Mon Sep 17 00:00:00 2001 From: Maros Barabas Date: Mon, 19 Feb 2007 10:54:35 +0000 Subject: [PATCH] remove dot from summary (spec) --- tftp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tftp.spec b/tftp.spec index f15b9a7..4222018 100644 --- a/tftp.spec +++ b/tftp.spec @@ -1,9 +1,9 @@ %define tftp_hpa_version 0.42 -Summary: The client for the Trivial File Transfer Protocol (TFTP). +Summary: The client for the Trivial File Transfer Protocol (TFTP) Name: tftp Version: %{tftp_hpa_version} -Release: 3.3 +Release: 4 License: BSD Group: Applications/Internet Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{tftp_hpa_version}.tar.gz @@ -79,7 +79,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog -* Mon Feb 19 2007 Maros Barabas - 0.42-3.3 +* Mon Feb 19 2007 Maros Barabas - 0.42-4 - make some changes in spec file (review) - Resolves #226489