]> git.pld-linux.org Git - packages/bootp.git/commitdiff
- removed spaces from %attr macros parameters.
authorkloczek <kloczek@pld-linux.org>
Mon, 24 May 1999 11:45:54 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootp.spec -> 1.8

bootp.spec

index cb08c0770cc833b3e1fe993e427b435a38c6177d..50da3184e473ed4565970509e7f9139a6417b4dd 100644 (file)
@@ -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
This page took 0.039751 seconds and 4 git commands to generate.