packages: glibc/glibc.spec - move sotruss (and sotruss-lib) to -misc, to av...
glen
glen at pld-linux.org
Mon Nov 28 01:09:03 CET 2011
Author: glen Date: Mon Nov 28 00:09:03 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- move sotruss (and sotruss-lib) to -misc, to avoid dependency loops (glibc package should not depend on shell)
---- Files affected:
packages/glibc:
glibc.spec (1.939 -> 1.940)
---- Diffs:
================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.939 packages/glibc/glibc.spec:1.940
--- packages/glibc/glibc.spec:1.939 Thu Nov 24 20:28:33 2011
+++ packages/glibc/glibc.spec Mon Nov 28 01:08:57 2011
@@ -34,7 +34,7 @@
Summary(uk.UTF-8): GNU libc версії
Name: glibc
Version: 2.14.1
-Release: 3
+Release: 4
Epoch: 6
License: LGPL v2.1+
Group: Libraries
@@ -1424,16 +1424,12 @@
%endif
%attr(755,root,root) %{_bindir}/locale
%attr(755,root,root) %{_bindir}/rpcgen
-%attr(755,root,root) %{_bindir}/sotruss
%attr(755,root,root) %{_sbindir}/zdump
%attr(755,root,root) %{_sbindir}/zic
%dir %{_libexecdir}/getconf
%attr(755,root,root) %{_libexecdir}/getconf/*
-%dir %{_libdir}/audit
-%attr(755,root,root) %{_libdir}/audit/sotruss-lib.so
-
%dir %{_datadir}/locale
%{_datadir}/locale/locale.alias
@@ -1541,6 +1537,10 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/catchsegv
%attr(755,root,root) %{_bindir}/ldd
+%attr(755,root,root) %{_bindir}/sotruss
+%dir %{_libdir}/audit
+%attr(755,root,root) %{_libdir}/audit/sotruss-lib.so
+
%{_mandir}/man1/catchsegv.1*
%{_mandir}/man1/ldd.1*
%lang(es) %{_mandir}/es/man1/ldd.1*
@@ -1784,6 +1784,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.940 2011/11/28 00:08:57 glen
+- move sotruss (and sotruss-lib) to -misc, to avoid dependency loops (glibc package should not depend on shell)
+
Revision 1.939 2011/11/24 19:28:33 pluto
- remove obsolete %%prep comment.
- release 3 after inital PR13013 tests.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.939&r2=1.940&f=u
More information about the pld-cvs-commit
mailing list