From 49687ea7c41e61c8b0a6b8574810162449ce0197 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 16 Aug 2026 02:52:04 -0400 Subject: update NEWS and sbolint docs with new check. --- NEWS | 9 +++++++++ sbolint | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/NEWS b/NEWS index cce4e2e..10d3002 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ The real ChangeLog is the git log. This is just a summary of the user-visible changes between releases. +New in 0.9.7: +============= + +sbolint: +- Check package name ($PRGNAM) against a list of packages included in + Slackware. It's an error if $PRGNAM is already included in Slackware. + It's a case-insensitive match, so e.g. a user package called "mplayer" + would match Slackware's "MPlayer". + New in 0.9.6.2: =============== diff --git a/sbolint b/sbolint index 1947eca..aeedbc6 100755 --- a/sbolint +++ b/sbolint @@ -179,6 +179,12 @@ For all builds: =item - +The package must not already be in Slackware! This is a case-insensitive match, +so if you lint a build called "mplayer", it's an error because of Slackware's +"MPlayer". + +=item - + The directory may not contain empty directories, empty (0-byte) files, or hidden files/directories (named with a leading B<.>). -- cgit v1.2.3