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: 04-Jul-2003 20:22:36 Branch: HEAD Handle: 2003070419223600 Modified files: openpkg-re rpmlint.pl Log: fix recognition of bootstrap package Summary: Revision Changes Path 1.2 +1 -1 openpkg-re/rpmlint.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-re/rpmlint.pl ============================================================================ $ cvs diff -u -r1.1 -r1.2 rpmlint.pl --- openpkg-re/rpmlint.pl 4 Jul 2003 17:04:44 -0000 1.1 +++ openpkg-re/rpmlint.pl 4 Jul 2003 18:22:36 -0000 1.2 @@ -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]