RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Mon 02 Jul 2007 - 08:13:51 CEST
Message-Id: <20070702061351.A3CE93484EA@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   02-Jul-2007 08:13:51
  Branch: HEAD                             Handle: 2007070207135100

  Modified files:
    rpm                     configure.ac

  Log:
    Use the "ustar" format defined by POSIX 1003.1-1988 to roll the
    distribution tarball instead of using the old Unix V7 tar(1) format.
    This is what most Automake based packages use today and especially has
    less filename and other limits and is well understood by mostly all
    tar(1) implementations.

  Summary:
    Revision    Changes     Path
    2.156       +1  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.155 -r2.156 configure.ac
  --- rpm/configure.ac	30 Jun 2007 14:44:52 -0000	2.155
  +++ rpm/configure.ac	2 Jul 2007 06:13:51 -0000	2.156
  @@ -12,7 +12,7 @@
   AC_CONFIG_SRCDIR([rpmqv.c])
   AC_CONFIG_HEADERS([config.h])
   AC_CANONICAL_TARGET
  -AM_INIT_AUTOMAKE([foreign])
  +AM_INIT_AUTOMAKE([foreign tar-ustar])
   AM_MAINTAINER_MODE
   
   dnl # allow packagers to override the bugreport address
  @@ .
Received on Mon Jul 2 08:13:51 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.