From 65731eab32cc4714a4aa21a708111fcc65378812 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Wed, 18 Nov 2009 12:25:03 +0000 Subject: [PATCH] - fix ld.so man-page (#532629) --- man-pages-3.23-ld.so.patch | 19 +++++++++++++++++++ man-pages.spec | 13 +++++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 man-pages-3.23-ld.so.patch diff --git a/man-pages-3.23-ld.so.patch b/man-pages-3.23-ld.so.patch new file mode 100644 index 0000000..1b56c93 --- /dev/null +++ b/man-pages-3.23-ld.so.patch @@ -0,0 +1,19 @@ +diff -up man-pages-3.23/man8/ld.so.8.pom man-pages-3.23/man8/ld.so.8 +--- man-pages-3.23/man8/ld.so.8.pom 2009-09-30 03:36:59.000000000 +0200 ++++ man-pages-3.23/man8/ld.so.8 2009-11-18 13:19:44.000000000 +0100 +@@ -323,13 +323,9 @@ This variable is ignored by set-user-ID + (glibc since 2.1) + If set to a non-empty string, + output symbol versioning information about the +-program if querying information about the program (i.e., either ++program if + .B LD_TRACE_LOADED_OBJECTS +-has been set, or +-.B \-\-list +-or +-.B \-\-verify +-options have been given to the dynamic linker). ++has been set. + .TP + .B LD_WARN + (ELF only)(glibc since 2.1.3) diff --git a/man-pages.spec b/man-pages.spec index f22f700..e4f9b0e 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -4,7 +4,7 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages Version: 3.23 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/pub/linux/docs/manpages/ @@ -32,6 +32,7 @@ Patch55: man-pages-3.22-gai.conf.patch Patch56: man-pages-3.22-strcpy.patch Patch57: man-pages-3.22-nsswitch.conf.patch Patch58: man-pages-3.23-proc.patch +Patch59: man-pages-3.23-ld.so.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Autoreq: false @@ -49,11 +50,11 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release} %patch1 -p1 %patch28 -p1 -%patch36 -p1 +%patch36 -p1 %patch41 -p1 %patch44 -p1 -%patch45 -p1 -%patch46 -p1 +%patch45 -p1 +%patch46 -p1 %patch49 -p1 %patch50 -p1 %patch53 -p1 @@ -62,6 +63,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release} %patch56 -p1 %patch57 -p1 %patch58 -p1 +%patch59 -p1 ### And now remove those we are not going to use: @@ -132,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Wed Nov 18 2009 Ivana Varekova - 3.23-2 +- fix ld.so man-page (#532629) + * Mon Oct 5 2009 Ivana Varekova - 3.23-1 - update to 3.23 - fix proc description