- Add fedfs to /etc/rpc (#691912)
This commit is contained in:
parent
af740e08c9
commit
46bc83a891
11
glibc-rh691912.patch
Normal file
11
glibc-rh691912.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -rup a/sunrpc/etc.rpc b/sunrpc/etc.rpc
|
||||||
|
--- a/sunrpc/etc.rpc 2012-01-01 05:16:32.000000000 -0700
|
||||||
|
+++ b/sunrpc/etc.rpc 2012-02-03 14:24:45.615462110 -0700
|
||||||
|
@@ -62,6 +62,7 @@ sadmind 100232
|
||||||
|
nisd 100300 rpc.nisd
|
||||||
|
nispasswd 100303 rpc.nispasswdd
|
||||||
|
ufsd 100233 ufsd
|
||||||
|
+fedfs_admin 100418
|
||||||
|
pcnfsd 150001 pcnfs
|
||||||
|
amd 300019 amq
|
||||||
|
sgi_fam 391002 fam
|
@ -28,7 +28,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -74,6 +74,8 @@ Patch19: %{name}-rh787201.patch
|
|||||||
Patch20: %{name}-rh741105.patch
|
Patch20: %{name}-rh741105.patch
|
||||||
# Sent upstream, awaiting feedback
|
# Sent upstream, awaiting feedback
|
||||||
Patch21: %{name}-rh770869.patch
|
Patch21: %{name}-rh770869.patch
|
||||||
|
# Sent upstream, awaiting feedback
|
||||||
|
Patch22: %{name}-rh691912.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Obsoletes: glibc-profile < 2.4
|
Obsoletes: glibc-profile < 2.4
|
||||||
@ -313,6 +315,7 @@ rm -rf %{glibcportsdir}
|
|||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
|
%patch22 -p1
|
||||||
|
|
||||||
# A lot of programs still misuse memcpy when they have to use
|
# A lot of programs still misuse memcpy when they have to use
|
||||||
# memmove. The memcpy implementation below is not tolerant at
|
# memmove. The memcpy implementation below is not tolerant at
|
||||||
@ -1165,7 +1168,8 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 3 2012 Jeff Law <law@redhat.com> - 2.15-11
|
* Fri Feb 3 2012 Jeff Law <law@redhat.com> - 2.15-12
|
||||||
|
- Add fedfs to /etc/rpc (#691912)
|
||||||
- Run nscd in the foreground w/ syslogging, fix systemd config (#770869)
|
- Run nscd in the foreground w/ syslogging, fix systemd config (#770869)
|
||||||
- Avoid mapping past end of shared object (#741105)
|
- Avoid mapping past end of shared object (#741105)
|
||||||
- Turn off -mno-minimal-toc on PPC (#787201)
|
- Turn off -mno-minimal-toc on PPC (#787201)
|
||||||
|
Loading…
Reference in New Issue
Block a user