]> git.pld-linux.org Git - packages/libutempter.git/commitdiff
- more utmpx -> utmp group fixes.
authorkloczek <kloczek@pld-linux.org>
Sun, 1 Aug 1999 23:01:01 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libutempter.spec -> 1.13

libutempter.spec

index 63f7374df232842c5fddbe7234e9ac953793dfd8..6ea4c855f6528ce898f53edb1316514b1064ea6b 100644 (file)
@@ -70,10 +70,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 
-%attr(2711,root,utmpx) %{_sbindir}/*
-%attr(0755,root, root) %{_libdir}/lib*.so.*
+%attr(2711,root,utmp) %{_sbindir}/*
+%attr(0755,root,root) %{_libdir}/lib*.so.*
 
-%attr(664,root,utmpx) %ghost /var/run/utmpx
+%attr(664,root,utmp) %ghost /var/run/utmpx
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.033253 seconds and 4 git commands to generate.