| packager | rpm id | test | status | message | |
|---|---|---|---|---|---|
![]() |
alexvk | python3-module-rawpy-docs-0.26.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. |
![]() |
amakeenk | navidrome-0.60.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
aris | gmic-3.6.4-alt1.1.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. |
![]() |
aris | gmic-qt-3.6.4-alt1.1.x86_64 | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/gmic_qt.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). |
![]() |
aris | gmic-zart-3.6.4-alt1.1.x86_64 | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/zart.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). |
![]() |
asy | quagga-1.2.4-alt5.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
asy | quagga-1.2.4-alt5.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
boyarsh | hugin-2025.0.0-alt1.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. |
![]() |
boyarsh | hugin-2025.0.0-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/hugin_toolbox_gui.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). |
![]() |
boyarsh | installer-common-base-stage2-1.16.34-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
boyarsh | installer-common-base-stage2-1.16.34-alt1.x86_64 | 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/share/install2/preinstall.d/90-setup-bootloader.sh: $ grep /tmp/ /usr/share/install2/preinstall.d/90-setup-bootloader.sh #!/bin/sh . install2-init-functions script="$(basename $0)" echo "#!/bin/sh" > /tmp/"$script" chmod +x /tmp/"$script" exec_chroot sh "rpm '%{name}\n'| grep 'branding.*bootloader' | xargs bash \"rpm '%{postin}' {} \"" >>/tmp/"$script" exec_chroot /tmp/"$script" 1 ||: Found error in /usr/share/install2/preinstall.d/65-setup-control.sh: $ grep /tmp/ /usr/share/install2/preinstall.d/65-setup-control.sh [ /usr/share/install2/control ] || exit 0 while read facility state; do [ "$facility" "$state" ] || chroot $destdir control "$facility" "$state" ||: done < /usr/share/install2/control >> /tmp/install2.log 2>&1 Found error in /usr/libexec/install2/install2: $ grep /tmp/ /usr/libexec/install2/install2 charset=utf8 cmdline="$(cat /proc/cmdline)" stderr_to_log() { exec 4>&2 2>/tmp/install2.log } stderr_to_stderr() { exec 2>&4 { AUTOINSTALL= export AUTOINSTALL if cmdline_has_arg ai ; then AUTOINSTALL='/tmp/metadata/autoinstall.scm' fi shell_config_set "$install_variables" AUTOINSTALL "$AUTOINSTALL" } set_cdromdev() -- mkdir -p -m700 -- "$destdir/root/.install-log" # Copy alteratord.log from temporary dir to /tmp cp /run/alteratord/alteratord.log /tmp ||: # save logs for f in initinstall preinstall postinstall install2 pkg-install remount alteratord x11; do [ -f "/tmp/$f.log" ] || continue sed -r 's;( passwd_?([12]|auto) ")([^"]|[\\]["])*";\1*";g' <"/tmp/$f.log" \ >"$destdir/root/.install-log"/"$f.log" done # save screenshots mkdir -p -m700 -- "$destdir/root/.install-log/screenshots" for f in /tmp/alterator-screenshot-*.*; do [ ! -f "$f" ] || cp "$f" "$destdir"/root/.install-log/screenshots/ ||: done } x11presetdrv() { [ -n "$INSTALL2_INIT" ] || return 0 [ -f /etc/rc.d/init.d/x11presetdrv ] || return 0 service x11presetdrv start 2>/tmp/x11presetdrv.log update_splash x11presetdrv } if [ -z "$INSTALL2_INIT" ]; then > /tmp/install2.log chmod 600 /tmp/install2.log stderr_to_log fi # Mount touch /var/rw-test || action 'Mounting filesystems' mount_fs -- rm -r /var/lock/ fi # Create tmpfiles [ -z "$INSTALL2_INIT" ] || systemd-tmpfiles --remove --create --boot --exclude-prefix=/dev >/tmp/tmpfiles.log 2>&1 # do not assemble raid automatically (restore with start_mdraid) if [ -s /lib/udev/rules.d/64-md-raid-assembly.rules ]; then mv /lib/udev/rules.d/64-md-raid-assembly.rules /tmp fi [ -z "$INSTALL2_INIT" ] || service udevd start 2>/tmp/udevd.log update_splash udev x11presetdrv set_alterator_datadir -- set_device update_splash device # create empty logs with strict rights > /tmp/initinstall.log > /tmp/preinstall.log > /tmp/postinstall.log > /tmp/wizard.log > /tmp/pkg-install.log > /tmp/x11.log chmod 600 /tmp/initinstall.log chmod 600 /tmp/preinstall.log chmod 600 /tmp/postinstall.log chmod 600 /tmp/wizard.log chmod 600 /tmp/pkg-install.log chmod 600 /tmp/x11.log # create destination directory mkdir -p "$destdir" [ -n "$DISPLAY" ] || [ -n "$WAYLAND_DISPLAY" ] || "$install2_bindir"/initinstall 2>>/tmp/initinstall.log | tee -a /tmp/initinstall.log update_splash finish if_run_debug_shell rc=0 -- chmod 700 /run/user/0 export XDG_RUNTIME_DIR=/run/user/0 export WLR_NO_HARDWARE_CURSORS=1 cmd="cage -d -s "$install2_bindir"/alterator-install2" chvt 7 $cmd >/tmp/install2.log 2>&1 chvt 1 else echo 'Starting Xorg server...' auto_drivers="$(video_scan -s drivers)" xinit_args='vt7 -dpms -ac -nolisten tcp -logfile /tmp/x11.log' eval $(grep -s ^xinit_args= /etc/xserver-args) ||: cmd="xinit "$install2_bindir"/alterator-install2 -- $xinit_args" if ! $cmd >/tmp/install2.log 2>&1 ; then for drv in $auto_drivers; do # xinit must failed before run alterator-wizard [ ! -s /tmp/wizard.log ] || break echo "Error running Xorg server, trying with driver $drv..." "$install2_bindir"/xorg_conf_setup "$drv" "$XORG_CONF" rc=0 $cmd >>/tmp/install2.log 2>&1 && break || rc=$? done fi fi fi fi fi if_run_debug_shell [ "$rc" -ne 0 ] || "$install2_bindir"/postinstall 2>>/tmp/postinstall.log | tee -a /tmp/postinstall.log save_logs # Unmount destination if [ -z "$INSTALL2_INIT" ]; then Found error in /usr/libexec/install2/alterator-vnc: $ grep -A5 -B5 /tmp/ /usr/libexec/install2/alterator-vnc export FD_GEOM=1024x768 export FD_PROG="$install2_bindir"/alterator-install2 CAGE=/usr/bin/cage ALTERATOR_VNC_SERVER_W=/usr/bin/wayvnc WAYVNC_CONF_FILE=/tmp/vnc_conf vncip="$(cmdline_get_arg vncip)" if ! [ -n "$vncip" ]; then vncip="0.0.0.0" fi -- export WLR_BACKENDS=headless export WLR_LIBINPUT_NO_DEVICES=1 export WLR_RENDERER=pixman export WLR_NO_HARDWARE_CURSORS=1 wayvnc_passwd ssh-keygen -m pem -f /tmp/rsa_key.pem -t rsa -N "" $install2_bindir/vnc_info wayland $CAGE -d $FD_PROG & $ALTERATOR_VNC_SERVER_W --config $WAYVNC_CONF_FILE > /tmp/wayvnc.log 2>&1 } xvnc(){ if [ -n "$DISPLAY" ]; then VNC="x11vnc" -- VNC="x11vnc -create" fi if [ -n "$host_connect" ]; then $VNC -connect "$host_connect" else $VNC -storepasswd "$password" /tmp/vncpasswd chmod 600 /tmp/vncpasswd xvncpam=$([ -n "$password" ] && echo "-usepw -rfbauth /tmp/vncpasswd" || echo "-nopw") $install2_bindir/vnc_info $VNC -quiet -listen "$vncip" $xvncpam -o /tmp/x11vnc.log fi } vnc |
![]() |
boyarsh | installer-common-desktop-1.16.34-alt1.noarch | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/install2.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). |
![]() |
boyarsh | startup-rescue-0.50-alt2.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
boyarsh | startup-rescue-0.50-alt2.x86_64 | init-condrestart | fail | /etc/rc.d/init.d/rescue-remote: missing condrestart target. ERROR: alt-specific script %_sbindir/post_service (used in your %post_service macro) depends on condrestart. Please, fix./etc/rc.d/init.d/sysreport: missing condrestart target. ERROR: alt-specific script %_sbindir/post_service (used in your %post_service macro) depends on condrestart. Please, fix. |
![]() |
boyarsh | startup-rescue-0.50-alt2.x86_64 | init-lsb | fail | /etc/rc.d/init.d/rescue-remote: not systemd compatible: lsb init header missing and rescue-remote.service is not present. /etc/rc.d/init.d/sysreport: not systemd compatible: lsb init header missing and sysreport.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
boyarsh | startup-rescue-0.50-alt2.x86_64 | 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 /etc/rc.d/rc.sysinit.rescue: $ grep /tmp/ /etc/rc.d/rc.sysinit.rescue # Ensure plymouth is not running killall plymouthd >/dev/null 2>&1 remount_aufs() { [ "$1" ] || return 0 mkdir "/tmp/root$1" mount -n -t aufs -o dirs="/tmp/root$1=rw:$1=ro" "/tmp/root$1" "$1" } # Avoid double-aufs/overlayfs attempt if ! grep -qE "^overlay|/ aufs" /proc/mounts; then for mpoint in /etc /var /lib /bin /sbin /home /root /mnt; do -- action "Mounting efivars filesystem:" mount -t efivarfs none /sys/firmware/efi/efivars fi # run tmpfiles.d scripts if systemd_tmpfiles="$(find_util systemd-tmpfiles)"; then "$systemd_tmpfiles" --clean >/tmp/tmpfiles.log 2>&1 "$systemd_tmpfiles" --remove --create --boot --exclude-prefix=/dev >>/tmp/tmpfiles.log 2>&1 fi # Recover mdadm.conf if it's been changed above if [ -s "$MDCONF" ]; then sed -i 's,^DEVICE /dev/null,DEVICE partitions,' "$MDCONF" |
![]() |
cas | eviacam-2.1.4-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. |
![]() |
cas | eviacam-2.1.4-alt2.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
cas | freecad-1.0.2-alt3.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.freecad.FreeCAD.desktop: warning: value "??????? ??????????????????? ??????????????" for key "Comment[ru]" in group "Desktop Entry" looks the same as that of key "GenericName[ru]" /usr/share/applications/org.freecad.FreeCAD.desktop: hint: value "Graphics;Science;Education;Engineering;X-CNC;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/org.freecad.FreeCAD.desktop: hint: value "Graphics;Science;Education;Engineering;X-CNC;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
cas | freecad-1.0.2-alt3.x86_64 | uncompressed-manpages | info | Package contains uncompressed manual pages. |
![]() |
cas | freerdp3-server-3.21.0-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
cas | imagination-3.6-alt1.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. |
![]() |
cas | imagination-3.6-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/imagination.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). |
![]() |
cas | shotcut-26.1.30-alt1.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. |
![]() |
cas | synfigstudio-1.5.4-alt1.x86_64 | altlinux-find-lang-mo | warn | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
![]() |
cas | synfigstudio-1.5.4-alt1.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. |
![]() |
crux | bird-3.2.0-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
crux | bird-3.2.0-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/bird-3.2.0-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/bird.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
egori | blender-4.5.6-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. |
![]() |
egori | blender-cycles-cuda-kernels-4.5.6-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. |
![]() |
egori | blender-cycles-hip-kernels-4.5.6-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. |
![]() |
egori | blender-cycles-hiprt-kernels-4.5.6-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. |
![]() |
george | simplescreenrecorder-0.4.4.0.23.9559-alt4.x86_64 | freedesktop-desktop | warn | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/simplescreenrecorder.desktop: error: file contains multiple keys named "Comment[ru]" in group "Desktop Entry" |
![]() |
grenka | calibre-8.4.0-alt1.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. |
![]() |
grenka | calibre-8.4.0-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/calibre-gui.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). |
![]() |
iv | audacity-3.7.7-alt4.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. |
![]() |
iv | audacity-3.7.7-alt4.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
lakostis | droidcam-2.1.4-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/droidcam.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). |
![]() |
lakostis | moc-player-2.6.0-alt0.9.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 |
![]() |
lakostis | mpd-0.24.6-alt2.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
lakostis | mpd-0.24.6-alt2.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/mpd-0.24.6-alt2.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/mpd.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
lola | blue-recorder-0.2.0-alt1.gitb989880.x86_64 | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/blue-recorder.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). |
![]() |
lola | f3d-3.2.0-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libf3d.so but just /usr/lib64/libf3d.so.3.2. According to SharedLibs Policy Draft, symlink /usr/lib64/libf3d.so should be placed in a special subpackage named lib |
![]() |
lvol | deepin-grand-search-6.0.28-alt2.x86_64 | dbus-xml-not-in-devel | info | file /usr/share/dbus-1/interfaces/com.deepin.dde.GrandSearchSetting.xml is not used in run time. Move it to the |
![]() |
lvol | deepin-music-7.0.48-alt1.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. |
![]() |
lvol | deepin-music-7.0.48-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/deepin-music.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). |
![]() |
lvol | dqt6-multimedia-doc-6.9.3-alt0.dde.1.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. |
![]() |
lvol | mixxx-2.5.4-alt1.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. |
![]() |
lvol | mixxx-2.5.4-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "Digit?ln? DJ syst?m" for key "Comment[cz]" in group "Desktop Entry" looks the same as that of key "GenericName[cz]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "???????? ?????????? ???????" for key "Comment[ru]" in group "Desktop Entry" looks the same as that of key "GenericName[ru]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "??????? ?????????? ???????" for key "Comment[uk]" in group "Desktop Entry" looks the same as that of key "GenericName[uk]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "Digitalni DJ sistem" for key "Comment[sl]" in group "Desktop Entry" looks the same as that of key "GenericName[sl]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "Cyfrowy system DJ-ski" for key "Comment[pl]" in group "Desktop Entry" looks the same as that of key "GenericName[pl]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "?? DJ ??" for key "Comment[zh]" in group "Desktop Entry" looks the same as that of key "GenericName[zh]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "????DJ????" for key "Comment[ja]" in group "Desktop Entry" looks the same as that of key "GenericName[ja]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "Digit?lis DJ rendszer" for key "Comment[hu]" in group "Desktop Entry" looks the same as that of key "GenericName[hu]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "Digitaalinen DJ-j?rjestelm?" for key "Comment[fi]" in group "Desktop Entry" looks the same as that of key "GenericName[fi]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "??? DJ ???" for key "Comment[ko]" in group "Desktop Entry" looks the same as that of key "GenericName[ko]" /usr/share/applications/org.mixxx.Mixxx.desktop: warning: value "??????? DJ ???????" for key "Comment[bg]" in group "Desktop Entry" looks the same as that of key "GenericName[bg]" |
![]() |
lvol | mixxx-2.5.4-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/mixxx-2.5.4-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
maks1ms | moonlight-qt-6.1.0-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/com.moonlight_stream.Moonlight.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). |
![]() |
minergenon | libfreenect-0.7.5-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/libfreenect-0.7.5-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/51-kinect.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
morozovaes | itk-examples-5.4.5-alt1.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. |
![]() |
nenderus | dolphin-emu-2512-alt1.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. |
![]() |
nenderus | dolphin-emu-2512-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
nenderus | dolphin-emu-2512-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/dolphin-emu-2512-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/51-dolphin-emu-usb-device.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
nenderus | drawpile-2.3.0-alt1.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. |
![]() |
neurofreak | peek-1.5.1-alt2.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/com.uploadedlobster.peek.desktop: hint: value "GTK;GNOME;Graphics;2DGraphics;AudioVideo;Video;Recorder;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/com.uploadedlobster.peek.desktop: hint: value "GTK;GNOME;Graphics;2DGraphics;AudioVideo;Video;Recorder;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
neurofreak | peek-1.5.1-alt2.x86_64 | uncompressed-manpages | info | Package contains uncompressed manual pages. |
![]() |
nickel | grub-common-2.12-alt16.x86_64 | uncompressed-manpages | info | Package contains uncompressed manual pages. |
![]() |
nickel | shim-unsigned-16.1-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. |
![]() |
oddity | nomacs-3.22.0-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libnomacsCore.so but just /usr/lib64/libnomacsCore.so.3.22.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libnomacsCore.so should be placed in a special subpackage named lib |
![]() |
oddity | siril-1.4.1-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. |
![]() |
protvin | opencascade-devel-7.9.3-alt1.x86_64 | bin-permissions | info | not executable file /usr/bin/env.sh gcc_64.sh |
![]() |
rauty | fdns-0.9.76-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
respublica | libnetgen-6.2.2406-alt4.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libnglib.so but just /usr/lib64/libnglib.so.6.2.2406.6.2.2406.6.2.2406-6.2.2406-6.2.2406. According to SharedLibs Policy Draft, symlink /usr/lib64/libnglib.so should be placed in a special subpackage named lib st. |
![]() |
rider | ImageMagick-tools-debuginfo-7.1.2.13-alt1.x86_64 | rpm-filesystem-conflict-symlink-file | warn | symlink /usr/lib/debug/usr/bin/compare.debug is a file in the package schilytools-debuginfo-2024.03.21-alt3.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. |
![]() |
rider | Mayavi-4.8.2-alt6.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/Mayavi.desktop: hint: value "Education;Science;DataVisualization;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu u |
![]() |
rider | MySQL-8.0.44-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | MySQL-client-8.0.44-alt1.x86_64 | rpm-filesystem-conflict-file-file | warn | There are file conflicts with the package mariadb-server-11.8.5-alt1.x86_64, for example, /usr/share/man/man1/myisam_ftdump.1.xz (4 file conflicts in total). Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
![]() |
rider | MySQL-server-8.0.44-alt1.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. |
![]() |
rider | MySQL-server-8.0.44-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/MySQL-server-8.0.44-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/mysql.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | aeskulap-0.2.2-alt9.git8787e95.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/aeskulap.desktop: hint: value item "MedicalSoftware" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Education, or Science |
![]() |
rider | amneziawg-tools-1.0.20250903-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | apache2-base-2.4.66-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | apache2-base-2.4.66-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/apache2-base-2.4.66-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/apache2.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | apache2-base-2.4.66-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. |
![]() |
rider | apache2-devel-2.4.66-alt1.x86_64 | bin-permissions | info | not executable file /usr/sbin/envvars |
![]() |
rider | appstream-data-generator-20250314-alt1.x86_64 | altlinux-find-lang-mo | warn | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
![]() |
rider | appstream-data-generator-20250314-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | appstream-data-generator-debuginfo-20250314-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | atftp-0.8.0-alt2.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | atftp-0.8.0-alt2.x86_64 | init-lsb | warn | /etc/rc.d/init.d/atftpd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | atftp-debuginfo-0.8.0-alt2.x86_64 | rpm-filesystem-conflict-symlink-file | warn | symlink /usr/lib/debug/usr/sbin/in.tftpd.debug is a file in the package tftpd-debuginfo-5.2-alt4.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. |
![]() |
rider | audit-4.1.2-alt2.x86_64 | init-lsb | fail | /etc/rc.d/init.d/auditd: not systemd compatible: lsb init header missing and auditd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | audit-4.1.2-alt2.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/audit-4.1.2-alt2.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/audit.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | btrfs-progs-6.17.1-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/btrfs-progs-6.17.1-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/64-btrfs-dm.rules /usr/lib/udev/rules.d/64-btrfs-zoned.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
rider | castxml-0.6.13-alt1.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. |
![]() |
rider | cgns-4.5.1-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/cgnscalc.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). |
![]() |
rider | chrony-4.8-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/chrony-4.8-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/chronyd.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | clanlib0.8-0.8.1-alt9.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 |
![]() |
rider | clanlib0.8-gl-0.8.1-alt9.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 |
![]() |
rider | clanlib0.8-sound-0.8.1-alt9.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 |
![]() |
rider | clickhouse-server-25.8.10.7-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | collectd-5.12.0-alt8.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | coturn-4.8.0-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/coturn-4.8.0-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/coturn.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | coturn-4.8.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | csync2-2.0-alt3.x86_64 | init-lsb | fail | /etc/rc.d/init.d/csync2: not systemd compatible: lsb init header missing and csync2.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | csync2-2.0-alt3.x86_64 | systemd-check-socket-name | experimental | in csync2-2.0-alt3.x86_64: there is a socket csync2.socket but no service csync2.service. Ask ildar@ why it is not right. |
![]() |
rider | cups-2.4.16-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. |
![]() |
rider | cups-2.4.16-alt2.x86_64 | freedesktop-desktop | warn | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/cups.desktop: hint: value "System;Settings;Printing;HardwareSettings;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/cups.desktop: error: value "Phosh;" for key "NotShowIn" in group "Desktop Entry" contains an unregistered value "Phosh"; values extending the format should start with "X-" |
![]() |
rider | cups-2.4.16-alt2.x86_64 | systemd-check-socket-name | experimental | in cups-2.4.16-alt2.x86_64: there is a socket cups-lpd.socket but no service cups-lpd.service. Ask ildar@ why it is not right. |
![]() |
rider | cups-browsed-2.1.1-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/cups-browsed: not systemd compatible: lsb init header missing and cups-browsed.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | cups-ipptool-2.4.16-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. |
![]() |
rider | dcmtk-3.6.9-alt3.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. |
![]() |
rider | ddcprobe-3.0-alt1.qa2.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | ddcprobe-debuginfo-3.0-alt1.qa2.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | design-icewm-themes-1.0-alt6.noarch | missing-url | info | Missing Url: in a package. |
![]() |
rider | dvdstyler-3.3-alt1.b4.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. |
![]() |
rider | ejabberd-21.12-alt6.noarch | init-lsb | fail | /etc/rc.d/init.d/ejabberd: not systemd compatible: lsb init header missing and ejabberd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | ejabberd-21.12-alt6.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. |
![]() |
rider | fbreader-0.99.5-alt6.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/FBReader.desktop: warning: value "قارئ الكتب الإلكترونية" for key "Comment[ar]" in group "Desktop Entry" looks the same as that of key "GenericName[ar]" /usr/share/applications/FBReader.desktop: hint: value item "Literature" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Education, or Science |
![]() |
rider | fcgiwrap-1.1.0-alt6.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | fcgiwrap-1.1.0-alt6.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | filezilla-3.69.5-alt1.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. |
![]() |
rider | firebird-server-5.0.3-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/firebird: not systemd compatible: lsb init header missing and firebird.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | firebird-server-5.0.3-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/firebird-server-5.0.3-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/firebird.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | firetools-0.9.72-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/firejail-ui.desktop: warning: value "Firejail configuration wizard" for key "Comment" in group "Desktop Entry" looks the same as that of key "Name" /usr/share/applications/firejail-ui.desktop: hint: value item "Security" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Settings, or System |
![]() |
rider | firetools-0.9.72-alt1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | freeipmi-bmc-watchdog-1.6.16-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | freeipmi-ipmidetectd-1.6.16-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | freeipmi-ipmiseld-1.6.16-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | freeswitch-daemon-1.10.12-alt5.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. |
![]() |
rider | freeswitch-daemon-1.10.12-alt5.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | freeswitch-daemon-1.10.12-alt5.x86_64 | init-lsb | fail | /etc/rc.d/init.d/freeswitch: not systemd compatible: lsb init header missing and freeswitch.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | freeswitch-daemon-1.10.12-alt5.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/freeswitch-daemon-1.10.12-alt5.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/freeswitch.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | freeswitch-daemon-1.10.12-alt5.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. |
![]() |
rider | freeswitch-webui-1.10.12-alt5.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. |
![]() |
rider | fwupd-2.0.19-alt1.src | altlinux-policy-obsolete-buildreq | warn | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
![]() |
rider | fwupd-2.0.19-alt1.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. |
![]() |
rider | fwupd-2.0.19-alt1.x86_64 | dbus-xml-not-in-devel | info | file /usr/share/dbus-1/interfaces/org.freedesktop.fwupd.xml is not used in run time. Move it to the |
![]() |
rider | fwupd-2.0.19-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | gav-0.9.0-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/gav.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). |
![]() |
rider | gav-0.9.0-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/gav.desktop: warning: boolean key "Terminal" in group "Desktop Entry" has value "0", which is deprecated: boolean values should be "false" or "true" |
![]() |
rider | gear-restore-tags-0.0.4-alt1.noarch | missing-url | info | Missing Url: in a package. |
![]() |
rider | getstream-20120411-alt4.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | gnokii-0.6.31-alt4.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | gnome-quod-0.2.3-alt5.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | gnome-quod-debuginfo-0.2.3-alt5.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | gnote-49.2-alt1.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. |
![]() |
rider | gnote-49.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/org.gnome.Gnote.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). |
![]() |
rider | gpsbabel-gui-1.10.0-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/gpsbabel.desktop: hint: value "Geography;Education;Utility;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | gpsd-3.27.5-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/gpsd-3.27.5-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/25-gpsd.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
rider | gpsd-3.27.5-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | gpsd-clients-gui-3.27.5-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/xgps.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). Qt). |
![]() |
rider | greetd-0.10.3-alt2.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/greetd-0.10.3-alt2.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/greetd.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | grisbi-3.0.4-alt1.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. |
![]() |
rider | grisbi-3.0.4-alt1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | hwdatabase-0.3.32-alt1.noarch | missing-url | info | Missing Url: in a package. |
![]() |
rider | hydrogen-1.2.6-alt1.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. |
![]() |
rider | incron-0.5.12-alt4.x86_64 | init-lsb | warn | /etc/rc.d/init.d/incrond: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | ipmitool-1.8.19-alt1.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. |
![]() |
rider | jq-1.8.1-alt1.x86_64 | uncompressed-manpages | info | Package contains uncompressed manual pages. |
![]() |
rider | kbdd-0.7.1-alt1.git.8.3145099.x86_64 | dbus-xml-not-in-devel | info | file /usr/share/dbus-1/interfaces/kbdd-service-interface.xml is not used in run time. Move it to the |
![]() |
rider | keepalived-2.3.4-alt1.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | keepalived-2.3.4-alt1.x86_64 | dbus-xml-not-in-devel | info | file /usr/share/dbus-1/interfaces/org.keepalived.Vrrp1.Vrrp.xml is not used in run time. Move it to the ge. |
![]() |
rider | knock-server-0.8-alt1.x86_64 | init-lsb | warn | /etc/rc.d/init.d/knockd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | labplot-2.12.1-alt1.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. |
![]() |
rider | labplot-2.12.1-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.kde.labplot.desktop: hint: value "Qt;KDE;Education;Science;Physics;Math;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | libcupsfilters-2.1.1-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. |
![]() |
rider | libfilezilla-devel-0.54.0-alt1.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. |
![]() |
rider | libfprint2-1.94.9-alt2.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/libfprint2-1.94.9-alt2.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/70-libfprint-2.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
rider | libfprint2-tests-1.94.9-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. |
![]() |
rider | libfwupd-devel-docs-2.0.19-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. |
![]() |
rider | libirrlicht-1.8.5-alt1.src | requires-ImageMagick | info | Dependency on ImageMagick (compat package) found. It probably should be replaced with more specific dependency like /usr/bin/convert or ImageMagick-tools, or it can be already autodetected by findreq-shell. |
![]() |
rider | libldns-devel-1.9.0-alt1.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. |
![]() |
rider | libmp3splt-0.9.2-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libmp3splt0/libsplt_ogg.so but just /usr/lib64/libmp3splt0/libsplt_ogg.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libmp3splt0/libsplt_ogg.so should be placed in a special subpackage named lib st. |
![]() |
rider | libnetcdf-doc-4.9.3-alt3.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. |
![]() |
rider | libopencv-examples-4.12.0-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. |
![]() |
rider | libpicosat-devel-965-alt3.x86_64 | rpm-filesystem-conflict-file-file | warn | File /usr/include/config.h conflicts with the package gem-bluecloth-devel-2.2.0.2-alt1.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
![]() |
rider | libqalculate-devel-5.9.0-alt1.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. |
![]() |
rider | libqscintilla2-doc-2.14.1-alt2.noarch | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | libragel-7.0.4-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libragel.so but just /usr/lib64/libragel.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libragel.so should be placed in a special subpackage named lib |
![]() |
rider | libselinux-3.9-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/libselinux-3.9-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Public /ALT/Sisyphus/files/x86_64/RPMS/libselinux-3.9-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Domain /ALT/Sisyphus/files/x86_64/RPMS/libselinux-3.9-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/setrans.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | libsource-highlight-devel-3.1.9-alt1.git.904949c.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. |
![]() |
rider | libtamuanova-debuginfo-0.2-alt3.qa2.x86_64 | buildroot | fail | found paths to buildroot: /usr/lib/debug/usr/lib64/libtamuanova.so.0.debug: |
![]() |
rider | libvpl-devel-2.16.0-alt1.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. |
![]() |
rider | libz3-devel-docs-4.15.5-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. |
![]() |
rider | lightdm-kde-greeter-6.1.3-alt1.src | altlinux-policy-obsolete-buildreq | warn | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
![]() |
rider | lightsquid-1.8-alt2.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. |
![]() |
rider | lightsquid-1.8-alt2.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | lilypond-2.24.4-alt1.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. |
![]() |
rider | lirc-0.10.1-alt6.1.x86_64 | init-lsb | warn | /etc/rc.d/init.d/lircd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | lirc-0.10.1-alt6.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. |
![]() |
rider | logintop10-1.9-alt3.x86_64 | altlinux-find-lang-mo | warn | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
![]() |
rider | merkaartor-0.20.0-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.merkaartor.merkaartor.desktop: hint: value "Education;Geography;Network;Qt;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | nbd-3.26.1-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | nbd-server-3.26.1-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | netlabel_tools-0.30.0-alt3.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | nginx-1.28.1-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | nginx-1.28.1-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | nginx-1.28.1-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/nginx: not systemd compatible: lsb init header missing and nginx.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | nginx-1.28.1-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. |
![]() |
rider | ngsolve-6.2.2406-alt1.x86_64 | bin-permissions | info | not executable file /usr/bin/ngsolve.tcl |
![]() |
rider | niftilib-3.0.1-alt2.x86_64 | uncompressed-manpages | info | Package contains uncompressed manual pages. |
![]() |
rider | nsd-4.14.0-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | nsd-4.14.0-alt1.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | nsd-4.14.0-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/nsd-4.14.0-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/nsd.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | nss_wrapper-1.1.16-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libnss_wrapper.so but just /usr/lib64/libnss_wrapper.so.0.3.5. According to SharedLibs Policy Draft, symlink /usr/lib64/libnss_wrapper.so should be placed in a special subpackage named lib |
![]() |
rider | ocaml-5.3.0-alt2.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | ocaml-camomile-data-2.0.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. |
![]() |
rider | ocaml-compiler-libs-5.3.0-alt2.x86_64 | rpm-filesystem-conflict-file-file | warn | File /usr/lib64/ocaml/compiler-libs/META conflicts with the package ocaml-findlib-1.9.6-alt2.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. |
![]() |
rider | ocaml-findlib-1.9.6-alt2.x86_64 | rpm-filesystem-conflict-file-file | warn | There are file conflicts with the package ocaml-runtime-5.3.0-alt2.x86_64, for example, /usr/lib64/ocaml/dynlink/META (5 file conflicts in total). Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
![]() |
rider | ocaml-ocamlbuild-devel-0.16.1-alt1.x86_64 | rpm-filesystem-conflict-file-file | warn | File /usr/lib64/ocaml/ocamlbuild/META conflicts with the package ocaml-findlib-1.9.6-alt2.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. |
![]() |
rider | ocaml-ocamldoc-5.3.0-alt2.x86_64 | rpm-filesystem-conflict-file-file | warn | File /usr/lib64/ocaml/ocamldoc/META conflicts with the package ocaml-findlib-1.9.6-alt2.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. |
![]() |
rider | ocaml-runtime-5.3.0-alt2.x86_64 | rpm-filesystem-conflict-file-file | warn | There are file conflicts with the package ocaml-findlib-1.9.6-alt2.x86_64, for example, /usr/lib64/ocaml/dynlink/META (5 file conflicts in total). Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
![]() |
rider | ocfs2-tools-1.8.9-alt2.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. |
![]() |
rider | ogre-14.3.4-alt1.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. |
![]() |
rider | ogre-14.3.4-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | ogre-samples-14.3.4-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | openipmi-2.0.37-alt1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | openipmi-2.0.37-alt1.x86_64 | init-condrestart | warn | /etc/rc.d/init.d/ipmi: 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. |
![]() |
rider | openshadinglanguage-doc-1.14.7.0-alt0.1.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. |
![]() |
rider | openshadinglanguage-optix-1.14.7.0-alt0.1.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. |
![]() |
rider | opentoonz-1.7.1.1-alt2.x86_64 | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/io.github.OpenToonz.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). |
![]() |
rider | openttd-15.1-alt1.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. |
![]() |
rider | openvswitch-3.3.7-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | openvswitch-3.3.7-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/openvswitch-3.3.7-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/openvswitch.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | openvswitch-ipsec-3.3.7-alt1.noarch | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | packagekit-1.3.0-alt8.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | packagekit-1.3.0-alt8.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | pam_wrapper-1.1.8-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libpam_wrapper.so but just /usr/lib64/libpam_wrapper.so.0.0.11. According to SharedLibs Policy Draft, symlink /usr/lib64/libpam_wrapper.so should be placed in a special subpackage named lib |
![]() |
rider | passivedns-1.2.1-alt3.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | passivedns-daemon-1.2.1-alt3.x86_64 | init-lsb | warn | /etc/rc.d/init.d/passivedns: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | php-base-2.7-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-bz2-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-bz2-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-calendar-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-calendar-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-curl-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-curl-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-dba-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-dba-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-devel-8.2.30-alt1.x86_64 | buildroot | fail | found paths to buildroot: /usr/share/doc/php8.2-devel-8.2.30/tests/security/open_basedir_linkinfo.sh: export RPM_BUILD_ROOT='/usr/src/tmp/php8.2-buildroot' |
![]() |
rider | php8.2-exif-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-exif-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-fileinfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-fileinfo-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-fpm-fcgi-8.2.30-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | php8.2-fpm-fcgi-8.2.30-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | php8.2-fpm-fcgi-8.2.30-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. |
![]() |
rider | php8.2-fpm-fcgi-8.2.30-alt1.x86_64 | systemd-files-in-etc | warn | Systemd files Policy Draft violation: etc/tmpfiles.d/ is reserved for sysadmin overrides. Please, move /etc/tmpfiles.d/php8.2-fpm.conf to \%_tmpfilesdir/. |
![]() |
rider | php8.2-gd-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-gd-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-gmp-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-gmp-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-imap-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-imap-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-ldap-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-ldap-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-libs-8.2.30-alt1.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 |
![]() |
rider | php8.2-mbstring-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-mbstring-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-mcrypt-1.0.4-alt3.30.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-mcrypt-debuginfo-1.0.4-alt3.30.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-pcntl-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-pcntl-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-pgsql-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-pgsql-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-readline-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-readline-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-snmp-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-snmp-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-soap-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-soap-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-sockets-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-sockets-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-sodium-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-sodium-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-xmlreader-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-xmlreader-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-xsl-8.2.30-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-xsl-debuginfo-8.2.30-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-zip-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.2-zip-debuginfo-8.2.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-bz2-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-bz2-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-calendar-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-calendar-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-curl-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-curl-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-dba-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-dba-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-devel-8.3.30-alt1.x86_64 | buildroot | fail | found paths to buildroot: /usr/share/doc/php8.3-devel-8.3.30/tests/security/open_basedir_linkinfo.sh: export RPM_BUILD_ROOT='/usr/src/tmp/php8.3-buildroot' |
![]() |
rider | php8.3-exif-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-exif-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-fileinfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-fileinfo-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-fpm-fcgi-8.3.30-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | php8.3-fpm-fcgi-8.3.30-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | php8.3-fpm-fcgi-8.3.30-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. |
![]() |
rider | php8.3-fpm-fcgi-8.3.30-alt1.x86_64 | systemd-files-in-etc | warn | Systemd files Policy Draft violation: etc/tmpfiles.d/ is reserved for sysadmin overrides. Please, move /etc/tmpfiles.d/php8.3-fpm.conf to \%_tmpfilesdir/. |
![]() |
rider | php8.3-gd-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-gd-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-gmp-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-gmp-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-imap-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-imap-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-ldap-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-ldap-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-libs-8.3.30-alt1.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 |
![]() |
rider | php8.3-mbstring-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-mbstring-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-mcrypt-1.0.4-alt3.30.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-mcrypt-debuginfo-1.0.4-alt3.30.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-pcntl-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-pcntl-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-pgsql-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-pgsql-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-readline-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-readline-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-snmp-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-snmp-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-soap-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-soap-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-sockets-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-sockets-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-sodium-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-sodium-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-xmlreader-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-xmlreader-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-xsl-8.3.30-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-xsl-debuginfo-8.3.30-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-zip-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.3-zip-debuginfo-8.3.30-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-bz2-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-bz2-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-calendar-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-calendar-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-curl-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-curl-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-dba-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-dba-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-devel-8.4.17-alt1.x86_64 | buildroot | fail | found paths to buildroot: /usr/share/doc/php8.4-devel-8.4.17/tests/security/open_basedir_linkinfo.sh: export RPM_BUILD_ROOT='/usr/src/tmp/php8.4-buildroot' |
![]() |
rider | php8.4-exif-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-exif-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-fileinfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-fileinfo-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-fpm-fcgi-8.4.17-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | php8.4-fpm-fcgi-8.4.17-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | php8.4-fpm-fcgi-8.4.17-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. |
![]() |
rider | php8.4-fpm-fcgi-8.4.17-alt1.x86_64 | systemd-files-in-etc | warn | Systemd files Policy Draft violation: etc/tmpfiles.d/ is reserved for sysadmin overrides. Please, move /etc/tmpfiles.d/php8.4-fpm.conf to \%_tmpfilesdir/. |
![]() |
rider | php8.4-gd-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-gd-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-gmp-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-gmp-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-ldap-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-ldap-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-libs-8.4.17-alt1.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 |
![]() |
rider | php8.4-mbstring-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-mbstring-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-pcntl-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-pcntl-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-pgsql-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-pgsql-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-readline-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-readline-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-snmp-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-snmp-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-soap-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-soap-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-sockets-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-sockets-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-sodium-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-sodium-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-xmlreader-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-xmlreader-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-xsl-8.4.17-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-xsl-debuginfo-8.4.17-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-zip-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.4-zip-debuginfo-8.4.17-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-bz2-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-bz2-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-calendar-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-calendar-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-curl-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-curl-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-dba-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-dba-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-devel-8.5.2-alt1.x86_64 | buildroot | fail | found paths to buildroot: /usr/share/doc/php8.5-devel-8.5.2/tests/security/open_basedir_linkinfo.sh: export RPM_BUILD_ROOT='/usr/src/tmp/php8.5-buildroot' |
![]() |
rider | php8.5-exif-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-exif-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-fileinfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-fileinfo-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-fpm-fcgi-8.5.2-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | php8.5-fpm-fcgi-8.5.2-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | php8.5-fpm-fcgi-8.5.2-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. |
![]() |
rider | php8.5-fpm-fcgi-8.5.2-alt1.x86_64 | systemd-files-in-etc | warn | Systemd files Policy Draft violation: etc/tmpfiles.d/ is reserved for sysadmin overrides. Please, move /etc/tmpfiles.d/php8.5-fpm.conf to \%_tmpfilesdir/. |
![]() |
rider | php8.5-gd-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-gd-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-gmp-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-gmp-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-ldap-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-ldap-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-libs-8.5.2-alt1.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 |
![]() |
rider | php8.5-libs-8.5.2-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/php8.5-libs-8.5.2-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/php.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | php8.5-mbstring-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-mbstring-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-pcntl-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-pcntl-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-pgsql-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-pgsql-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-readline-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-readline-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-snmp-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-snmp-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-soap-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-soap-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-sockets-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-sockets-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-sodium-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-sodium-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-xmlreader-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-xmlreader-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-xsl-8.5.2-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-xsl-debuginfo-8.5.2-alt1.1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-zip-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | php8.5-zip-debuginfo-8.5.2-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | policycoreutils-gui-3.9-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/selinux-polgengui.desktop: warning: value "Tool zur Erstellung von SELinux-Richtlinien" for key "Comment[de]" in group "Desktop Entry" looks the same as that of key "Name[de]" |
![]() |
rider | policycoreutils-mcstransd-3.9-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/mcstrans: not systemd compatible: lsb init header missing and mcstrans.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | policycoreutils-restorecond-3.9-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/restorecond: not systemd compatible: lsb init header missing and restorecond.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | policycoreutils-sandbox-3.9-alt1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | policycoreutils-sandbox-3.9-alt1.x86_64 | init-condrestart | warn | /etc/rc.d/init.d/sandbox: 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/sandbox: 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. |
![]() |
rider | policycoreutils-sandbox-3.9-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/sandbox: not systemd compatible: lsb init header missing and sandbox.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | povray-common-3.7.0.10-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. |
![]() |
rider | powertop-2.15-alt2.gitd3d1062.x86_64 | init-lsb | fail | /etc/rc.d/init.d/powertop: not systemd compatible: lsb init header missing and powertop.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | psi-1.5-alt2.1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | punesemu-0.111-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/io.github.punesemu.puNES.desktop: warning: value "Nintendo Entertainment System emulator" for key "Comment" in group "Desktop Entry" looks the same as that of key "GenericName" |
![]() |
rider | python3-module-tbb-debuginfo-2022.3.0-alt1.x86_64 | buildroot | fail | found paths to buildroot: /usr/lib/debug/usr/lib64/python3/site-packages/tbb/_api.cpython-313.so.debug: |
![]() |
rider | qalculate-common-5.9.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. |
![]() |
rider | qalculate-common-5.9.0-alt1.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | qalculate-gtk-5.3.0-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/qalculate-gtk.desktop: hint: value "GTK;Utility;Calculator;Education;Science;Math;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/qalculate-gtk.desktop: hint: value "GTK;Utility;Calculator;Education;Science;Math;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | qvge-0.7.0-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/qvge.desktop: hint: value "Graphics;2DGraphics;Education;Science;DataVisualization;ComputerScience;Math;Viewer;Development;Qt;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/qvge.desktop: hint: value "Graphics;2DGraphics;Education;Science;DataVisualization;ComputerScience;Math;Viewer;Development;Qt;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/qvge.desktop: hint: value "Graphics;2DGraphics;Education;Science;DataVisualization;ComputerScience;Math;Viewer;Development;Qt;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | qvge-0.7.0-alt1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | qwinff-0.2.1-alt1.x86_64 | freedesktop-desktop | warn | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/qwinff.desktop: error: file contains multiple keys named "GenericName[it]" in group "Desktop Entry" |
![]() |
rider | qwinff-0.2.1-alt1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | shapercontrol-1.5.7-alt2.noarch | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | sigviewer-0.6.4-alt5.git.f62f8d9.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | skinlf-6.7-alt3.1.src | unmet-dependency-build-missing-package | fail | build dependency ant-nodeps not found. |
![]() |
rider | snapper-0.13.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | snapper-backup-0.13.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | snmptt-1.5-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
rider | source-highlight-3.1.9-alt1.git.904949c.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. |
![]() |
rider | spawn-fcgi-1.6.6-alt1.x86_64 | file-in-usr-marked-as-conffile | warn | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
![]() |
rider | spawn-fcgi-1.6.6-alt1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | spawn-fcgi-1.6.6-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/spawn-fcgi-1.6.6-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/spawn-fcgi.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | synaptic-0.58-alt30.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. |
![]() |
rider | teeworlds-server-0.7.5-alt2.x86_64 | init-lsb | fail | /etc/rc.d/init.d/teeworlds-ctf: not systemd compatible: lsb init header missing and teeworlds-ctf.service is not present. /etc/rc.d/init.d/teeworlds-dm: not systemd compatible: lsb init header missing and teeworlds-dm.service is not present. /etc/rc.d/init.d/teeworlds-tdm: not systemd compatible: lsb init header missing and teeworlds-tdm.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | teeworlds-server-0.7.5-alt2.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. |
![]() |
rider | thinkfan-2.0.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | tinyxml-2.6.2-alt2.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 |
![]() |
rider | tor-0.4.8.22-alt1.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. |
![]() |
rider | tor-0.4.8.22-alt1.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
rider | tor-0.4.8.22-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/tor: not systemd compatible: lsb init header missing and tor.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | tor-0.4.8.22-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/tor-0.4.8.22-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/tor.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | toxcore-bootstrapd-0.2.21-alt2.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | transmission-4.0.6-alt5.src | altlinux-policy-obsolete-buildreq | warn | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
![]() |
rider | transmission-daemon-4.0.6-alt5.x86_64 | init-lsb | fail | /etc/rc.d/init.d/transmission-daemon: not systemd compatible: lsb init header missing and transmission-daemon.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | tremulous-server-1.2.0-alt4.1.x86_64 | init-but-no-native-systemd | info | The package have SysV init script(s) but no native systemd files. |
![]() |
rider | tremulous-server-1.2.0-alt4.1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/tremulous: not systemd compatible: lsb init header missing and tremulous.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | uefitool-0.28.0-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/uefitool.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). |
![]() |
rider | ufoai-2.5-alt6.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | ufoai-server-2.5-alt6.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | ufoai-tools-2.5-alt6.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. |
![]() |
rider | ufoai-tools-2.5-alt6.x86_64 | freedesktop-desktop | warn | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/uforadiant.desktop: error: file contains multiple keys named "StartupNotify" in group "Desktop Entry" /usr/share/applications/uforadiant.desktop: hint: value item "3DGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics |
![]() |
rider | ufoai-tools-2.5-alt6.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | unison-gui-2.53.8-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/unison.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). |
![]() |
rider | unison-gui-2.53.8-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/unison.desktop: hint: value "Utility;System;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | urlview-0.9-alt3.x86_64 | altlinux-policy-description-too-much-space | info | Description has 3 empty lines in a row. Format description properly. Beware of errors with %ifs/%endifs. |
![]() |
rider | urlview-0.9-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | urlview-debuginfo-0.9-alt3.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
rider | vlc-mini-3.0.23-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. |
![]() |
rider | xfsprogs-6.18.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | xgnokii-0.6.31-alt4.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/xgnokii.desktop: hint: value "Utility;TelephonyTools;Calendar;ContactManagement;Office;GTK;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
rider | xl2tpd-1.3.19-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/xl2tpd: not systemd compatible: lsb init header missing and xl2tpd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | xl2tpd-1.3.19-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/xl2tpd-1.3.19-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/xl2tpd.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | xmedcon-0.25.3-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/xmedcon.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). |
![]() |
rider | xmedcon-0.25.3-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/xmedcon.desktop: warning: value "XMedcon" for key "Comment" in group "Desktop Entry" looks the same as that of key "Name" |
![]() |
rider | xmedcon-0.25.3-alt1.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 |
![]() |
rider | xsp-4.7.1-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libfpm_helper.so but just /usr/lib64/libfpm_helper.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libfpm_helper.so should be placed in a special subpackage named lib |
![]() |
rider | xye-0.12.2-alt1.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. |
![]() |
rider | xye-0.12.2-alt1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
rider | zfs-utils-2.4.0-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/zfs-utils-2.4.0-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/60-zvol.rules /usr/lib/udev/rules.d/69-vdev.rules /usr/lib/udev/rules.d/90-zfs.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
rider | zfs-utils-2.4.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | zfs-zed-2.4.0-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
rider | zoneminder-1.37.74-alt1.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. |
![]() |
rider | zoneminder-1.37.74-alt1.x86_64 | init-condrestart | fail | /etc/rc.d/init.d/zoneminder: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix. |
![]() |
rider | zoneminder-1.37.74-alt1.x86_64 | init-lsb | fail | /etc/rc.d/init.d/zoneminder: not systemd compatible: lsb init header missing and zoneminder.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
rider | zoneminder-1.37.74-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/zoneminder-1.37.74-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/zoneminder.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
rider | zoneminder-api-1.37.74-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. |
![]() |
sbolshakov | ir-keytable-1.32.0-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/ir-keytable-1.32.0-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/70-infrared.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
sbolshakov | libv4l-1.32.0-alt1.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
sbolshakov | minidlna-1.3.3-alt2.x86_64 | init-lsb | fail | /etc/rc.d/init.d/minidlna: not systemd compatible: lsb init header missing and minidlna.service is not present. See http://www.altlinux.org/Services_Policy for details. |
![]() |
sbolshakov | qv4l2-1.32.0-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/qv4l2.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). |
![]() |
sbolshakov | qvidcap-1.32.0-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/qvidcap.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). |
![]() |
sbolshakov | v4l-utils-1.32.0-alt1.x86_64 | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
sem | etcnet-0.9.35-alt1.noarch | init-condrestart | warn | /etc/rc.d/init.d/network: 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/network: 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. |
![]() |
sem | hostname-hook-hosts-5.2.11-alt1.noarch | missing-url | info | Missing Url: in a package. |
![]() |
shaba | dmeventd-1.02.212-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | dmsetup-1.02.212-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/dmsetup-1.02.212-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/10-dm.rules /usr/lib/udev/rules.d/11-dm-lvm.rules /usr/lib/udev/rules.d/13-dm-disk.rules /usr/lib/udev/rules.d/95-dm-notify.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
shaba | gerbera-2.6.1-alt1.src | specfile-useradd-n | warn | -n in useradd is compat option and can be removed any time. Use -N instead. |
![]() |
shaba | gerbera-2.6.1-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | guacd-1.6.0-alt2.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | hivex-1.3.24-alt1.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 |
![]() |
shaba | kea-common-3.0.2-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/kea-common-3.0.2-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/kea.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
shaba | kea-ctrl-agent-3.0.2-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | kea-dhcp-ddns-3.0.2-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | kea-dhcp4-3.0.2-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | kea-dhcp6-3.0.2-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | kea-doc-3.0.2-alt1.noarch | big-changelog | info | Package contains big ChangeLog. Gzip it. |
![]() |
shaba | libdevmapper-event-1.02.212-alt1.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libdevmapper-event-lvm2.so but just /usr/lib64/libdevmapper-event-lvm2.so.2.03. According to SharedLibs Policy Draft, symlink /usr/lib64/libdevmapper-event-lvm2.so should be placed in a special subpackage named lib |
![]() |
shaba | libguac-client-kubernetes-1.6.0-alt2.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libguac-client-kubernetes.so but just /usr/lib64/libguac-client-kubernetes.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libguac-client-kubernetes.so should be placed in a special subpackage named lib |
![]() |
shaba | libguac-client-rdp-1.6.0-alt2.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libguac-client-rdp.so but just /usr/lib64/libguac-client-rdp.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libguac-client-rdp.so should be placed in a special subpackage named lib |
![]() |
shaba | libguac-client-ssh-1.6.0-alt2.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libguac-client-ssh.so but just /usr/lib64/libguac-client-ssh.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libguac-client-ssh.so should be placed in a special subpackage named lib |
![]() |
shaba | libguac-client-telnet-1.6.0-alt2.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libguac-client-telnet.so but just /usr/lib64/libguac-client-telnet.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libguac-client-telnet.so should be placed in a special subpackage named lib |
![]() |
shaba | libguac-client-vnc-1.6.0-alt2.x86_64 | altlinux-policy-shared-lib-contains-devel-so | info | SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libguac-client-vnc.so but just /usr/lib64/libguac-client-vnc.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libguac-client-vnc.so should be placed in a special subpackage named lib |
![]() |
shaba | libguac-devel-1.6.0-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. |
![]() |
shaba | lvm2-2.03.38-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/lvm2-2.03.38-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/lvm2.conf sisyphus_check: check-fhs ERROR: FHS violation /ALT/Sisyphus/files/x86_64/RPMS/lvm2-2.03.38-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/69-dm-lvm.rules sisyphus_check: check-udev ERROR: udev rules path violation |
![]() |
shaba | lvm2-cmirrord-2.03.38-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | lvm2-lockd-2.03.38-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | podman-5.7.1-alt1.x86_64 | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/x86_64/RPMS/podman-5.7.1-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/podman.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
shaba | podman-5.7.1-alt1.x86_64 | systemd-but-no-native-init | experimental | The package have native systemd file(s) but no SysV init scripts. |
![]() |
shaba | podman-docker-5.7.1-alt1.noarch | sisyphus_check | fail | sisyphus_check failed: /ALT/Sisyphus/files/noarch/RPMS/podman-docker-5.7.1-alt1.noarch.rpm: Invalid path names: /usr/lib/tmpfiles.d/podman-docker.conf sisyphus_check: check-fhs ERROR: FHS violation |
![]() |
shad | hidamari-3.6-alt1.noarch | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/io.github.jeffshee.Hidamari.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). |
![]() |
shad | plasma-addon-smart-video-wallpaper-reborn-2.9.0-alt1.noarch | altlinux-find-lang-mo | warn | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
![]() |
shad | songrec-0.5.0-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/re.fossplant.songrec.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). |
![]() |
shad | songrec-0.5.0-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/re.fossplant.songrec.desktop: hint: value "Utility;GTK;Audio;AudioVideo;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
snk | viking-1.11-alt1.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. |
![]() |
vanomj | deadbeef-1.9.6-alt2.x86_64 | freedesktop-desktop | warn | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/deadbeef.desktop: error: value "Play;Pause;Toggle Pause;Stop;Next;Prev;" for key "Actions" in group "Desktop Entry" contains invalid action identifier "Toggle Pause", only alphanumeric characters and '-' are allowed /usr/share/applications/deadbeef.desktop: error: file contains group "Desktop Action Toggle Pause", which has an invalid action identifier, only alphanumeric characters and '-' are allowed /usr/share/applications/deadbeef.desktop: error: action group "Desktop Action Next" exists, but there is no matching action "Next" /usr/share/applications/deadbeef.desktop: error: action group "Desktop Action Stop" exists, but there is no matching action "Stop" /usr/share/applications/deadbeef.desktop: error: action group "Desktop Action Prev" exists, but there is no matching action "Prev" |
![]() |
vanomj | media-downloader-5.4.6-alt1.x86_64 | iconsdir | experimental | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
![]() |
viy | GMT-common-6.4.0-alt1_11.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/share/gmt/tools/gmt_prepmex.sh: $ grep /tmp/ /usr/share/gmt/tools/gmt_prepmex.sh # First get a reliable absolute path to the bundle's top directory pushd $(dirname $0) > /dev/null BUNDLEDIR=$(pwd | sed sB/Contents/Resources/share/toolsBBg) popd > /dev/null # Set path to the new gmt installation MEXGMT5DIR=/tmp/$$/gmt # Set path to additional subdirectories MEXLIBDIR=$MEXGMT5DIR/lib MEXINCDIR=$MEXGMT5DIR/include MEXSHADIR=$MEXGMT5DIR/share MEXBINDIR=$MEXGMT5DIR/bin cp -r etc usr $MEXBINDIR # Now copy the lib files printf "gmt_prepmex.sh: Copy and rename libraries\n" >&2 cd $BUNDLEDIR/Contents/Resources/lib # Find a list of all libs shipped with the OSX bundle, except our own: ls *.dylib | egrep -v 'libgmt.dylib|libpostscriptlight.dylib' > /tmp/l.lis # For each, duplicate into /opt/gmt but add a leading X to each name while read lib; do new=$(echo $lib | awk '{printf "libX%s\n", substr($1,4)}') cp $lib $MEXLIBDIR/$new done < /tmp/l.lis # Copy the supplement shared plugin cp gmt/plugins/supplements.so $MEXLIBDIR/gmt/plugins cd $MEXLIBDIR ls *.dylib > /tmp/l.lis printf "gmt_prepmex.sh: Rebaptize libraries\n" >&2 # For all libs in $MEXLIBDIR, change internal references to contain the leading "X" while read lib; do otool -L $lib | grep executable_path | awk '{print $1}' > /tmp/t.lis let k=1 while read old; do new=$(echo $old | awk -F/ '{printf "libX%s\n", substr($NF,4)}') if [ $k -eq 1 ]; then # Do the id change was=$(echo $lib | awk -F/ '{print substr($1,4)}') install_name_tool -id /opt/gmt/lib/$new $lib else install_name_tool -change $old /opt/gmt/lib/$new $lib fi let k=k+1 done < /tmp/t.lis done < /tmp/l.lis # Set links to the new libs ln -s libXgmt.dylib libgmt.dylib ln -s libXpostscriptlight.dylib libpostscriptlight.dylib ln -s libXgmt.6.dylib libXgmt.dylib ln -s libXpostscriptlight.6.dylib libXpostscriptlight.dylib -- fi fi # Do plugin supplement separately since not called lib* cd gmt/plugins otool -L supplements.so | grep executable_path | awk '{print $1}' > /tmp/t.lis let k=1 while read old; do new=$(echo $old | awk -F/ '{printf "libX%s\n", substr($NF,4)}') install_name_tool -change $old /opt/gmt/lib/$new supplements.so let k=k+1 done < /tmp/t.lis # Do bin dir cd $MEXBINDIR otool -L gmt | grep executable_path | awk '{print $1}' > /tmp/t.lis let k=1 while read old; do new=$(echo $old | awk -F/ '{printf "libX%s\n", substr($NF,4)}') install_name_tool -change $old /opt/gmt/lib/$new gmt let k=k+1 done < /tmp/t.lis chmod -R ugo+r $MEXGMT5DIR printf "gmt_prepmex.sh: Install /opt/gmt\n" >&2 sudo cp -fpR $MEXGMT5DIR /opt rm -rf /tmp/$$ cd $here version=$(/opt/gmt/bin/gmt-config --version) # Report cat << EOF >&2 gmt_prepmex.sh: Made updated GMT $version installation in /opt/gmt |
![]() |
vladp | constrict-25.10-alt2.noarch | freedesktop-categories | warn | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/io.github.wartybix.Constrict.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). |
![]() |
zerg | alt-identify-client-1.0.11-alt1.x86_64 | missing-url | info | Missing Url: in a package. |
![]() |
zerg | calligra-core-25.08.3-alt1.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. |
![]() |
zerg | calligra-karbon-25.08.3-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.kde.calligra.karbon.desktop: hint: value "Qt;KDE;Graphics;Office;VectorGraphics;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu /usr/share/applications/org.kde.calligra.karbon.desktop: hint: value item "VectorGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics;2DGraphics |
![]() |
zerg | calligra-stage-25.08.3-alt1.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. |
![]() |
zerg | marble-25.12.2-alt1.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. |
![]() |
zerg | marble-25.12.2-alt1.x86_64 | freedesktop-desktop | info | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.kde.marble.behaim.desktop: hint: value "Qt;KDE;Education;Geoscience;Geography;Science;Maps;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
![]() |
zerg | marble-addon-maps-25.12.2-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. |
![]() |
zerospirit | beets-2.5.1-alt1.src | requires-ImageMagick | info | Dependency on ImageMagick (compat package) found. It probably should be replaced with more specific dependency like /usr/bin/convert or ImageMagick-tools, or it can be already autodetected by findreq-shell. |
![]() |
zidex | itop-apache2-3.2.2-alt2.noarch | altlinux-policy-obsolete-httpd2-reload | info | This package contains httpd2 restart/reload calls in its post/un scripts. But those calls are deprecated by httpd2.filetrigger that activates by files in /etc/httpd2/ or %_libdir/apache2/modules/. It should be safe to remove those calls and rely on the filetrigger instead. |