RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ rpmns.h

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Wed 26 Dec 2007 - 10:55:59 CET
Message-Id: <20071226095559.2C88D34845E@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:   26-Dec-2007 10:55:59
  Branch: HEAD                             Handle: 2007122609555900

  Modified files:
    rpm/lib                 rpmns.h

  Log:
    do not misguide people, there is no 'md5:' prefix, just the path --
    MD5 is implicitly used

  Summary:
    Revision    Changes     Path
    1.10        +1  -1      rpm/lib/rpmns.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmns.h
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 rpmns.h
  --- rpm/lib/rpmns.h	7 Dec 2007 19:54:18 -0000	1.9
  +++ rpm/lib/rpmns.h	26 Dec 2007 09:55:59 -0000	1.10
  @@ -43,7 +43,7 @@
       RPMNS_TYPE_GROUP	=  (1 << 17),	/*!< group(bar) */
       RPMNS_TYPE_MOUNTED	=  (1 << 18),	/*!< mounted(/path) */
       RPMNS_TYPE_DISKSPACE=  (1 << 19),	/*!< diskspace(/path) */
  -    RPMNS_TYPE_DIGEST	=  (1 << 20),	/*!< digest(md5:/path) = hex */
  +    RPMNS_TYPE_DIGEST	=  (1 << 20),	/*!< digest(/path) = hex */
       RPMNS_TYPE_GNUPG	=  (1 << 21),	/*!< gnupg(/path/file.asc) */
       RPMNS_TYPE_MACRO	=  (1 << 22),	/*!< macro(foo) */
       RPMNS_TYPE_ENVVAR	=  (1 << 23),	/*!< envvar(foo) */
  @@ .
Received on Wed Dec 26 10:55:59 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.