SPECS: e2fsprogs.spec - proper suid for uuidd instead of root (n...

qboosh qboosh at pld-linux.org
Thu Jan 10 22:42:12 CET 2008


Author: qboosh                       Date: Thu Jan 10 21:42:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper suid for uuidd instead of root
  (now libuuid:libuuid ids are used for something)
- ghost soname symlinks

---- Files affected:
SPECS:
   e2fsprogs.spec (1.168 -> 1.169) 

---- Diffs:

================================================================
Index: SPECS/e2fsprogs.spec
diff -u SPECS/e2fsprogs.spec:1.168 SPECS/e2fsprogs.spec:1.169
--- SPECS/e2fsprogs.spec:1.168	Mon Jan  7 09:08:27 2008
+++ SPECS/e2fsprogs.spec	Thu Jan 10 22:42:07 2008
@@ -546,15 +546,15 @@
 %package initrd
 Summary:	blkid - initrd version
 Summary(pl.UTF-8):	blkid - wersja dla initrd
-Group:	Base
+Group:		Base
 
 %description initrd
-This package includes a blkid utility to recognize partitions by label or uuid
-- staticaly linked for initrd.
+This package includes a blkid utility to recognize partitions by label
+or UUID - staticaly linked for initrd.
 
 %description initrd -l pl.UTF-8
-Pakiet ten zawiera narzędzie blkid do rozpozywania partycji przez etykietke lub
-uuid - statycznie skonsolidowane na potrzeby initrd.
+Pakiet ten zawiera narzędzie blkid do rozpoznawania partycji przez
+etykietę lub UUID - statycznie skonsolidowane na potrzeby initrd.
 
 %prep
 %setup -q
@@ -705,8 +705,12 @@
 %attr(755,root,root) %{_bindir}/*attr
 %attr(755,root,root) %{_bindir}/mk_cmds
 %if ! %{with allstatic}
-%attr(755,root,root) /%{_lib}/libe2p.so.*
-%attr(755,root,root) /%{_lib}/libext2fs.so.*
+%attr(755,root,root) /%{_lib}/libe2p.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
+%attr(755,root,root) /%{_lib}/libext2fs.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
+%attr(755,root,root) /%{_lib}/libss.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libss.so.2
 %attr(755,root,root) /%{_lib}/libss.so.*
 %endif
 %attr(755,root,root) %{_libdir}/e2initrd_helper
@@ -760,7 +764,10 @@
 
 %files -n libcom_err
 %defattr(644,root,root,755)
-%{!?with_allstatic:%attr(755,root,root) /%{_lib}/libcom_err.so.*}
+%if %{without allstatic}
+%attr(755,root,root) /%{_lib}/libcom_err.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libcom_err.so.2
+%endif
 
 %files -n libcom_err-devel
 %defattr(644,root,root,755)
@@ -782,8 +789,11 @@
 %defattr(644,root,root,755)
 %doc lib/uuid/COPYING
 %attr(755,root,root) %{_bindir}/uuidgen
-%attr(4755,root,root) %{_sbindir}/uuidd
-%{!?with_allstatic:%attr(755,root,root) /%{_lib}/libuuid.so.*}
+%attr(6755,libuuid,libuuid) %{_sbindir}/uuidd
+%if %{without allstatic}
+%attr(755,root,root) /%{_lib}/libuuid.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libuuid.so.2
+%endif
 %attr(750,libuuid,libuuid) /var/lib/libuuid
 %{_mandir}/man1/uuidgen.1*
 %lang(ja) %{_mandir}/ja/man1/uuidgen.1*
@@ -804,7 +814,8 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) /sbin/fsck
 %if ! %{with allstatic}
-%attr(755,root,root) /%{_lib}/libblkid.so.*
+%attr(755,root,root) /%{_lib}/libblkid.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
 %endif
 %{_mandir}/man8/fsck.8*
 %lang(it) %{_mandir}/it/man8/fsck.8*
@@ -824,6 +835,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.169  2008-01-10 21:42:07  qboosh
+- proper suid for uuidd instead of root
+  (now libuuid:libuuid ids are used for something)
+- ghost soname symlinks
+
 Revision 1.168  2008-01-07 08:08:27  arekm
 - up to 1.40.4 (pl.po update merged; new uuidd daemon)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e2fsprogs.spec?r1=1.168&r2=1.169&f=u



More information about the pld-cvs-commit mailing list