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

getty_ps.spec

index c1f369da153e549e71c96b9f5a78ed2188baacf5..e0b3e639dd58114aa8c57b0be10aa15c9ea9033d 100644 (file)
@@ -72,12 +72,12 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5}/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc Examples ANNOUNCE README.linux README.2.0.7j README.hi-speed
 %config(missingok) %verify(not mtime size md5) /etc/gettydefs
-%attr(755, root, root) /sbin/*
+%attr(755,root,root) /sbin/*
 %{_mandir}/man[15]/*
-%attr(600, root,  man) %ghost /var/log/getty.log
+%attr(600,root,  man) %ghost /var/log/getty.log
 
 %changelog
 * Sat Dec 19 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
This page took 0.077088 seconds and 4 git commands to generate.