瀏覽代碼

glibc:
- reexport RPC interface, reinstall NIS RPC headers
for backword comaptibility.


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5300 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 12 年之前
父節點
當前提交
b28827d904
共有 1 個文件被更改,包括 13 次插入1 次删除
  1. 13 1
      g/glibc/glibc-vl.spec

+ 13 - 1
g/glibc/glibc-vl.spec

@@ -32,7 +32,7 @@ Summary: The GNU libc libraries
 Summary(ja): GNU libc ライブラリ
 Name: glibc
 Version: %{glibcversion}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 # 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
@@ -53,6 +53,12 @@ Patch3: %{name}-%{version}-locales-dir.patch
 # Patch4: %{name}-no-leaf-attribute.patch
 # Patch5: %{name}-arenalock.patch
 # Patch6: %{name}-rh757881.patch
+
+# http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=acee4873
+Patch10: glibc-2.14-reexport-rpc-interface.patch
+# http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=bdd816a3
+Patch11: glibc-2.14-reinstall-nis-rpc-headers.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: glibc-profile < 2.4
 Provides: ldconfig
@@ -409,6 +415,8 @@ rm -rf %{glibcportsdir}
 %patch2 -p1
 %patch3 -p1
 # %patch4 -p1
+%patch10 -p1
+%patch11 -p1
 
 # A lot of programs still misuse memcpy when they have to use
 # memmove. The memcpy implementation below is not tolerant at
@@ -1329,6 +1337,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-2
+- add patch10 to reexport rpc interface
+- add patch11 to reinstall nis rpc headers
+
 * Sat Dec 17 2011 NAKAMURA Kenta <kenta@vinelinux.org> 2.14.1-1
 - updated to 2.14.1
 - converted tzdata-update to lua (Red Hat Bugzilla – Bug 729796)