SPECS: linux-skey.spec - no need to specify default attr
qboosh
qboosh at pld-linux.org
Mon Dec 19 20:52:51 CET 2005
Author: qboosh Date: Mon Dec 19 19:52:51 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no need to specify default attr
---- Files affected:
SPECS:
linux-skey.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/linux-skey.spec
diff -u SPECS/linux-skey.spec:1.24 SPECS/linux-skey.spec:1.25
--- SPECS/linux-skey.spec:1.24 Tue Dec 13 12:54:17 2005
+++ SPECS/linux-skey.spec Mon Dec 19 20:52:46 2005
@@ -85,20 +85,20 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog README samples/*
-%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skeykeys
-%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skeyaccess
-%attr(755,root,root) %{_bindir}/skey
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skeykeys
+%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/skeyaccess
+%attr(755,root,root) %{_bindir}/skey
%attr(4755,root,root) %{_sbindir}/skeyinit
-%attr(644,root,root) %{_mandir}/man*/*
+%{_mandir}/man*/*
%files -n pam-pam_skey
%defattr(644,root,root,755)
-%attr(755,root,root) /%{_lib}/security/*.so
+%attr(755,root,root) /%{_lib}/security/*.so
%files devel
%defattr(644,root,root,755)
-%attr(644,root,root) %{_libdir}/*.a
-%attr(644,root,root) %{_includedir}/*.h
+%{_libdir}/*.a
+%{_includedir}/*.h
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -106,6 +106,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2005/12/19 19:52:46 qboosh
+- no need to specify default attr
+
Revision 1.24 2005/12/13 11:54:17 glen
- adalterized (sorted %verify flags)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/linux-skey.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list