From: Ulrich Drepper Date: Fri, 23 Jan 2009 07:32:11 +0000 (-0800) Subject: Fix creation of rpm file. X-Git-Tag: elfutils-0.139~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01f73707a7e1ed691205a86fdccf98b326f6e8fa;p=thirdparty%2Felfutils.git Fix creation of rpm file. --- diff --git a/ChangeLog b/ChangeLog index 554da4437..b1fb5b99c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-22 Ulrich Drepper + + * Makefile.am (rpm): The tarball is now bzip2-compressed. + 2009-01-10 Ulrich Drepper * configure.ac: Require gcc with TLS support. diff --git a/Makefile.am b/Makefile.am index 44d67d50b..4decc55f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in ## Configure input file for elfutils. ## -## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006, 2008 Red Hat, Inc. +## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006, 2008, 2009 Red Hat, Inc. ## This file is part of Red Hat elfutils. ## ## Red Hat elfutils is free software; you can redistribute it and/or modify @@ -46,7 +46,7 @@ distcheck-hook: chmod -R u+w $(distdir) rpm: dist - rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.gz + rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.bz2 # Tell version 3.79 and up of GNU make to not build goals in this # directory in parallel.