diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-08-08 17:20:49 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-08-08 17:20:49 -0400 |
| commit | 78e5c7d512b86ea899ef07c24597e1b00ee4fc0c (patch) | |
| tree | 24e881fba879b5b4b927cc7359822f54574bade8 /NEWS | |
| parent | 786a0937e306b67cdf713958c985ffb7f18cf3fb (diff) | |
| download | sbo-maintainer-tools-78e5c7d512b86ea899ef07c24597e1b00ee4fc0c.tar.gz | |
Update NEWS.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -17,6 +17,16 @@ sbolint: - When linting a tarball, the enclosing directory is now checked for 0755 permissions. If a tarball without +x perms for the enclosing dir gets submitted to the site, the submission will be rejected anyway. +- Allow >72 characters in README lines, if they begin with a # or $. + These are commands, and sometimes they're just longer than 72 chars. +- It's now an error to have more than one *.info file in the SlackBuild + directory or tarball. + +sbopkglint: +- It's now an error if any ELF binary/library requires a glibc that's + newer than the one installed on the system. People have been submitting + binary repacks that don't work on 15.0, because they only ever tested + on -current (or 15.0 + the new glibc from testing/). New in 0.9.5: ============= @@ -33,7 +43,7 @@ sbolint: - Check for tabs or carriage returns in .info files (which have never been allowed). - When running in a git repo, check for files that are in the current - dir that aren't in the rep. If .diff and .patch files are found, it's + dir that aren't in the repo. If .diff and .patch files are found, it's an error. If any other file is found, it's just a note. sbopkglint: |
