RPM Community Forums

Mailing List Message of <rpm-cvs>

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

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 12 Aug 2010 - 20:58:02 CEST
Message-Id: <20100812185802.B5F25CF708@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   12-Aug-2010 20:58:02
  Branch: HEAD                             Handle: 2010081218580200

  Modified files:
    rpm/lib                 poptALL.c

  Log:
    - flip --aid from "opt-in" to "opt-out" behavior.

  Summary:
    Revision    Changes     Path
    2.140       +2  -2      rpm/lib/poptALL.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/poptALL.c
  ============================================================================
  $ cvs diff -u -r2.139 -r2.140 poptALL.c
  --- rpm/lib/poptALL.c	26 Dec 2009 02:06:13 -0000	2.139
  +++ rpm/lib/poptALL.c	12 Aug 2010 18:58:02 -0000	2.140
  @@ -337,11 +337,11 @@
   }
   
   /*@unchecked@*/
  -int global_depFlags;
  +int global_depFlags = RPMDEPS_FLAG_ADDINDEPS;
   
   /*@unchecked@*/
   struct poptOption rpmcliDepFlagsPoptTable[] = {
  - { "aid", '\0', POPT_BIT_SET, &global_depFlags, RPMDEPS_FLAG_ADDINDEPS,
  + { "noaid", '\0', POPT_BIT_CLR|POPT_ARGFLAG_TOGGLE, &global_depFlags, RPMDEPS_FLAG_ADDINDEPS,
   	N_("Add suggested packages to transaction"), NULL },
    { "anaconda", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN,
    	&global_depFlags, RPMDEPS_FLAG_ANACONDA|RPMDEPS_FLAG_DEPLOOPS,
  @@ .
Received on Thu Aug 12 20:58:02 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.