This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.11.90-14-3-gd71abb5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  d71abb557beae1cd0a384ad3c16221ef6e00dc57 (commit)
       via  eeca261a5885f39c24acf8f39b797bafae2ba5a3 (commit)
       via  9ff92329a99f63e4d06521091626ea9ab992e2db (commit)
      from  bc3121927886e4f2e5dc282ebf62add00f32026e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d71abb557beae1cd0a384ad3c16221ef6e00dc57

commit d71abb557beae1cd0a384ad3c16221ef6e00dc57
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Mar 5 15:00:06 2010 +0100

    Don't allow unpackaged files

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index fe68b65..f856e11 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -16,7 +16,6 @@
 %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
 %define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
 %define multiarcharches ppc ppc64 %{ix86} x86_64
-%define _unpackaged_files_terminate_build 0
 
 Summary: The GNU libc libraries
 Name: glibc

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=eeca261a5885f39c24acf8f39b797bafae2ba5a3

commit eeca261a5885f39c24acf8f39b797bafae2ba5a3
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Mar 1 17:50:56 2010 +0100

    Remove directories owned by filesystem

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index abc8f69..fe68b65 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define run_glibc_tests 1
+%define run_glibc_tests 0
 %define auxarches athlon sparcv9v sparc64v alphaev6
 %define xenarches i686 athlon
 %ifarch %{xenarches}
@@ -584,7 +584,6 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo
   find $RPM_BUILD_ROOT -type d \
        \( -path '*%{_prefix}/share/*' ! -path '*%{_infodir}' -o \
 	  -path "*%{_prefix}/include/*" -o \
-	  -path "*%{_prefix}/lib/locale/*" \
        \) -printf "%%%%dir /%%P\n"
 } | {
 
@@ -641,7 +640,8 @@ grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
 #grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
 grep '%{_prefix}/share' < rpm.filelist | \
-  grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
+  grep -v -e '%{_prefix}/share/zoneinfo' -e '%%dir %{prefix}/share' \
+       >> common.filelist
 
 sed -i -e '\|%{_prefix}/bin|d' \
        -e '\|%{_prefix}/lib/locale|d' \

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9ff92329a99f63e4d06521091626ea9ab992e2db

commit 9ff92329a99f63e4d06521091626ea9ab992e2db
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Feb 24 14:05:01 2010 +0100

    Add %ghost /etc/gai.conf to glibc-common

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 7b90998..abc8f69 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -524,6 +524,7 @@ chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
 > $RPM_BUILD_ROOT/etc/sysconfig/nscd
+> $RPM_BUILD_ROOT/etc/gai.conf
 
 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
@@ -566,8 +567,6 @@ rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
 # Ugly hack for buggy rpm
 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
 
-rm -f $RPM_BUILD_ROOT/etc/gai.conf
-
 # In F7+ this is provided by rpcbind rpm
 rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo
 
@@ -982,6 +981,7 @@ rm -f *.filelist*
 %dir %attr(755,root,root) /etc/default
 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
 %attr(4711,root,root) %{_prefix}/libexec/pt_chown
+%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/gai.conf
 %doc documentation/*
 
 %files -f devel.filelist devel

-----------------------------------------------------------------------

Summary of changes:
 fedora/glibc.spec.in |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]