- fix ld.so man-page (#532629)
This commit is contained in:
parent
f307bf6987
commit
65731eab32
19
man-pages-3.23-ld.so.patch
Normal file
19
man-pages-3.23-ld.so.patch
Normal 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)
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project
|
Summary: Man (manual) pages from the Linux Documentation Project
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 3.23
|
Version: 3.23
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
|
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
URL: http://www.kernel.org/pub/linux/docs/manpages/
|
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
|
Patch56: man-pages-3.22-strcpy.patch
|
||||||
Patch57: man-pages-3.22-nsswitch.conf.patch
|
Patch57: man-pages-3.22-nsswitch.conf.patch
|
||||||
Patch58: man-pages-3.23-proc.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)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -49,11 +50,11 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
|||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch28 -p1
|
%patch28 -p1
|
||||||
%patch36 -p1
|
%patch36 -p1
|
||||||
%patch41 -p1
|
%patch41 -p1
|
||||||
%patch44 -p1
|
%patch44 -p1
|
||||||
%patch45 -p1
|
%patch45 -p1
|
||||||
%patch46 -p1
|
%patch46 -p1
|
||||||
%patch49 -p1
|
%patch49 -p1
|
||||||
%patch50 -p1
|
%patch50 -p1
|
||||||
%patch53 -p1
|
%patch53 -p1
|
||||||
@ -62,6 +63,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
|||||||
%patch56 -p1
|
%patch56 -p1
|
||||||
%patch57 -p1
|
%patch57 -p1
|
||||||
%patch58 -p1
|
%patch58 -p1
|
||||||
|
%patch59 -p1
|
||||||
|
|
||||||
### And now remove those we are not going to use:
|
### And now remove those we are not going to use:
|
||||||
|
|
||||||
@ -132,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %{_mandir}/en/man*
|
%lang(en) %{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 5 2009 Ivana Varekova <varekova@redhat.com> - 3.23-1
|
||||||
- update to 3.23
|
- update to 3.23
|
||||||
- fix proc description
|
- fix proc description
|
||||||
|
Loading…
Reference in New Issue
Block a user