diff options
author | B. Watson <urchlay@slackware.uk> | 2023-12-05 17:24:40 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-12-05 17:24:40 -0500 |
commit | b67c4f3cae5d79a519f8f459638829446006adb7 (patch) | |
tree | 3ecd49e88b5d6147c8e84c610417f675da6ebe43 /TODO | |
parent | 2b5d8b0462fb395877f1da3dcd2ecad8c1751d3b (diff) | |
download | sbo-maintainer-tools-b67c4f3cae5d79a519f8f459638829446006adb7.tar.gz |
sbopkglint: support aarch64 static lib checking
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ This stuff is implemented, probably works, needs more testing: -TODO: sbolint and sbopkglint both: complain if PRGNAM has invalid characters. -TODO: if sbopkglint finds a hardcoded $PKG in /var/lib/pkgtools/scripts/*, +DONE: sbolint and sbopkglint both: complain if PRGNAM has invalid characters. +DONE: if sbopkglint finds a hardcoded $PKG in /var/lib/pkgtools/scripts/*, mention doinst.sh in the error message +DONE: check arch of static libs (like the shared lib checks). Not yet implemented: TODO: don't complain about: --- non-image files in icon dirs: [text/xml]: -rw-r--r-- 1 root root 11763 Oct 30 19:35 usr/share/pixmaps/pidgin/guifications/themes/default/theme.xml TODO: if package contains any static libs, don't suggest noarch. -TODO: check arch of static libs (like the shared lib checks). TODO: stop checking shared libs for +x and being stripped if they're not directly in /lib /lib64 /usr/lib /usr/lib64. too many packages trigger this, and it just doesn't matter much. |