From a737cdb0d11e6a2d65ca964fc4d2a4f71bda192e Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 24 May 1999 11:45:54 +0000 Subject: [PATCH] - removed spaces from %attr macros parameters. Changed files: bootp.spec -> 1.8 --- bootp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootp.spec b/bootp.spec index cb08c07..50da318 100644 --- a/bootp.spec +++ b/bootp.spec @@ -79,8 +79,8 @@ touch $RPM_BUILD_ROOT/etc/bootptab rm -rf $RPM_BUILD_ROOT %files -%attr(600, root, root) %config(noreplace) %verify(not size md5 mtime) /etc/bootptab -%attr(755, root, root) %{_sbindir}/* +%attr(600,root,root) %config(noreplace) %verify(not size md5 mtime) /etc/bootptab +%attr(755,root,root) %{_sbindir}/* %{_mandir}/man[58]/* %changelog -- 2.44.0