]> git.pld-linux.org Git - packages/libutempter.git/blobdiff - libutempter.spec
- don't give sgid to utmp-cleanup! it allow clean utmp files for anybody...
[packages/libutempter.git] / 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.062206 seconds and 4 git commands to generate.