OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re                       Date:   06-Jul-2003 12:25:50
  Branch: HEAD                             Handle: 2003070611255000

  Modified files:
    openpkg-re              rpmlint.pl

  Log:
    hell, can it be such hard to check for the 'openpkg' package...

  Summary:
    Revision    Changes     Path
    1.4         +1  -1      openpkg-re/rpmlint.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/rpmlint.pl
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 rpmlint.pl
  --- openpkg-re/rpmlint.pl     4 Jul 2003 18:48:45 -0000       1.3
  +++ openpkg-re/rpmlint.pl     6 Jul 2003 10:25:50 -0000       1.4
  @@ -237,7 +237,7 @@
   
       #   no need to check 'openpkg' package because it
       #   has a hard-coded file list!
  -    return if ($rpm =~ m|^.+/openpkg-\d+-[^/]+$|);
  +    return if ($rpm =~ m|^(.+?/)?openpkg-\d[^/]+$|);
   
       #   check prefix
       if ($info->{prefix} !~ m|^/.+$|) {
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to