rpm id | test | status | message | |
---|---|---|---|---|
![]() |
browser-plugins-npapi-3.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
browser-plugins-npapi-devel-3.0-alt1.x86_64 | altlinux-policy-rpm-macros-packaging | warn | package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging |
![]() |
browser-plugins-npapi-devel-3.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
chromium-debuginfo-86.0.4240.111-alt1.x86_64 | rpm-filesystem-conflict-symlink-symlink | warn | value of symlink /usr/lib/debug/.build-id/4e/54b14b6e52af66557efdb4e89cc3db558fd5c9 is different from the same symlink in the package chromium-gost-debuginfo-86.0.4240.111-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. value of symlink /usr/lib/debug/.build-id/4e/54b14b6e52af66557efdb4e89cc3db558fd5c9.debug is different from the same symlink in the package chromium-gost-debuginfo-86.0.4240.111-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
![]() |
connman-1.37-alt1.x86_64 | init-lsb | warn | /etc/rc.d/init.d/connmand: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
console-scripts-2.0.4-alt3.noarch | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
console-scripts-2.0.4-alt3.noarch | init-lsb | warn | /etc/rc.d/init.d/consolesaver: not systemd compatible: lsb init header missing and consolesaver.service is not present. /etc/rc.d/init.d/keytable: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
consolelocker-1.1.0-alt1.x86_64 | init-condrestart | warn | /etc/rc.d/init.d/consolelocker: missing condrestart target. Note: alt-specific script %_sbindir/post_service (used in %post_service macro) depends on condrestart. It is wise to add condrestart anyway./etc/rc.d/init.d/consolelocker: missing condstop target. Note: alt-specific script %_sbindir/preun_service (used in %preun_service macro) depends on condstop. It is wise to add condstop anyway. |
![]() |
consolelocker-1.1.0-alt1.x86_64 | init-lsb | warn | /etc/rc.d/init.d/consolelocker: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
consolelocker-1.1.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
consolelocker-debuginfo-1.1.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
eudev-3.2.9-alt1.x86_64 | checkbashisms | experimental | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/eudevd |
![]() |
eudev-3.2.9-alt1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
extlinux-6.04.pre3-alt2.x86_64 | rpm-filesystem-conflict-file-file | warn | File /usr/share/man/man1/extlinux.1.xz conflicts with the package syslinux-4.04-alt16.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
![]() |
extlinux-doc-6.04.pre3-alt2.x86_64 | arch-dep-package-consists-of-usr-share | info | The package consists of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere. |
![]() |
fetchmail-6.4.2-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
fetchmail-daemon-6.4.2-alt1.noarch | init-lsb | warn | /etc/rc.d/init.d/fetchmail: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
fetchmail-daemon-6.4.2-alt1.noarch | subdir-in-var-run | info | Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them. |
![]() |
fetchmailconf-6.4.2-alt1.x86_64 | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/fetchmailconf.desktop. Please add it or report a bug against this test if you already have registered one (not including menu unrelated ones as Core or Qt). |
![]() |
golang-misc-1.15.3-alt1.noarch | unsafe-tmp-usage-in-scripts | fail | The test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/lib/golang/misc/arm/a: $ grep -A5 -B5 /tmp/ /usr/lib/golang/misc/arm/a fi } # adb does not correctly return the exit value of the executed program. use this # wrapper to manually extract the exit value rloc=/data/local/tmp/retval rsize=$(adb shell "ls -l $rloc"|tr -s ' '|cut -d' ' -f4) rcheck=38 if [ "$rsize" != "$rcheck" ]; then # echo "debug: retval size incorrect want $rcheck, got $rsize. uploading" echo >/tmp/adb.retval '#!/system/bin/sh "$@" echo RETVAL: $?' adb push /tmp/adb.retval $rloc >/dev/null 2>&1 adb shell chmod 755 $rloc fi # run the main binary if [ "-g" == "$1" ]; then adb forward tcp:$2 tcp:$2 args=$(echo $*| cut -d' ' -f4-) adb push $3 /data/local/tmp/$3 >/dev/null 2>&1 adb shell "$(exp GOARCH) $(exp GOTRACEBACK) $(exp GOGC) \ gdbserver :$2 /data/local/tmp/retval /data/local/tmp/$3 $args" \ 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVAL else if [ "$*" != "$1" ]; then args=$(echo $*| cut -d' ' -f2-) fi adb push $1 /data/local/tmp/$1 >/dev/null 2>&1 adb shell "$(exp GOARCH) $(exp GOTRACEBACK) $(exp GOGC) \ /data/local/tmp/retval /data/local/tmp/$1 $args" \ 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVAL fi exit $(grep RETVAL /tmp/adb.out|tr -d '\n\r'| cut -d' ' -f2) |
![]() |
groff-1.22.3-alt2.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/groff/current |
![]() |
groff-1.22.3-alt2.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/groff/current |
![]() |
groff-extra-1.22.3-alt2.x86_64 | arch-dep-package-has-big-usr-share | info | The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere. |
![]() |
kbd-2.0.4-alt3.src | beehive-log-dependency-needs-epoch-i586 | info | kbd: dependency on libkeymap needs Epoch libkeymap-devel: dependency on libkeymap needs Epoch |
![]() |
kbd-2.0.4-alt3.src | beehive-log-dependency-needs-epoch-x86_64 | info | kbd: dependency on libkeymap needs Epoch libkeymap-devel: dependency on libkeymap needs Epoch |
![]() |
kbd-2.0.4-alt3.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/doc/kbd/html/Doxyheader.html /usr/share/doc/kbd/html/annotated.html /usr/share/doc/kbd/html/array_8h.html /usr/share/doc/kbd/html/array_8h_source.html /usr/share/doc/kbd/html/bc_s.png /usr/share/doc/kbd/html/bdwn.png /usr/share/doc/kbd/html/charset_8h.html /usr/share/doc/kbd/html/charset_8h_source.html /usr/share/doc/kbd/html/classes.html /usr/share/doc/kbd/html/closed.png /usr/share/doc/kbd/html/common_8h.html /usr/share/doc/kbd/html/common_8h_source.html /usr/share/doc/kbd/html/context_8h.html /usr/share/doc/kbd/html/context_8h_source.html /usr/share/doc/kbd/html/dir_3023c0a2bf5f8a69a2e782253c163d72.html /usr/share/doc/kbd/html/dir_49e56c817e5e54854c35e136979f97ca.html /usr/share/doc/kbd/html/dir_4bd0647920563407f6428cd81f4b239d.html /usr/share/doc/kbd/html/dir_5ba4a5643591dc5dc7d346d490557182.html /usr/share/doc/kbd/html/dir_62c7a06ab6d0517e94baecab48e4799d.html /usr/share/doc/kbd/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html /usr/share/doc/kbd/html/doc.png /usr/share/doc/kbd/html/doxygen.css /usr/share/doc/kbd/html/doxygen.png /usr/share/doc/kbd/html/dump_8h.html /usr/share/doc/kbd/html/dump_8h_source.html /usr/share/doc/kbd/html/dynsections.js /usr/share/doc/kbd/html/files.html /usr/share/doc/kbd/html/findfile_8h.html /usr/share/doc/kbd/html/findfile_8h_source.html /usr/share/doc/kbd/html/folderclosed.png /usr/share/doc/kbd/html/folderopen.png /usr/share/doc/kbd/html/functions.html /usr/share/doc/kbd/html/functions_vars.html /usr/share/doc/kbd/html/globals.html /usr/share/doc/kbd/html/globals_defs.html /usr/share/doc/kbd/html/globals_enum.html /usr/share/doc/kbd/html/globals_eval.html /usr/share/doc/kbd/html/globals_func.html /usr/share/doc/kbd/html/globals_type.html /usr/share/doc/kbd/html/index.html /usr/share/doc/kbd/html/jquery.js /usr/share/doc/kbd/html/kernel_8h.html /usr/share/doc/kbd/html/kernel_8h_source.html /usr/share/doc/kbd/html/kmap_8h.html /usr/share/doc/kbd/html/kmap_8h_source.html /usr/share/doc/kbd/html/logging_8h.html /usr/share/doc/kbd/html/logging_8h_source.html /usr/share/doc/kbd/html/menu.js /usr/share/doc/kbd/html/menudata.js /usr/share/doc/kbd/html/nav_f.png /usr/share/doc/kbd/html/nav_g.png /usr/share/doc/kbd/html/nav_h.png /usr/share/doc/kbd/html/open.png /usr/share/doc/kbd/html/splitbar.png /usr/share/doc/kbd/html/structkmapinfo.html /usr/share/doc/kbd/html/structlk__array.html /usr/share/doc/kbd/html/structlk__kbdiacr.html /usr/share/doc/kbd/html/structlkfile.html /usr/share/doc/kbd/html/sync_off.png /usr/share/doc/kbd/html/sync_on.png /usr/share/doc/kbd/html/tab_a.png /usr/share/doc/kbd/html/tab_b.png /usr/share/doc/kbd/html/tab_h.png /usr/share/doc/kbd/html/tab_s.png /usr/share/doc/kbd/html/tabs.css |
![]() |
kbd-2.0.4-alt3.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/doc/kbd/html/Doxyheader.html /usr/share/doc/kbd/html/annotated.html /usr/share/doc/kbd/html/array_8h.html /usr/share/doc/kbd/html/array_8h_source.html /usr/share/doc/kbd/html/bc_s.png /usr/share/doc/kbd/html/bdwn.png /usr/share/doc/kbd/html/charset_8h.html /usr/share/doc/kbd/html/charset_8h_source.html /usr/share/doc/kbd/html/classes.html /usr/share/doc/kbd/html/closed.png /usr/share/doc/kbd/html/common_8h.html /usr/share/doc/kbd/html/common_8h_source.html /usr/share/doc/kbd/html/context_8h.html /usr/share/doc/kbd/html/context_8h_source.html /usr/share/doc/kbd/html/dir_3023c0a2bf5f8a69a2e782253c163d72.html /usr/share/doc/kbd/html/dir_49e56c817e5e54854c35e136979f97ca.html /usr/share/doc/kbd/html/dir_4bd0647920563407f6428cd81f4b239d.html /usr/share/doc/kbd/html/dir_5ba4a5643591dc5dc7d346d490557182.html /usr/share/doc/kbd/html/dir_62c7a06ab6d0517e94baecab48e4799d.html /usr/share/doc/kbd/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html /usr/share/doc/kbd/html/doc.png /usr/share/doc/kbd/html/doxygen.css /usr/share/doc/kbd/html/doxygen.png /usr/share/doc/kbd/html/dump_8h.html /usr/share/doc/kbd/html/dump_8h_source.html /usr/share/doc/kbd/html/dynsections.js /usr/share/doc/kbd/html/files.html /usr/share/doc/kbd/html/findfile_8h.html /usr/share/doc/kbd/html/findfile_8h_source.html /usr/share/doc/kbd/html/folderclosed.png /usr/share/doc/kbd/html/folderopen.png /usr/share/doc/kbd/html/functions.html /usr/share/doc/kbd/html/functions_vars.html /usr/share/doc/kbd/html/globals.html /usr/share/doc/kbd/html/globals_defs.html /usr/share/doc/kbd/html/globals_enum.html /usr/share/doc/kbd/html/globals_eval.html /usr/share/doc/kbd/html/globals_func.html /usr/share/doc/kbd/html/globals_type.html /usr/share/doc/kbd/html/index.html /usr/share/doc/kbd/html/jquery.js /usr/share/doc/kbd/html/kernel_8h.html /usr/share/doc/kbd/html/kernel_8h_source.html /usr/share/doc/kbd/html/kmap_8h.html /usr/share/doc/kbd/html/kmap_8h_source.html /usr/share/doc/kbd/html/logging_8h.html /usr/share/doc/kbd/html/logging_8h_source.html /usr/share/doc/kbd/html/menu.js /usr/share/doc/kbd/html/menudata.js /usr/share/doc/kbd/html/nav_f.png /usr/share/doc/kbd/html/nav_g.png /usr/share/doc/kbd/html/nav_h.png /usr/share/doc/kbd/html/open.png /usr/share/doc/kbd/html/splitbar.png /usr/share/doc/kbd/html/structkmapinfo.html /usr/share/doc/kbd/html/structlk__array.html /usr/share/doc/kbd/html/structlk__kbdiacr.html /usr/share/doc/kbd/html/structlkfile.html /usr/share/doc/kbd/html/sync_off.png /usr/share/doc/kbd/html/sync_on.png /usr/share/doc/kbd/html/tab_a.png /usr/share/doc/kbd/html/tab_b.png /usr/share/doc/kbd/html/tab_h.png /usr/share/doc/kbd/html/tab_s.png /usr/share/doc/kbd/html/tabs.css |
![]() |
klogd-1.6.0-alt1.x86_64 | checkbashisms | experimental | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/klogd |
![]() |
klogd-1.6.0-alt1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
klogd-1.6.0-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/klogd: not systemd compatible: lsb init header missing and klogd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
kmod-27.0.9.f5434cf-alt1.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/bash-completion/completions/kmod |
![]() |
kmod-27.0.9.f5434cf-alt1.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/bash-completion/completions/kmod |
![]() |
kup-server-0.3.6-alt1.noarch | subdir-in-var-run | info | Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them. |
![]() |
libdrmhelper-1.3.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
libdrmhelper-debuginfo-1.3.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
libdrmhelper-devel-1.3.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
libdrmhelper-devel-static-1.3.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
libkeymap-devel-2.0.4-alt3.x86_64 | buildroot | fail | found paths to buildroot: /usr/lib64/pkgconfig/libkeymap.pc: prefix=/usr/src/tmp/kbd-buildroot/usr exec_prefix=/usr/src/tmp/kbd-buildroot/usr libdir=/usr/src/tmp/kbd-buildroot/lib64 includedir=/usr/src/tmp/kbd-buildroot/usr/include |
![]() |
libshell-0.4.8-alt1.noarch | checkbashisms | experimental | checkbashisms utility found possible bashisms in: /bin/shell-terminfo /bin/shell-process |
![]() |
libshell-single-0.4.8-alt1.noarch | checkbashisms | experimental | checkbashisms utility found possible bashisms in: /bin/shell-lib |
![]() |
make-initrd-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-bootloader-0.4-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-bootloader-debuginfo-0.4-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-busybox-1.28.1-alt2.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-debuginfo-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-devmapper-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-luks-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-lvm-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-mdadm-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-multipath-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-nfs-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-plymouth-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
make-initrd-ucode-2.11.0-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
mksh-52b-alt1.x86_64 | uncompressed-manpages | info | Package contains uncompressed manual pages. |
![]() |
moc-2.6.0-alt0.5.src | beehive-log-non-strict-dependency-i586 | info | moc-player: non-strict dependency on moc-plugin-ffmpeg moc-player: non-strict dependency on moc-plugin-flac moc-player: non-strict dependency on moc-plugin-modplug moc-player: non-strict dependency on moc-plugin-mp3 moc-player: non-strict dependency on moc-plugin-musepack moc-player: non-strict dependency on moc-plugin-sndfile moc-player: non-strict dependency on moc-plugin-speex moc-player: non-strict dependency on moc-plugin-timidity moc-player: non-strict dependency on moc-plugin-vorbis moc-player: non-strict dependency on moc-plugin-wavpack |
![]() |
moc-2.6.0-alt0.5.src | beehive-log-non-strict-dependency-x86_64 | info | moc-player: non-strict dependency on moc-plugin-ffmpeg moc-player: non-strict dependency on moc-plugin-flac moc-player: non-strict dependency on moc-plugin-modplug moc-player: non-strict dependency on moc-plugin-mp3 moc-player: non-strict dependency on moc-plugin-musepack moc-player: non-strict dependency on moc-plugin-sndfile moc-player: non-strict dependency on moc-plugin-speex moc-player: non-strict dependency on moc-plugin-timidity moc-player: non-strict dependency on moc-plugin-vorbis moc-player: non-strict dependency on moc-plugin-wavpack |
![]() |
moc-player-2.6.0-alt0.5.x86_64 | freedesktop-desktop | warn | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/moc.desktop: error: (will be fatal in the future): value item "Audio" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: AudioVideo |
![]() |
mozilla-common-1.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
mozilla-common-devel-1.0-alt1.x86_64 | altlinux-policy-rpm-macros-packaging | warn | package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging |
![]() |
mozilla-common-devel-1.0-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
mozldap-6.0.7-alt5.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libldap60.so but just /usr/lib64/libldap60.so.6.0.7. According to SharedLibs Policy Draft, symlink /usr/lib64/libldap60.so should be placed in a special subpackage named lib SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libldif60.so but just /usr/lib64/libldif60.so.6.0.7. According to SharedLibs Policy Draft, symlink /usr/lib64/libldif60.so should be placed in a special subpackage named lib SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libprldap60.so but just /usr/lib64/libprldap60.so.6.0.7. According to SharedLibs Policy Draft, symlink /usr/lib64/libprldap60.so should be placed in a special subpackage named lib SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libssldap60.so but just /usr/lib64/libssldap60.so.6.0.7. According to SharedLibs Policy Draft, symlink /usr/lib64/libssldap60.so should be placed in a special subpackage named lib |
![]() |
mozldap-6.0.7-alt5.x86_64 | library-pkgnames | info | package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs |
![]() |
ms-sys-2.5.3-alt1.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/man/de/man1/ms-sys.1.xz /usr/share/man/fr/man1/ms-sys.1.xz /usr/share/man/sv/man1/ms-sys.1.xz |
![]() |
ms-sys-2.5.3-alt1.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/man/de/man1/ms-sys.1.xz /usr/share/man/fr/man1/ms-sys.1.xz /usr/share/man/sv/man1/ms-sys.1.xz |
![]() |
nspr-4.29-alt1.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/bin/compile-et.pl |
![]() |
nspr-4.29-alt1.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/bin/compile-et.pl |
![]() |
osec-1.3.1-alt2.src | beehive-log-non-strict-dependency-i586 | info | osec-cronjob: non-strict dependency on osec-mailreport osec-mailreport: non-strict dependency on osec-cronjob |
![]() |
osec-1.3.1-alt2.src | beehive-log-non-strict-dependency-x86_64 | info | osec-cronjob: non-strict dependency on osec-mailreport osec-mailreport: non-strict dependency on osec-cronjob |
![]() |
osec-1.3.1-alt2.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
python-module-irclib-0.4.8-alt1.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/lib/python2.7/site-packages/python_irclib-0.4.8-py2.7.egg-info |
![]() |
python-module-irclib-0.4.8-alt1.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/lib/python2.7/site-packages/python_irclib-0.4.8-py2.7.egg-info |
![]() |
python3-module-i3ipc-2.1.1.g13d6e3c-alt1.noarch | missing-url | info | Missing Url: in a package. |
![]() |
rust-cargo-doc-1.47.0-alt1.x86_64 | arch-dep-package-consists-of-usr-share | info | The package consists of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere. |
![]() |
rust-doc-1.47.0-alt1.x86_64 | arch-dep-package-consists-of-usr-share | info | The package consists of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere. |
![]() |
stunnel4-5.53-alt1.1.x86_64 | subdir-in-var-run | info | Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them. |
![]() |
stunnel4-standalone-5.53-alt1.1.noarch | init-lsb | warn | /etc/rc.d/init.d/stunnel: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
sysklogd-1.6.0-alt1.src | beehive-log-non-strict-dependency-i586 | info | klogd: non-strict dependency on syslogd |
![]() |
sysklogd-1.6.0-alt1.src | beehive-log-non-strict-dependency-x86_64 | info | klogd: non-strict dependency on syslogd |
![]() |
sysklogd-1.6.0-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
syslogd-1.6.0-alt1.x86_64 | checkbashisms | experimental | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/syslogd |
![]() |
syslogd-1.6.0-alt1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
syslogd-1.6.0-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/syslogd: not systemd compatible: lsb init header missing and syslogd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
system-report-0.1.1-alt1.noarch | missing-url | info | Missing Url: in a package. |
![]() |
telegraf-1.16.0-alt1.x86_64 | subdir-in-var-run | info | Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them. |
![]() |
unionfs-2.0-alt1.git039ba92.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/sbin/mount.unionfs |
![]() |
unionfs-2.0-alt1.git039ba92.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/sbin/mount.unionfs |
![]() |
util-linux-2.35.2-alt2.x86_64 | arch-dep-package-has-big-usr-share | info | The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere. |
![]() |
weechat-2.8-alt1.src | beehive-log-unpackaged-files-found-i586 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/applications/weechat.desktop /usr/share/icons/hicolor/128x128/apps/weechat.png /usr/share/icons/hicolor/16x16/apps/weechat.png /usr/share/icons/hicolor/256x256/apps/weechat.png /usr/share/icons/hicolor/512x512/apps/weechat.png /usr/share/icons/hicolor/64x64/apps/weechat.png |
![]() |
weechat-2.8-alt1.src | beehive-log-unpackaged-files-found-x86_64 | info | warning: Installed (but unpackaged) file(s) found: /usr/share/applications/weechat.desktop /usr/share/icons/hicolor/128x128/apps/weechat.png /usr/share/icons/hicolor/16x16/apps/weechat.png /usr/share/icons/hicolor/256x256/apps/weechat.png /usr/share/icons/hicolor/512x512/apps/weechat.png /usr/share/icons/hicolor/64x64/apps/weechat.png |