From 46bc83a891f30c1c1e2d833846fecfe0b5526a0b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 3 Feb 2012 14:32:45 -0700 Subject: [PATCH] - Add fedfs to /etc/rpc (#691912) --- glibc-rh691912.patch | 11 +++++++++++ glibc.spec | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 glibc-rh691912.patch diff --git a/glibc-rh691912.patch b/glibc-rh691912.patch new file mode 100644 index 0000000..53a968e --- /dev/null +++ b/glibc-rh691912.patch @@ -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 diff --git a/glibc.spec b/glibc.spec index 0cde08a..13846ab 100644 --- a/glibc.spec +++ b/glibc.spec @@ -28,7 +28,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 11%{?dist} +Release: 12%{?dist} # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # 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 # Sent upstream, awaiting feedback Patch21: %{name}-rh770869.patch +# Sent upstream, awaiting feedback +Patch22: %{name}-rh691912.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: glibc-profile < 2.4 @@ -313,6 +315,7 @@ rm -rf %{glibcportsdir} %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 # A lot of programs still misuse memcpy when they have to use # memmove. The memcpy implementation below is not tolerant at @@ -1165,7 +1168,8 @@ rm -f *.filelist* %endif %changelog -* Fri Feb 3 2012 Jeff Law - 2.15-11 +* Fri Feb 3 2012 Jeff Law - 2.15-12 + - Add fedfs to /etc/rpc (#691912) - Run nscd in the foreground w/ syslogging, fix systemd config (#770869) - Avoid mapping past end of shared object (#741105) - Turn off -mno-minimal-toc on PPC (#787201)