From aac2ba6b5d9b537e7d80731062c994c6e65fbe01 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 24 May 1999 11:45:55 +0000 Subject: [PATCH] - removed spaces from %attr macros parameters. Changed files: getty_ps.spec -> 1.4 --- getty_ps.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getty_ps.spec b/getty_ps.spec index c1f369d..e0b3e63 100644 --- a/getty_ps.spec +++ b/getty_ps.spec @@ -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 -- 2.43.0