diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-01 21:54:59 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-07-01 21:54:59 -0400 |
commit | 7204578ffb5316c507287c01c152ba7974840757 (patch) | |
tree | 5e88f647fe5db67672dcffa9320203aa3301e75d /NEWS | |
parent | dbd66d1963b826d23f7093aa771bead1fe39b3ab (diff) | |
download | sbo-maintainer-tools-7204578ffb5316c507287c01c152ba7974840757.tar.gz |
sbopkglint: special case /usr/share/qemu.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,8 @@ sbopkglint: - Long names for all options (see --help or man page). - New static library test (permissions, ownership, validity, plus a note if there's also a shared version of the same lib). +- Files that aren't supposed to exist in perl builds are now + checked for (perllocal.pod, .packlist, *.bs). sbolint: - Warning: -n option has changed meaning! It used to mean "no warnings", @@ -26,6 +28,11 @@ sbolint: - If the slack-desc still has "(short description of app)", that's an error. - The -a option now redirects stdout to a log file, if stdout is a terminal. +sbodl: +- Color is now used only if stdout is a TTY. +- Exit status is now useful: success if all files exist and their + md5sums match, or failure otherwise. + New in 0.8.2: ============= |