- fix ld.so man-page (#532629)

This commit is contained in:
Ivana Varekova 2009-11-18 12:25:03 +00:00
parent f307bf6987
commit 65731eab32
2 changed files with 28 additions and 4 deletions

View File

@ -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)

View File

@ -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
@ -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 <varekova@redhat.com> - 3.23-2
- fix ld.so man-page (#532629)
* Mon Oct 5 2009 Ivana Varekova <varekova@redhat.com> - 3.23-1
- update to 3.23
- fix proc description