Repocop reports for by-leader klark

  rpm id test status message
alterator-firsttime-0.4-alt3.noarch init-lsb fail /etc/rc.d/init.d/ahttpd-firsttime: not systemd compatible: lsb init header missing and ahttpd-firsttime.service is not present. See http://www.altlinux.org/Services_Policy for details.
fsprot-control-1.0-alt1.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-altboot-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-cifs-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-core-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-doc-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-getimage-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-interactive-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-liverw-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-localdev-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-nfs-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-waitdev-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
make-initrd-bootchain-waitnet-0.1.5-alt31.noarch missing-url info Missing Url: in a package.
pc-test-2.1.8-alt1.noarch freedesktop-categories warn Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/pc-test.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).
pc-test-2.1.8-alt1.noarch freedesktop-desktop info desktop-file-validate utility printed the following message(s): /usr/share/applications/pc-test.desktop: hint: value "ConsoleOnly;System;Utility;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
system-restore-0.85-alt1.noarch unsafe-tmp-usage-in-scripts fail The test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/bin/system-restore: $ grep /tmp/ /usr/bin/system-restore # Creating a file to turn off or reboot the computer and making # it executable: this is necessary to unmount the /mnt/autorun # partition from which the autorun script is launched # if [ "$finalact" ]; then cat >/tmp/finish.sh <<-EOF #!/bin/sh umount $quiet $verbose "\$1" 2>/dev/null || umount -Rfl $quiet $verbose -- "\$1" $finalact exit 1 -- if run mountpoint -q /tmp; then will_run mount -o remount,exec $verbose /tmp mount -o remount,exec $verbose /tmp 2>/dev/null ||: fi run chmod $quiet $verbose -- 0755 /tmp/finish.sh fi # Final cleaning and shutdown or restart the computer # if [ -z "$quiet" ]; then -- echo -e "${CLR_WARN}${dummy}${CLR_NORM}" PS1="(${CLR_LC2}DEBUG${CLR_NORM}) # " /bin/bash -i 2>&1 fi # if [ -n "$finalact" ]; then exec /tmp/finish.sh "$(pwd)" $finalact unexpected_error "$progname" "$LINENO" fi

generated by repocop at Thu Apr 30 02:25:45 2026