[glibc] - Rsync with upstream sources - Drop 864820 patch as now that it's upstream. - Add sss to /etc

Jeffrey Law law at fedoraproject.org
Mon Oct 22 16:00:51 UTC 2012


commit 1b5b2e3a41502aab517cfab980fd0b7a2e400151
Author: Jeff Law <law at redhat.com>
Date:   Mon Oct 22 10:00:55 2012 -0600

      - Rsync with upstream sources
      - Drop 864820 patch as now that it's upstream.
      - Add sss to /etc/nsswitch.conf (#867473)

 .gitignore           |    2 ++
 glibc-rh864820.patch |   38 --------------------------------------
 glibc.spec           |   12 +++++++-----
 sources              |    4 ++--
 4 files changed, 11 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 090442b..cfc470a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,5 @@ glibc-2.14-394-g8f3b1ff
 /glibc-2.16.90-c30e8edf.tar.gz
 /glibc-2.16.90-54a41734-fedora.tar.gz
 /glibc-2.16.90-54a41734.tar.gz
+/glibc-2.16.90-2a0e2669-fedora.tar.gz
+/glibc-2.16.90-2a0e2669.tar.gz
diff --git a/glibc.spec b/glibc.spec
index 0d07fb3..71802e6 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,4 @@
-%define glibcsrcdir glibc-2.16.90-54a41734
+%define glibcsrcdir glibc-2.16.90-2a0e2669
 %define glibcversion 2.16.90
 ### glibc.spec.in follows:
 %define run_glibc_tests 1
@@ -27,7 +27,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 24%{?dist}
+Release: 25%{?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
@@ -181,8 +181,6 @@ Patch2027: %{name}-rh819430.patch
 # See http://sourceware.org/ml/libc-alpha/2012-06/msg00074.html
 Patch2028: %{name}-rh767693-2.patch
 
-Patch2057: %{name}-rh864820.patch
-
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: glibc-profile < 2.4
 Obsoletes: nss_db
@@ -462,7 +460,6 @@ package or when debugging this package.
 %patch0054 -p1
 %patch0055 -p1
 %patch0056 -p1
-%patch2057 -p1
 
 # On powerpc32, hp timing is only available in power4/power6
 # libs, not in base, so pre-power4 dynamic linker is incompatible
@@ -1257,6 +1254,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Oct 22 2012 Jeff Law <law at redhat.com> - 2.16.90-25
+  - Rsync with upstream sources
+  - Drop 864820 patch as now that it's upstream.
+  - Add sss to /etc/nsswitch.conf (#867473)
+
 * Thu Oct 11 2012 Jeff Law <law at redhat.com> - 2.16.90-24
   - Rsync with upstream sources
   - Drop local 552960-2 patch now that it's upstream.
diff --git a/sources b/sources
index dd33f77..3e7142d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7cbd47d13972f3c11ad3f5ab1c22d4d7  glibc-2.16.90-54a41734-fedora.tar.gz
-cd3e0a870c7a960385978c0b6e77ec54  glibc-2.16.90-54a41734.tar.gz
+d544d61f189c242cb117bb29d9cde3b2  glibc-2.16.90-2a0e2669-fedora.tar.gz
+03ece61a2fe35089fcb68cadf2ea2253  glibc-2.16.90-2a0e2669.tar.gz


More information about the scm-commits mailing list