From 20d87dfe741a58194db65fdc4bbe96d4bd533fd8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 20 Jan 2015 09:51:12 +0000 Subject: [PATCH] Drop large ancient ChangeLogs (rhbz #1169546) --- glibc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 2c2c915..da717c6 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.20-480-g46abb64 %define glibcversion 2.20.90 -%define glibcrelease 18%{?dist} +%define glibcrelease 19%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -1260,8 +1260,6 @@ rm -rf documentation mkdir documentation cp crypt/README.ufc-crypt documentation/README.ufc-crypt cp timezone/README documentation/README.timezone -cp ChangeLog{,.15,.16} documentation -bzip2 -9 documentation/ChangeLog* cp posix/gai.conf documentation/ %ifarch s390x @@ -1742,6 +1740,9 @@ rm -f *.filelist* %endif %changelog +* Tue Jan 20 2015 Peter Robinson 2.20.90-19 +- Drop large ancient ChangeLogs (rhbz #1169546) + * Mon Jan 12 2015 Siddhesh Poyarekar - 2.20.90-18 - Pass address of main_arena.mutex to mutex_lock/unlock.