[meego-commits] 11335: Changes to Trunk:Testing/glibc
Austin Zhang
no_reply at build.meego.com
Thu Dec 30 01:57:51 UTC 2010
Hi,
I have made the following changes to glibc in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Austin Zhang
[This message was auto-generated]
---
Request #11335:
submit: devel:base/glibc -> Trunk:Testing/glibc
Message:
None
State: new 2010-12-29T17:57:51 austin
Comment: None
changes files:
--------------
--- glibc.changes
+++ glibc.changes
@@ -0,0 +1,3 @@
+* Wed Dec 29 2010 Austin Zhang <austin.zhang at intel.com> - 2.11.90
+- BMC#10342: Error when installing glibc-devel with --excludedocs in .ks
+
spec files:
-----------
--- glibc.spec
+++ glibc.spec
@@ -572,7 +572,7 @@
%triggerin common -p /usr/sbin/tzdata-update -- tzdata
%post devel
-/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir || :
+%install_info %{_infodir}/libc.info.gz %{_infodir}/dir || :
%pre headers
# this used to be a link and it is causing nightmares now
@@ -582,7 +582,7 @@
%preun devel
if [ "$1" = 0 ]; then
- /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || :
+ %install_info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || :
fi
%post utils -p /sbin/ldconfig
other changes:
--------------
More information about the MeeGo-commits
mailing list