]> git.pld-linux.org Git - packages/libutempter.git/commitdiff
- don't give sgid to utmp-cleanup! it allow clean utmp files for anybody... utempter-0_5_5-3
authorundefine <undefine@pld-linux.org>
Wed, 29 Sep 2004 17:31:42 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and with restricted proc simply clean all entries
- release 3 (for RA)

Changed files:
    libutempter.spec -> 1.49

libutempter.spec

index 33ebc616bd9bb9969b644912c210a148a4e1d2cc..8873279e1f26c5279dc0ff510dbc9e9052724b00 100644 (file)
@@ -6,7 +6,7 @@ Summary(ru):    
 Summary(uk):   ðÒÉצÌÅÊÏ×ÁÎÁ ÐÒÏÇÒÁÍÁ ÄÌÑ ×ÎÅÓÅÎÎÑ ÚͦΠÄÏ utmp/wtmp
 Name:          utempter
 Version:       0.5.5
-Release:       2
+Release:       3
 License:       MIT or LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -89,7 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(2755,root,utmp) %{_sbindir}/*
+%attr(2755,root,utmp) %{_sbindir}/utempter
+%attr(755,root,utmp) %{_sbindir}/utmp-cleanup
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %attr(664,root,utmp) %ghost /var/run/utmpx
This page took 0.132273 seconds and 4 git commands to generate.