RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ misc.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 22 Jul 2007 - 03:16:56 CEST
Message-Id: <20070722011656.10F783484F4@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   22-Jul-2007 03:16:56
  Branch: HEAD                             Handle: 2007072202165500

  Modified files:
    rpm/lib                 misc.c

  Log:
    revert 2.141.

  Summary:
    Revision    Changes     Path
    2.142       +1  -1      rpm/lib/misc.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/misc.c
  ============================================================================
  $ cvs diff -u -r2.141 -r2.142 misc.c
  --- rpm/lib/misc.c	20 Jul 2007 16:23:36 -0000	2.141
  +++ rpm/lib/misc.c	22 Jul 2007 01:16:55 -0000	2.142
  @@ -117,7 +117,7 @@
   
   int makeTempFile(const char * prefix, const char ** fnptr, void * fdptr)
   {
  -    const char * tpmacro = "%{?_tmppath/}%{!?_tmppath:/var/tmp/}";
  +    const char * tpmacro = "%{?_tmppath}%{!?_tmppath:/var/tmp/}";
       const char * tempfn = NULL;
       const char * tfn = NULL;
       static int _initialized = 0;
  @@ .
Received on Sun Jul 22 03:16:56 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.