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.12-1-3-gc267de3


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  c267de33ba07dff4e2d57e4be77e887483cec9be (commit)
      from  8c4cef87010bcd451cde6a87efb253065df0f4fa (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=c267de33ba07dff4e2d57e4be77e887483cec9be

commit c267de33ba07dff4e2d57e4be77e887483cec9be
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon May 17 11:26:04 2010 +0200

    glibc.spec: remove extra -o in find command

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index c44a954..ee13633 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -582,7 +582,7 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo
 	 ! -path "*/lib/debug/*" -printf "/%%P\n" \)
   find $RPM_BUILD_ROOT -type d \
        \( -path '*%{_prefix}/share/*' ! -path '*%{_infodir}' -o \
-	  -path "*%{_prefix}/include/*" -o \
+	  -path "*%{_prefix}/include/*" \
        \) -printf "%%%%dir /%%P\n"
 } | {
 

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

Summary of changes:
 fedora/glibc.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 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]