Skip to content

Commit

Permalink
2.10.90-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Jul 30, 2009
1 parent b870de5 commit 50f823e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 10
Release: 11
# 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
Expand Down Expand Up @@ -577,15 +577,15 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo

# BUILD THE FILE LIST
{
find $RPM_BUILD_ROOT \( -type f -or -type l \) \
find $RPM_BUILD_ROOT \( -type f -o -type l \) \
\( \
-name etc -printf "%%%%config " -o \
-name gconv-modules \
-printf "%%%%verify(not md5 size mtime) %%%%config(noreplace) " -o \
-name gconv-modules.cache \
-printf "%%%%verify(not md5 size mtime) " \
, \
! -path "*/lib/debug" -printf "/%%P\n" \)
! -path "*/lib/debug/*" -printf "/%%P\n" \)
find $RPM_BUILD_ROOT -type d \
\( -path '*%{_prefix}/share/*' ! -path '*%{_infodir}' -o \
-path "*%{_prefix}/include/*" -o \
Expand Down Expand Up @@ -1034,6 +1034,10 @@ rm -f *.filelist*
%endif

%changelog
* Thu Jul 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-11
- Update from master.
- Don't package debuginfo files in glibc-devel.

* Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
- Update from master.
* fix memory ordering in pthread_mutex_unlock (BZ#10418)
Expand Down

0 comments on commit 50f823e

Please sign in to comment.