RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   01-Nov-2010 20:49:58
  Branch: rpm-5_3                          Handle: 2010110119495701

  Modified files:           (Branch: rpm-5_3)
    rpm                     CHANGES
    rpm/rpmdb               rpmdb.c

  Log:
    fix issue with 'rpm -qf' on unowned unowned file not being reported.
    (launchpad #669130)

  Summary:
    Revision    Changes     Path
    1.3296.2.112+2  -0      rpm/CHANGES
    1.386.2.4   +1  -0      rpm/rpmdb/rpmdb.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3296.2.111 -r1.3296.2.112 CHANGES
  --- rpm/CHANGES       1 Nov 2010 14:44:56 -0000       1.3296.2.111
  +++ rpm/CHANGES       1 Nov 2010 19:49:57 -0000       1.3296.2.112
  @@ -1,4 +1,6 @@
   5.3.5 -> 5.3.6:
  +    - proyvind: fix issue with 'rpm -qf' on unowned unowned file not being
  +     reported. (launchpad #669130)
       - proyvind: fix assert failure with Fadvise() on non-existing files.
       - proyvind: ditch %gem_unpack macro and make %setup automatically handle
        ruby gem extraction in stead.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmdb/rpmdb.c
  ============================================================================
  $ cvs diff -u -r1.386.2.3 -r1.386.2.4 rpmdb.c
  --- rpm/rpmdb/rpmdb.c 9 Oct 2010 21:46:14 -0000       1.386.2.3
  +++ rpm/rpmdb/rpmdb.c 1 Nov 2010 19:49:58 -0000       1.386.2.4
  @@ -2373,6 +2373,7 @@
   #ifdef       NOTYET          /* XXX JS unit tests break. */
       case RPMTAG_NAME:
   #endif
  +    case RPMTAG_PROVIDENAME:
       case RPMTAG_VERSION:
       case RPMTAG_RELEASE:
       case RPMTAG_ARCH:
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to