diff options
author | B. Watson <urchlay@slackware.uk> | 2023-12-13 02:32:07 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-12-13 02:32:07 -0500 |
commit | b86efd8389fa6b8e7d0974bf02c029474caeab8f (patch) | |
tree | f3aeb78d0e460b19c349e754f9ca2f90cca18a7f /TODO | |
parent | b67c4f3cae5d79a519f8f459638829446006adb7 (diff) | |
download | sbo-maintainer-tools-b86efd8389fa6b8e7d0974bf02c029474caeab8f.tar.gz |
sbopkglint: don't suggest noarch if package contains static libs.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,12 +3,12 @@ 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). +DONE: if package contains any static libs, don't suggest noarch. 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: 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. |