Fix creation of rpm file.
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Jan 2009 07:32:11 +0000 (23:32 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Jan 2009 07:32:11 +0000 (23:32 -0800)
ChangeLog
Makefile.am

index 554da44..b1fb5b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile.am (rpm): The tarball is now bzip2-compressed.
+
 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
 
        * configure.ac: Require gcc with TLS support.
index 44d67d5..4decc55 100644 (file)
@@ -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.