RPM Community Forums

Mailing List Message of <rpm-cvs>

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

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 20 Sep 2007 - 18:08:08 CEST
Message-Id: <20070920160808.44FBB34845C@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:   20-Sep-2007 18:08:08
  Branch: HEAD                             Handle: 2007092017080800

  Modified files:
    rpm/lib                 query.c

  Log:
    rpm.org wants default compiled-in queryformat to change incompatibly.

  Summary:
    Revision    Changes     Path
    2.182       +1  -1      rpm/lib/query.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/query.c
  ============================================================================
  $ cvs diff -u -r2.181 -r2.182 query.c
  --- rpm/lib/query.c	6 Sep 2007 12:41:12 -0000	2.181
  +++ rpm/lib/query.c	20 Sep 2007 16:08:08 -0000	2.182
  @@ -853,7 +853,7 @@
   	qva->qva_queryFormat = rpmExpand("%{?_query_all_fmt}\n", NULL);
   	if (!(qva->qva_queryFormat != NULL && *qva->qva_queryFormat != '\0')) {
   	    qva->qva_queryFormat = _free(qva->qva_queryFormat);
  -	    qva->qva_queryFormat = xstrdup("%{name}-%{version}-%{release}\n");
  +	    qva->qva_queryFormat = xstrdup("%{name}-%{version}-%{release}.%{arch}\n");
   	}
       }
   
  @@ .
Received on Thu Sep 20 18:08:08 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.