@gnome	gnome-menus-default-3.38.1-alt1.noarch	rpm-package-is-obsoleted	warn	The package is  obsoleted by the package altlinux-freedesktop-menu-gnome3-0.70-alt2.noarch, but is still alive and in the repository. Consider removing the package, or, if you want the package to be alive, ask the maintainer of altlinux-freedesktop-menu-gnome3-0.70-alt2.noarch to remove Obsoletes: tag.; 
asy	inn-2.7.2-alt1.x86_64	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
asy	inn-2.7.2-alt1.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/share/man/man1/sm.1.xz conflicts with the package screen-message-0.6-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.; 
asy	inn-2.7.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.; 
at	rpm-build-perl-0.85-alt6.noarch	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
cronbuild	proguard-gui-5.3.3-alt3.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/proguard.desktop: warning: value "Java class file shrinker, optimizer, obfuscator and preverifier" for key "Comment" in group "Desktop Entry" looks the same as that of key "GenericName"; 
george	leocad-23.03-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/leocad.desktop: hint: value "Graphics;3DGraphics;Education;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
glebfm	aptitude-0.4.5-alt16.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.; 
glebfm	aptitude-doc-0.4.5-alt16.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.; 
lav	gnunet-0.25.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.; 
lav	gnunet-0.25.2-alt1.x86_64	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
manowar	octave-mapping-1.4.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.; 
manowar	octave-octclip-2.0.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.; 
mike	foo2zjs-20200207-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/bin/foo2hbpl2-wrapper: $ grep /tmp/ /usr/bin/foo2hbpl2-wrapper #%%BeginFeature: *CustomPageSize True #792.000000 612.000000 1 0.000000 0.000000 #pop pop pop pop pop if [ $DEBUG = 0 ]; then TMPFILE=/tmp/cus$$ else TMPFILE=/tmp/custom.ps fi cat >$TMPFILE exec <$TMPFILE tmp=`head 10000 $TMPFILE \ case $NUP in [234689]|1[024568]) PREFILTER="nup";; *) PREFILTER=cat;; esac if [ "$DEBUG" -ge 9 ]; then PREFILTER="tee /tmp/$BASENAME.ps" fi # # Overload -G. If the file name ends with ".icm" or ".ICM" # then convert the ICC color profile to a Postscript CRD, -- GAMMAFILE= fi } if [ $DEBUG -gt 0 ]; then ICCTMP=/tmp/icc else ICCTMP=/tmp/icc$$ fi if [ "" = "$COLOR" ]; then COLORMODE= GAMMAFILE= -- # CRD GAMMAFILE="" GAMMAFILE="$GAMMAFILE $CRDBASE/${model}cms" GAMMAFILE="$GAMMAFILE $CRDBASE/$SCREEN" # Black text... TMPFILE2=/tmp/black$$ cat $CRDBASE/black-text.ps - >$TMPFILE2 exec <$TMPFILE2 ;; *.crd) GAMMAFILE="$CRDBASE/prolog.ps" Found error in /usr/bin/foo2ddst-wrapper: $ grep -A5 -B5 /tmp/ /usr/bin/foo2ddst-wrapper #%%BeginFeature: *CustomPageSize True #792.000000 612.000000 1 0.000000 0.000000 #pop pop pop pop pop if [ $DEBUG = 0 ]; then TMPFILE=/tmp/cus$$ else TMPFILE=/tmp/custom.ps fi cat >$TMPFILE exec <$TMPFILE tmp=`head -n 10000 $TMPFILE \ -- case $NUP in [234689]|1[024568]) PREFILTER="nup";; *) PREFILTER=cat;; esac if [ "$DEBUG" -ge 9 ]; then PREFILTER="tee /tmp/$BASENAME.ps" fi # # Overload -G. If the file name ends with ".icm" or ".ICM" # then convert the ICC color profile to a Postscript CRD, -- GAMMAFILE= fi } if [ $DEBUG -gt 0 ]; then ICCTMP=/tmp/icc else ICCTMP=/tmp/icc$$ fi if [ "" = "$COLOR" ]; then COLORMODE= GAMMAFILE=; 
savoptik	brltty-6.8-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.; 
savoptik	brltty-6.8-alt2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
savoptik	brltty-6.8-alt2.x86_64	bin-permissions	info	not executable file /usr/bin/brltty-prologue.tcl; ; 
savoptik	brltty-6.8-alt2.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/brltty-6.8-alt2.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/brltty.conf sisyphus_check: check-fhs ERROR: FHS violation /ALT/Sisyphus/files/x86_64/RPMS/brltty-6.8-alt2.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/90-brltty-hid.rules /usr/lib/udev/rules.d/90-brltty-uinput.rules /usr/lib/udev/rules.d/90-brltty-usb-customized.rules /usr/lib/udev/rules.d/90-brltty-usb-generic.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
savoptik	brltty-6.8-alt2.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
sin	flashrom-1.6.0-alt1.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/flashrom-1.6.0-alt1.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/60_flashrom.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
sin	sweethome3d-3dmodels-7.5-alt1.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.; 
sin	sweethome3d-7.5-alt1.1.x86_64	altlinux-java-forbidden-requires	fail	The package has JVM-specific Requires: java-1.8.0-openjdk. Those requires are often due to packaging errors and also specifically forbidden by Java Packageing Policy. If you really really need it, write it in more indirect way.; 
sin	sweethome3d-7.5-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.; 
sin	sweethome3d-7.5-alt1.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.; 
sin	sweethome3d-textures-7.5-alt1.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.; 
toni	shutter-0.99.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/shutter.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).; 
viy	3dprinter-udev-rules-0.4-alt1_2.noarch	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/noarch/RPMS/3dprinter-udev-rules-0.4-alt1_2.noarch.rpm: invalid udev rules path: /usr/lib/udev/rules.d/66-3dprinter.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
viy	CardManager-3-alt1_17jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/CardManager.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).; 
viy	CardManager-3-alt1_17jpp11.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	CharLS-2.4.2-alt2.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.; 
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; 
viy	Mars-4.5-alt6_17jpp11.noarch	altlinux-java-forbidden-requires	fail	The package has JVM-specific Requires: java-1.8.0-openjdk. Those requires are often due to packaging errors and also specifically forbidden by Java Packageing Policy. If you really really need it, write it in more indirect way.; 
viy	Mars-4.5-alt6_17jpp11.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/Mars.desktop: hint: value item "Emulator" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: System, or Game; 
viy	OpenStego-0.7.4-alt1_2jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/openstego.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).; 
viy	OpenStego-0.7.4-alt1_2jpp11.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	TurionPowerControl-0.44-alt1.rc2p.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	X-multiseat-preinit-0.02-alt1.noarch	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
viy	abe-1.1-alt5_53.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.; 
viy	acheck-0.5.4-alt1_0.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.; 
viy	adanaxisgpl-1.2.5-alt4_42.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.; 
viy	adobe-mappings-cmap-devel-20231115-alt1_2.noarch	altlinux-policy-rpm-macros-packaging	warn	package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging; 
viy	adobe-mappings-pdf-devel-20190401-alt1_5.noarch	altlinux-policy-rpm-macros-packaging	warn	package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging; 
viy	alevt-1.8.1-alt1_3.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/alevt.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).; 
viy	alevt-1.8.1-alt1_3.x86_64	freedesktop-desktop	warn	desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/alevt.desktop: error: (will be fatal in the future): value item "Video" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: AudioVideo; 
viy	alevt-1.8.1-alt1_3.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	alienblaster-1.1.0-alt2_39.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.; 
viy	alleyoop-0.9.8-alt1_9.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/alleyoop.desktop: hint: value item "GNOME" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: GTK; 
viy	altlinux-freedesktop-menu-gnome3-0.70-alt2.noarch	rpm-obsolete-live-package	info	The package obsoletes the package gnome-menus-default-3.38.1-alt1.noarch, but the package gnome-menus-default-3.38.1-alt1.noarch is still alive and in the repository. Ask its maintainer to remove it, or, if it should not be removed, remove the Obsoletes: tag. Do not forget to add explicit conflicts with the other package if nessessary.; 
viy	amoebax-0.2.1-alt1_31.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.; 
viy	amtterm-1.6-alt1_23.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/gamt.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).; 
viy	amtterm-1.6-alt1_23.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/gamt.desktop: hint: value "GTK;System;Network;Utility;" 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/gamt.desktop: hint: value "GTK;System;Network;Utility;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
viy	and-1.2.2-alt3_24.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	aqute-bnd-6.2.0-alt1_2jpp11.noarch	rpm-filesystem-conflict-file-file	warn	File /etc/ant.d/aqute-bnd conflicts with the package aqute-bnd4-4.3.1-alt4_4jpp11.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	aqute-bnd4-4.3.1-alt4_4jpp11.noarch	rpm-filesystem-conflict-file-file	warn	File /etc/ant.d/aqute-bnd conflicts with the package aqute-bnd-6.2.0-alt1_2jpp11.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	asoundconf-1.2-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	asoundconf-gtk-1.2-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	aspell-ru-lebedev-0.99g5-alt15.x86_64	rpm-obsolete-live-package	info	The package obsoletes the package aspell-ru-0.99f7-alt1.x86_64, but the package aspell-ru-0.99f7-alt1.x86_64 is still alive and in the repository. Ask its maintainer to remove it, or, if it should not be removed, remove the Obsoletes: tag. Do not forget to add explicit conflicts with the other package if nessessary.; 
viy	aspell-ru-rk-1.1-alt8.x86_64	missing-url	info	Missing Url: in a package.; 
viy	aspell-ru-rk-1.1-alt8.x86_64	rpm-obsolete-live-package	info	The package obsoletes the package aspell-ru-0.99f7-alt1.x86_64, but the package aspell-ru-0.99f7-alt1.x86_64 is still alive and in the repository. Ask its maintainer to remove it, or, if it should not be removed, remove the Obsoletes: tag. Do not forget to add explicit conflicts with the other package if nessessary.; 
viy	autoimports-cross-requires-1.0.0-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	autojump-22.5.3-alt1_7.1.noarch	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
viy	autojump-fish-22.5.3-alt1_7.1.noarch	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
viy	autojump-zsh-22.5.3-alt1_7.1.noarch	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
viy	autorepo-altnode-admin-pkgset-0.02-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	autorepo-altnode-admin-scripts-0.14-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	avoision-1.1-alt1_28.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	batik-slideshow-1.14-alt1_3jpp11.noarch	rpm-filesystem-conflict-file-file	warn	File /usr/bin/slideshow conflicts with the package racket-main-8.8-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	blackbox-0.76-alt3.x86_64	altlinux-policy-debian-menu-is-deprecated	warn	package contains deprecated /usr/lib/menu/ files. Please, convert to .desktop files; 
viy	blackbox-0.76-alt3.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	blobwars-2.00-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.; 
viy	boswars-2.8-alt1_3.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.; 
viy	bsd-games-2.17-alt3_81.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	bsd-games-2.17-alt3_81.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/bin/sail conflicts with the package libsail-0.9.8-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	bsh-2.1.0-alt1_5jpp11.noarch	rpm-filesystem-conflict-file-file	warn	File /usr/bin/bsh conflicts with the package schilytools-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.; 
viy	btanks-0.9.8083-alt9.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.; 
viy	buoh-0.8.2-alt3_9.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/fedora-buoh.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).; 
viy	cave9-0.4-alt4_17.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	cdogs-sdl-2.3.2-alt2.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
viy	coan-6.0.1-alt2_29.x86_64	uncompressed-manpages	info	Package contains uncompressed manual pages.; 
viy	color-filesystem-1-alt3.noarch	missing-url	info	Missing Url: in a package.; 
viy	colossus-0.14.0-alt1_24jpp11.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	coquillo-2.0.1-alt1_2.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	csmash-0.6.6-alt4_32.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.; 
viy	dict-dalf-0.1-alt2.noarch	missing-url	info	Missing Url: in a package.; 
viy	dict-jargon-4.3.1-alt3.noarch	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
viy	dogtag-ldapjdk-5.6.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.; 
viy	dopewars-1.5.12-alt2_20.1033svn.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	duel3-0.1-alt3_0.34.20060225.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.; 
viy	duel3-0.1-alt3_0.34.20060225.x86_64	missing-url	info	Missing Url: in a package.; 
viy	duel3-debuginfo-0.1-alt3_0.34.20060225.x86_64	missing-url	info	Missing Url: in a package.; 
viy	e16-1.0.11-alt4.x86_64	altlinux-policy-debian-menu-is-deprecated	warn	package contains deprecated /usr/lib/menu/ files. Please, convert to .desktop files; 
viy	electric-8.09-alt2_18jpp8.noarch	freedesktop-categories	fail	Main Categories consist of those categories that every conforming desktop environment MUST support.(http://standards.freedesktop.org/menu-spec/latest/apa.html). None found in /usr/share/applications/electric.desktop. please, fix.; 
viy	electric-8.09-alt2_18jpp8.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/electric.desktop: hint: value "Electronics;Engineering;" for key "Categories" in group "Desktop Entry" does not contain a registered main category; application might only show up in a "catch-all" section of the application menu; 
viy	electric-8.09-alt2_18jpp8.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	fatcat-1.1.0-alt1.1.x86_64	uncompressed-manpages	info	Package contains uncompressed manual pages.; 
viy	fbg2-0.4-alt3_35.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	fcitx5-configtool-5.1.1-alt3_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/kbd-layout-viewer5.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).; 
viy	fcitx5-data-5.1.2-alt1_1.3.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/fcitx5-configtool.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).; 
viy	fcitx5-data-5.1.2-alt1_1.3.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/org.fcitx.Fcitx5.desktop: hint: value "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; 
viy	fcitx5-libs-5.1.2-alt1_1.3.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; 
viy	fcitx5-migrator-5.1.1-alt3_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/org.fcitx.fcitx5-migrator.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).; 
viy	fcitx5-qt-libfcitx5qt5widgets-5.1.9-alt1_4.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; 
viy	fcitx5-qt-libfcitx5qtdbus-5.1.9-alt1_4.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; 
viy	fcitx5-qt6-5.1.9-alt1_4.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; 
viy	fcitx5-qt6-libfcitx5qt6widgets-5.1.9-alt1_4.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; 
viy	fheroes2-1.1.7-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.; 
viy	firmware-crystalhd-3.10.0-alt3_35.noarch	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/noarch/RPMS/firmware-crystalhd-3.10.0-alt3_35.noarch.rpm: license not found in '/usr/share/license' directory: LicenseRef-Callaway-Redistributable-no-modification-permitted /ALT/Sisyphus/files/noarch/RPMS/firmware-crystalhd-3.10.0-alt3_35.noarch.rpm: invalid udev rules path: /usr/lib/udev/rules.d/20-crystalhd.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
viy	flaw-1.3.2a-alt2_18.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.; 
viy	flaw-1.3.2a-alt2_18.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	fontpackages-devel-1.44-alt8_24.noarch	rpm-filesystem-conflict-file-file	warn	There are file conflicts with the package rpm-build-fedora-compat-fonts-2.0.5-alt2_23.noarch, for example, /usr/share/fontconfig/templates/basic-font-template.conf (15 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.; 
viy	fonts-bitmap-iso8859-2-100dpi-1.0-alt2_45.noarch	fonts.alias	fail	FATAL: /tmp/.private/repocop/repocop-run.jWOU4Tdy/chroot/usr/share/fonts/iso8859-2/100dpi/fonts.alias:; not found -biznet-fotinos-bold-i-normal-sans-0-0-100-100-p-0-iso8859-2 for alias -b&h-lucida-bold-i-normal-sans-0-0-100-100-p-0-iso8859-2; not found -biznet-fotinos-bold-r-normal-sans-0-0-100-100-p-0-iso8859-2 for alias -b&h-lucida-bold-r-normal-sans-0-0-100-100-p-0-iso8859-2; not found -biznet-fotinos-medium-i-normal-sans-0-0-100-100-p-0-iso8859-2 for alias -b&h-lucida-medium-i-normal-sans-0-0-100-100-p-0-iso8859-2; not found -biznet-fotinos-medium-r-normal-sans-0-0-100-100-p-0-iso8859-2 for alias -b&h-lucida-medium-r-normal-sans-0-0-100-100-p-0-iso8859-2; not found -biznet-fotinostypewriter-bold-r-normal-sans-0-0-100-100-m-0-iso8859-2 for alias -b&h-lucidatypewriter-bold-r-normal-sans-0-0-100-100-m-0-iso8859-2; not found -biznet-fotinostypewriter-medium-r-normal-sans-0-0-100-100-m-0-iso8859-2 for alias -b&h-lucidatypewriter-medium-r-normal-sans-0-0-100-100-m-0-iso8859-2; 
viy	fonts-bitmap-iso8859-2-75dpi-1.0-alt2_45.noarch	fonts.alias	fail	FATAL: /tmp/.private/repocop/repocop-run.apZtrrfo/chroot/usr/share/fonts/iso8859-2/75dpi/fonts.alias:; not found -biznet-fotinos-bold-i-normal-sans-0-0-75-75-p-0-iso8859-2 for alias -b&h-lucida-bold-i-normal-sans-0-0-75-75-p-0-iso8859-2; not found -biznet-fotinos-bold-r-normal-sans-0-0-75-75-p-0-iso8859-2 for alias -b&h-lucida-bold-r-normal-sans-0-0-75-75-p-0-iso8859-2; not found -biznet-fotinos-medium-i-normal-sans-0-0-75-75-p-0-iso8859-2 for alias -b&h-lucida-medium-i-normal-sans-0-0-75-75-p-0-iso8859-2; not found -biznet-fotinos-medium-r-normal-sans-0-0-75-75-p-0-iso8859-2 for alias -b&h-lucida-medium-r-normal-sans-0-0-75-75-p-0-iso8859-2; not found -biznet-fotinostypewriter-bold-r-normal-sans-0-0-75-75-m-0-iso8859-2 for alias -b&h-lucidatypewriter-bold-r-normal-sans-0-0-75-75-m-0-iso8859-2; not found -biznet-fotinostypewriter-medium-r-normal-sans-0-0-75-75-m-0-iso8859-2 for alias -b&h-lucidatypewriter-medium-r-normal-sans-0-0-75-75-m-0-iso8859-2; 
viy	fonts-bitmap-knm-new-fixed-1.1-alt4_24.noarch	missing-url	info	Missing Url: in a package.; 
viy	fonts-bitmap-mona-2.90-alt1_29.noarch	fonts.alias	fail	FATAL: /tmp/.private/repocop/repocop-run.gVbRWZWx/chroot/usr/share/fonts/bitmap/mona/fonts.alias:; not found -adobe-helvetica-medium-r-normal--24-240-75-75-p-130-iso8859-1 for alias -mona-gothic-medium-r-normal--24-240-75-75-p-130-iso8859-1; not found -adobe-helvetica-medium-r-normal--18-180-75-75-p-98-iso8859-1 for alias -mona-gothic-medium-r-normal--18-180-75-75-p-98-iso8859-1; not found -adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1 for alias -mona-gothic-medium-r-normal--10-100-75-75-p-56-iso8859-1; not found -adobe-helvetica-bold-r-normal--24-240-75-75-p-138-iso8859-1 for alias -mona-gothic-bold-r-normal--24-240-75-75-p-138-iso8859-1; not found -adobe-helvetica-bold-r-normal--18-180-75-75-p-103-iso8859-1 for alias -mona-gothic-bold-r-normal--18-180-75-75-p-103-iso8859-1; not found -adobe-helvetica-bold-r-normal--10-100-75-75-p-60-iso8859-1 for alias -mona-gothic-bold-r-normal--10-100-75-75-p-60-iso8859-1; not found -adobe-helvetica-medium-o-normal--24-240-75-75-p-130-iso8859-1 for alias -mona-gothic-medium-i-normal--24-240-75-75-p-130-iso8859-1; not found -adobe-helvetica-medium-o-normal--18-180-75-75-p-98-iso8859-1 for alias -mona-gothic-medium-i-normal--18-180-75-75-p-98-iso8859-1; not found -adobe-helvetica-medium-o-normal--10-100-75-75-p-57-iso8859-1 for alias -mona-gothic-medium-i-normal--10-100-75-75-p-57-iso8859-1; not found -adobe-helvetica-bold-o-normal--24-240-75-75-p-138-iso8859-1 for alias -mona-gothic-bold-i-normal--24-240-75-75-p-138-iso8859-1; not found -adobe-helvetica-bold-o-normal--18-180-75-75-p-104-iso8859-1 for alias -mona-gothic-bold-i-normal--18-180-75-75-p-104-iso8859-1; not found -adobe-helvetica-bold-o-normal--10-100-75-75-p-60-iso8859-1 for alias -mona-gothic-bold-i-normal--10-100-75-75-p-60-iso8859-1; not found -sony-fixed-medium-r-normal--24-230-75-75-c-120-jisx0201.1976-0 for alias -mona-gothic-medium-r-normal--24-230-75-75-p-120-jisx0201.1976-0; not found -kappa-fixed-medium-r-normal--20-190-75-75-c-100-jisx0201.1976-0 for alias -mona-gothic-medium-r-normal--20-190-75-75-p-100-jisx0201.1976-0; not found -sony-fixed-bold-r-normal--24-230-75-75-c-120-jisx0201.1976-0 for alias -mona-gothic-bold-r-normal--24-230-75-75-p-120-jisx0201.1976-0; not found -kappa-fixed-bold-r-normal--20-190-75-75-c-100-jisx0201.1976-0 for alias -mona-gothic-bold-r-normal--20-190-75-75-p-100-jisx0201.1976-0; not found -sony-fixed-medium-i-normal--24-230-75-75-c-120-jisx0201.1976-0 for alias -mona-gothic-medium-i-normal--24-230-75-75-p-120-jisx0201.1976-0; not found -kappa-fixed-medium-i-normal--20-190-75-75-c-100-jisx0201.1976-0 for alias -mona-gothic-medium-i-normal--20-190-75-75-p-100-jisx0201.1976-0; not found -sony-fixed-bold-i-normal--24-230-75-75-c-120-jisx0201.1976-0 for alias -mona-gothic-bold-i-normal--24-230-75-75-p-120-jisx0201.1976-0; not found -kappa-fixed-bold-i-normal--20-190-75-75-c-100-jisx0201.1976-0 for alias -mona-gothic-bold-i-normal--20-190-75-75-p-100-jisx0201.1976-0; not found -jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0 for alias -mona-gothic-medium-r-normal--24-230-75-75-p-240-jisx0208.1990-0; not found -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 for alias -mona-gothic-medium-r-normal--20-190-75-75-p-200-jisx0208.1990-0; not found -jis-fixed-bold-r-normal--24-230-75-75-c-240-jisx0208.1983-0 for alias -mona-gothic-bold-r-normal--24-230-75-75-p-240-jisx0208.1990-0; not found -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 for alias -mona-gothic-bold-r-normal--20-190-75-75-p-200-jisx0208.1990-0; not found -jis-fixed-medium-i-normal--24-230-75-75-c-240-jisx0208.1983-0 for alias -mona-gothic-medium-i-normal--24-230-75-75-p-240-jisx0208.1990-0; not found -kappa-mincho-medium-i-normal--20-190-75-75-c-200-jisx0208.1990-0 for alias -mona-gothic-medium-i-normal--20-190-75-75-p-200-jisx0208.1990-0; not found -jis-fixed-bold-i-normal--24-230-75-75-c-240-jisx0208.1983-0 for alias -mona-gothic-bold-i-normal--24-230-75-75-p-240-jisx0208.1990-0; not found -kappa-mincho-bold-i-normal--20-190-75-75-c-200-jisx0208.1990-0 for alias -mona-gothic-bold-i-normal--20-190-75-75-p-200-jisx0208.1990-0; 
viy	fonts-bitmap-taipei-1.2-alt1_22.noarch	fonts.alias	fail	FATAL: /tmp/.private/repocop/repocop-run.vyQKnnEw/chroot/usr/share/fonts/bitmap/taipeifonts/fonts.alias:; not found -taipei-fixed-medium-r-normal--16-150-75-75-c-160-big5-0 !ByRPM for alias taipei16; not found -taipei-fixed-medium-r-normal--20-200-75-75-c-200-big5-0 !ByRPM for alias taipeik20; not found -taipei-fixed-medium-r-normal--20-200-75-75-c-200-big5-0 !ByRPM for alias taipeim20; not found -taipei-fixed-medium-r-normal--24-240-75-75-c-240-big5-0 !ByRPM for alias taipeik24; not found -taipei-fixed-medium-r-normal--24-240-75-75-c-240-big5-0 !ByRPM for alias taipeim24; not found taipei16 !ByRPM for alias -taipei-ming-medium-r-normal--16-160-75-75-c-160-big5-0; not found taipeim20 !ByRPM for alias -taipei-ming-medium-r-normal--20-200-75-75-c-200-big5-0; not found taipeim24 !ByRPM for alias -taipei-ming-medium-r-normal--24-240-75-75-c-240-big5-0; not found vga12x24 !ByRPM for alias -vga-fixed-medium-r-normal--24-230-75-75-c-120-iso8859-1; not found -sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1 !ByRPM for alias vga8x16; not found -sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1 !ByRPM for alias 8x16; not found taipei16 !ByRPM for alias -default-ming-medium-r-normal--16-160-72-72-c-160-big5-0; not found taipeim20 !ByRPM for alias -default-ming-medium-r-normal--20-200-72-72-c-200-big5-0; not found taipeim24 !ByRPM for alias -default-ming-medium-r-normal--24-240-72-72-c-240-big5-0; 
viy	fonts-ttf-chinese-opendesktop-1.6.100-alt1_12.noarch	rpm-filesystem-conflict-file-file	warn	Files /usr/share/ghostscript/conf.d/CIDFnmap.zh_TW /usr/share/ghostscript/conf.d/FAPIcidfmap.zh_TW /usr/share/ghostscript/conf.d/cidfmap.zh_TW conflict with the package ghostscript-chinese-zh_TW-0.4.0-alt1_9.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	fonts-ttf-ethiopic-1.0-alt1_17.noarch	missing-url	info	Missing Url: in a package.; 
viy	fonts-ttf-gnu-freefont-common-20120503-alt1_18.noarch	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	fonts-ttf-google-croscore-arimo-1.31.0-alt1_12.noarch	missing-url	info	Missing Url: in a package.; 
viy	fonts-ttf-google-croscore-cousine-1.31.0-alt1_12.noarch	missing-url	info	Missing Url: in a package.; 
viy	fonts-ttf-google-croscore-tinos-1.31.0-alt1_12.noarch	missing-url	info	Missing Url: in a package.; 
viy	fonts-ttf-mona-sazanami-2.90-alt1_29.noarch	altlinux-policy-rpm-group-should-be-ttf	info	RPM group should be 'System/Fonts/True type'.; 
viy	fonts-ttf-mona-vlgothic-2.90-alt1_29.noarch	altlinux-policy-rpm-group-should-be-ttf	info	RPM group should be 'System/Fonts/True type'.; 
viy	fonts-ttf-tifinagh-1.0-alt1_13.noarch	missing-url	info	Missing Url: in a package.; 
viy	fonts-type1-ctan-cm-lgc-0.5-alt3_20.src	altlinux-policy-tex-rpm-build-texmf	warn	According to TeX policy (http://www.altlinux.org/TeXPolicy) packages that install files to /usr/share/texmf should BuildRequires(pre): rpm-build-texmf for the dependency magic to work.; 
viy	fonts-type1-ctan-kerkis-2.0-alt3_26.src	altlinux-policy-tex-rpm-build-texmf	warn	According to TeX policy (http://www.altlinux.org/TeXPolicy) packages that install files to /usr/share/texmf should BuildRequires(pre): rpm-build-texmf for the dependency magic to work.; 
viy	fonts-type1-cyrillic-1.1-alt1_18.noarch	missing-url	info	Missing Url: in a package.; 
viy	garden-1.0.9-alt1_18.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/garden.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).; 
viy	garden-1.0.9-alt1_18.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/bin/garden conflicts with the package python3-module-kivy-garden-0.1.4-alt2.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	ggz-base-libs-0.99.5-alt3_40.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	ggz-base-libs-0.99.5-alt3_40.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; 
viy	ggz-base-libs-devel-0.99.5-alt3_40.x86_64	altlinux-policy-rpm-macros-packaging	warn	package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging; 
viy	ghostscript-chinese-zh_CN-0.4.0-alt1_9.noarch	rpm-filesystem-conflict-file-file	warn	Files /usr/share/ghostscript/conf.d/CIDFnmap.zh_CN /usr/share/ghostscript/conf.d/FAPIcidfmap.zh_CN /usr/share/ghostscript/conf.d/cidfmap.zh_CN conflict with the package fonts-ttf-chinese-opendesktop-1.6.100-alt1_12.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	ghostscript-chinese-zh_TW-0.4.0-alt1_9.noarch	rpm-filesystem-conflict-file-file	warn	Files /usr/share/ghostscript/conf.d/CIDFnmap.zh_TW /usr/share/ghostscript/conf.d/FAPIcidfmap.zh_TW /usr/share/ghostscript/conf.d/cidfmap.zh_TW conflict with the package fonts-ttf-chinese-opendesktop-1.6.100-alt1_12.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	gluegen2-devel-2.5.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.; 
viy	gluegen2-javadoc-2.5.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.; 
viy	grhino-0.16.1-alt1_22.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	grhino-0.16.1-alt1_22.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/grhino.desktop: hint: value item "GNOME" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: GTK; 
viy	grhino-0.16.1-alt1_22.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	gtorrentviewer-0.2b-alt4_56.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	hasher-rich-chroot-0.05-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	hasher-rich-chroot-user-utils-0.05-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	haxima-0.7.1-alt2_39.20120228gitb0a402a.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.; 
viy	haxima-0.7.1-alt2_39.20120228gitb0a402a.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	imagej-1.54c-alt1_1jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/imagej.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).; 
viy	imagej-1.54c-alt1_1jpp11.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	indilib-1.9.0-alt3.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/indilib-1.9.0-alt3.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/80-dbk21-camera.rules /usr/lib/udev/rules.d/99-focusers.rules /usr/lib/udev/rules.d/99-indi_auxiliary.rules /usr/lib/udev/rules.d/99-vantage.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
viy	ispell-he-0.1-alt6.x86_64	missing-url	info	Missing Url: in a package.; 
viy	ispell-ru-rk-1.1-alt8.x86_64	missing-url	info	Missing Url: in a package.; 
viy	ispell-ru-rk-cp1251-1.1-alt8.x86_64	missing-url	info	Missing Url: in a package.; 
viy	itext-rups-2.1.7-alt7_41jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/itext-rups.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).; 
viy	itext-toolbox-2.1.7-alt7_41jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/itext-toolbox.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).; 
viy	jFormatString-javadoc-0-alt1_0.41.20131227gitf159b88jpp11.noarch	altlinux-java-forbidden-requires	fail	The package has JVM-specific Requires: java-1.8.0-javadoc. Those requires are often due to packaging errors and also specifically forbidden by Java Packageing Policy. If you really really need it, write it in more indirect way.; 
viy	java-11-openjdk-devel-11.0.29.0.7-alt1.x86_64	alt-alternatives-vs-ghost	info	Since alternatives 0.4 the practice to own alternative symlinks as ghost files is deprecated. the ghost file /usr/lib/jvm/java-openjdk is an alternative in package java-1.8.0-openjdk-devel-1.8.0.472.b08-alt2.x86_64. Consider removing the ghost file /usr/lib/jvm/java-openjdk.; ; 
viy	java-11-openjdk-devel-11.0.29.0.7-alt1.x86_64	bin-permissions	info	not executable file /usr/bin/serialver; ; 
viy	java-11-openjdk-headless-11.0.29.0.7-alt1.x86_64	alt-alternatives-vs-ghost	info	Since alternatives 0.4 the practice to own alternative symlinks as ghost files is deprecated. the ghost file /usr/lib/jvm/jre-openjdk is an alternative in package java-1.8.0-openjdk-headless-1.8.0.472.b08-alt2.x86_64. Consider removing the ghost file /usr/lib/jvm/jre-openjdk.; ; 
viy	java-11-openjdk-headless-11.0.29.0.7-alt1.x86_64	bin-permissions	info	not executable file /usr/bin/unpack200; y; 
viy	java-11-openjdk-headless-11.0.29.0.7-alt1.x86_64	obsolete-call-in-post-alternatives-0.3	warn	alternatives-* calls in post/preun and in triggers are deprecated; 
viy	java-11-openjdk-javadoc-11.0.29.0.7-alt1.x86_64	alt-alternatives-vs-ghost	info	Since alternatives 0.4 the practice to own alternative symlinks as ghost files is deprecated. the ghost file /usr/share/javadoc/java is an alternative in package java-1.8.0-openjdk-javadoc-1.8.0.472.b08-alt2.noarch. Consider removing the ghost file /usr/share/javadoc/java.; 
viy	java-11-openjdk-javadoc-11.0.29.0.7-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.; 
viy	java-11-openjdk-javadoc-zip-11.0.29.0.7-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.; 
viy	java-common-1.7.0-alt1.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/default-java.desktop: hint: value "X-ALTLinux-Java;" for key "Categories" in group "Desktop Entry" does not contain a registered main category; application might only show up in a "catch-all" section of the application menu; 
viy	java-common-1.7.0-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	java-wakeonlan-1.0.0-alt1_17jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/java-wakeonlan.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).; 
viy	java-wakeonlan-1.0.0-alt1_17jpp11.noarch	rpm-filesystem-conflict-file-file	warn	File /usr/bin/wakeonlan conflicts with the package wakeonlan-0.42-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.; 
viy	jaxodraw-2.0.1-alt1_24jpp8.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/jaxodraw.desktop: hint: value "Graphics;2DGraphics;VectorGraphics;Physics;Science;" 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/jaxodraw.desktop: warning: key "SwallowExec" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle[fr]" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle[de]" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle[it]" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle[es]" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle[fi]" in group "Desktop Entry" is deprecated; /usr/share/applications/jaxodraw.desktop: warning: key "SwallowTitle[se]" in group "Desktop Entry" is deprecated; 
viy	jaxodraw-2.0.1-alt1_24jpp8.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	jaxodraw-2.0.1-alt1_24jpp8.src	altlinux-policy-tex-rpm-build-texmf	warn	According to TeX policy (http://www.altlinux.org/TeXPolicy) packages that install files to /usr/share/texmf should BuildRequires(pre): rpm-build-texmf for the dependency magic to work.; 
viy	jeuclid-mathviewer-3.1.9-alt2_2jpp6.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/jeuclid-mathviewer.desktop: hint: value "Graphics;Math;Science;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
viy	jflex-1.7.0-alt1_10jpp11.noarch	macos-resource-fork-file-in-package	warn	There is a file in the package with a name starting with <tt>._</tt>, the file name pattern used by Mac OS X to store resource forks in non-native file systems.  Such files are generally useless in packages and were usually accidentally included by copying complete directories from the source tarball.; 
viy	jigasi-1.1-alt0.3.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.; 
viy	jikes-1.22-alt2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	jitsi-videobridge-2.3.9258-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.; 
viy	jitsi-videobridge-2.3.9258-alt1.x86_64	buildroot	fail	found paths to buildroot:  /etc/rc.d/init.d/jitsi-videobridge: NAME=/usr/src/tmp/jitsi-videobridge-buildroot/etc/rc.d/init.d/jitsi-videobridge; 
viy	jitsi-videobridge-2.3.9258-alt1.x86_64	init-condrestart	fail	/etc/rc.d/init.d/jitsi-videobridge: 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/jitsi-videobridge: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix.; 
viy	jneuroml-core-1.6.1-alt1_4jpp11.noarch	altlinux-policy-description-too-much-space	info	Description has 3 empty lines in a row. Format description properly. Beware of errors with %ifs/%endifs.; 
viy	jogl2-doc-2.5.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.; 
viy	jpackage-1.8-compat-0.43-alt1.noarch	altlinux-java-forbidden-requires	fail	The package has JVM-specific Requires: java-1.8.0-openjdk-devel. Those requires are often due to packaging errors and also specifically forbidden by Java Packageing Policy. If you really really need it, write it in more indirect way.; 
viy	jpanoramamaker-5.6-alt1_17jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/jpanoramamaker.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).; 
viy	jpanoramamaker-5.6-alt1_17jpp11.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	jwm-2.3.7-alt2_11.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	kanatest-0.4.10-alt1_0.1.D20170810git19dd1a7d.6.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/kanatest.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).; 
viy	kismet-0.0.2023.07.R2-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.; 
viy	lash-0.5.4-alt1_51.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/lash-panel.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).; 
viy	lash-0.5.4-alt1_51.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/lash-panel.desktop: warning: value "LASH Control Panel" for key "Comment" in group "Desktop Entry" looks the same as that of key "GenericName"; 
viy	latex2html-2020.2-alt1.src	altlinux-policy-tex-rpm-build-texmf	warn	According to TeX policy (http://www.altlinux.org/TeXPolicy) packages that install files to /usr/share/texmf should BuildRequires(pre): rpm-build-texmf for the dependency magic to work.; 
viy	libatlascpp-devel-0.6.4-alt1_2.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.; 
viy	libdivecomputer-subsurface-devel-5.0.10-alt1_1.x86_64	library-pkgnames-static	warn	package contains static library which has the same name as a shared library in the repository, but neither package name ends with -devel-static according to http://altlinux.org/Drafts/SharedLibs nor the package explicitly conflicts with the package with .so library; 
viy	liberis-1.3.23-alt2_15.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	libfacet-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libfacet-debuginfo-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libfacet-devel-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libfacet-devel-static-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libfli-1.9.0-alt2_2.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/libfli-1.9.0-alt2_2.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/99-fli.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
viy	libfplll-5.4.4-alt2_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.; 
viy	libfplll-static-5.4.4-alt2_1.x86_64	library-pkgnames-static	warn	package contains static library which has the same name as a shared library in the repository, but neither package name ends with -devel-static according to http://altlinux.org/Drafts/SharedLibs nor the package explicitly conflicts with the package with .so library; 
viy	libgalago-devel-0.5.2-alt1_21.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	libguichan05-devel-0.5.0-alt1_37.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.; 
viy	libifp-1.0.0.2-alt3.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/libifp-1.0.0.2-alt3.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/10-libifp.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
viy	liblcf0-0.8.1-alt1_2.x86_64	rpm-filesystem-conflict-file-file	warn	There are file conflicts with the package shared-mime-info-2.4-alt1.1.x86_64, for example, /usr/share/mime/globs (7 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.; 
viy	liblettertree-devel-0.1-alt1_13.x86_64	missing-url	info	Missing Url: in a package.; 
viy	liblettertree0-0.1-alt1_13.x86_64	missing-url	info	Missing Url: in a package.; 
viy	liblettertree0-debuginfo-0.1-alt1_13.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmapsdb-devel-0.17-alt2.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmilter-devel-static-8.14.3_1-alt1_14.x86_64	rpm-filesystem-conflict-file-file	warn	Files /usr/include/libmilter/mfapi.h /usr/include/libmilter/mfdef.h /usr/include/libmilter/milter.h conflict with the package sendmail-devel-8.18.1-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	libmirisdr4-0.0.20240620-alt1_2.78a874b.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/libmirisdr4-0.0.20240620-alt1_2.78a874b.x86_64.rpm: invalid udev rules path: /usr/lib/udev/rules.d/10-mirisdr.rules sisyphus_check: check-udev ERROR: udev rules path violation; 
viy	libmtquery-0.0.1-alt3.1.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtquery-debuginfo-0.0.1-alt3.1.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtquery-devel-0.0.1-alt3.1.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtquery-devel-static-0.0.1-alt3.1.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtsupport-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtsupport-debuginfo-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtsupport-devel-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libmtsupport-devel-static-0.0.1-alt3.qa5.x86_64	missing-url	info	Missing Url: in a package.; 
viy	libompl-devel-1.6.0-alt1_7.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.; 
viy	libpgf-devel-7.21.7-alt1_7.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.; 
viy	libsdl2_sound-devel-2.0.4-alt1_1.x86_64	rpm-filesystem-conflict-file-file	warn	There are file conflicts with the package libSDL_sound-devel-1.0.3.0.90.53a1-alt1.x86_64, for example, /usr/share/man/man3/SDL_sound.h.3.xz (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.; 
viy	libsexpr-devel-1.3.1-alt1.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/include/cstring.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.; 
viy	libsphinxbase-devel-0.9-alt1_0.0.5prealpha.13.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.; 
viy	libstatgrab-devel-0.92.1-alt1_1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	libstatgrab10-0.92.1-alt1_1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	libtranslit-icu-0.0.3-alt1_48.x86_64	altlinux-policy-shared-lib-contains-devel-so	info	SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libtranslit/modules/libtransliticu.so but just /usr/lib64/libtranslit/modules/libtransliticu.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libtranslit/modules/libtransliticu.so should be placed in a special subpackage named lib<name>-devel. If you have already packaged this symlink in lib<name>-devel, just append \%exclude /usr/lib64/libtranslit/modules/libtransliticu.so to \%files of libtranslit-icu-0.0.3-alt1_48.x86_64. Otherwise, move the symlink into the subpackage lib<name>-devel. There is a known exception for case the .so file is not a shared lib but a plugin that is never directly linked with. Please report such a case to repocop test.; 
viy	libtranslit-m17n-0.0.3-alt1_48.x86_64	altlinux-policy-shared-lib-contains-devel-so	info	SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libtranslit/modules/libtranslitm17n.so but just /usr/lib64/libtranslit/modules/libtranslitm17n.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libtranslit/modules/libtranslitm17n.so should be placed in a special subpackage named lib<name>-devel. If you have already packaged this symlink in lib<name>-devel, just append \%exclude /usr/lib64/libtranslit/modules/libtranslitm17n.so to \%files of libtranslit-m17n-0.0.3-alt1_48.x86_64. Otherwise, move the symlink into the subpackage lib<name>-devel. There is a known exception for case the .so file is not a shared lib but a plugin that is never directly linked with. Please report such a case to repocop test.; 
viy	libxforms-demos-1.2.4-alt1.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/bin/pup conflicts with the package pup-0.4.0-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	libzeitgeist-devel-0.3.18-alt2_7.x86_64	sisyphus_check-check-dirlist	warn	sisyphus_check --check-dirlist failed: package contains a directory /usr/share/vala/vapi that exclusively belongs to package vapi-common; 
viy	love-11.4-alt1_1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/love.desktop: hint: value "Development;Game;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
viy	love-11.4-alt1_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.; 
viy	love0.10-0.10.2-alt1_1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/love0.10.desktop: hint: value "Development;Game;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
viy	love0.10-0.10.2-alt1_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.; 
viy	lpairs-1.0.5-alt1_16.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	lpairs-1.0.5-alt1_16.x86_64	rpm-package-is-obsoleted	warn	The package is  obsoleted by the package lpairs2-2.3.2-alt1.x86_64, but is still alive and in the repository. Consider removing the package, or, if you want the package to be alive, ask the maintainer of lpairs2-2.3.2-alt1.x86_64 to remove Obsoletes: tag.; 
viy	matchbox-keyboard-0.1-alt1_10.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	maven-openjdk8-0.01-alt1.noarch	altlinux-java-forbidden-requires	fail	The package has JVM-specific Requires: java-1.8.0-openjdk-devel. Those requires are often due to packaging errors and also specifically forbidden by Java Packageing Policy. If you really really need it, write it in more indirect way.; 
viy	maven-openjdk8-0.01-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	maven3-transaction-1.0.1-alt0.9jpp.noarch	missing-url	info	Missing Url: in a package.; 
viy	maxr-0.2.6-alt2_3.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.; 
viy	mjpg-streamer-1.0_pre.1593783066.85f89a8-alt1.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.; 
viy	mjpg-streamer-1.0_pre.1593783066.85f89a8-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	moon-buggy-1.0.51-alt2_38.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	musitorius-0.4.0-alt3.x86_64	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
viy	musitorius-0.4.0-alt3.x86_64	init-lsb	fail	/etc/rc.d/init.d/musitorius: not systemd compatible: lsb init header missing and musitorius.service is not present.  See http://www.altlinux.org/Services_Policy for details.; 
viy	mythes-el-0.20070412-alt1_30.noarch	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
viy	nazghul-0.7.1-alt2_39.20120228gitb0a402a.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	netembryo-0.1.1-alt2_5.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; 
viy	nodejs-symlink-bridge-0.0.3-alt1.noarch	missing-url	info	Missing Url: in a package.; 
viy	nopaste-1.013-alt1_1.noarch	unmet-dependency-no-suitable-version	fail	install dependency perl-App-Nopaste has no suitable version.; 
viy	octave-octproj-3.0.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.; 
viy	openas2-2.10.0-alt4_9jpp11.noarch	altlinux-policy-description-too-much-space	info	Description has 3 empty lines in a row. Format description properly. Beware of errors with %ifs/%endifs.; 
viy	openas2-2.10.0-alt4_9jpp11.noarch	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	opencsg-1.5.0-alt1_2.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; 
viy	openstack-java-resteasy-connector-3.2.9-alt1_9jpp11.noarch	altlinux-policy-description-has-tags	fail	Description contains tags such as Provides/Requires/BuildRequires. Beware of errors with %ifs/%endifs!; 
viy	openxcom-extended-8.1.5-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.; 
viy	opticalraytracer-2.7-alt3_12jpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/opticalraytracer.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).; 
viy	ossp-uuid-1.6.2-alt2.x86_64	rpm-filesystem-conflict-symlink-symlink	warn	value of symlink /usr/bin/uuid is different from the same symlink in the package uuid-2.3.9-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.; 
viy	parentlock-sh-functions-0.02-alt1.noarch	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
viy	paxmirabilis-20201030-alt1.x86_64	uncompressed-manpages	info	Package contains uncompressed manual pages.; 
viy	perl-Data-Array2ArrayMap-Hash-XSTree-0.15-alt1.x86_64	missing-url	info	Missing Url: in a package.; 
viy	perl-Data-Array2ArrayMap-Hash-XSTree-debuginfo-0.15-alt1.x86_64	missing-url	info	Missing Url: in a package.; 
viy	perl-Data-Array2ArrayMap-SDB-0.17-alt2.x86_64	missing-url	info	Missing Url: in a package.; 
viy	perl-Data-Array2ArrayMap-SDB-debuginfo-0.17-alt2.x86_64	missing-url	info	Missing Url: in a package.; 
viy	perl-Devel-Trepan-1.0.1-alt3_2.noarch	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	perl-Math-Primality-scripts-0.08-alt2.noarch	rpm-filesystem-conflict-file-file	warn	File /usr/bin/primes.pl conflicts with the package perl-Math-Prime-Util-scripts-0.73-alt3.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	perl-Math-Prime-Util-scripts-0.73-alt3.noarch	rpm-filesystem-conflict-file-file	warn	File /usr/bin/primes.pl conflicts with the package perl-Math-Primality-scripts-0.08-alt2.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	perl-Sys-CPUtime-0.10-alt4.2.x86_64	missing-url	info	Missing Url: in a package.; 
viy	perl-Sys-CPUtime-debuginfo-0.10-alt4.2.x86_64	missing-url	info	Missing Url: in a package.; 
viy	perl-Tapper-Cmd-5.0.14-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/share/perl5/auto/Tapper/Cmd/Init/hello-world/run-hello-world.sh: $ grep /tmp/ /usr/share/perl5/auto/Tapper/Cmd/Init/hello-world/run-hello-world.sh start-tapper-daemon () { DAEMON=$1 if ps auxwww | grep grep | grep $DAEMON ; then kill $(ps auxwww | grep grep | grep $DAEMON | awk '{print $2}') fi $DAEMON > /tmp/$DAEMON-helloworld.log 2>&1 & } start-tapper-daemon tapper_reports_web_server.pl start-tapper-daemon tapper-reports-receiver start-tapper-daemon tapper-reports-api; 
viy	perl-WebService-Gyazo-B-0.0406-alt2.noarch	backup-file-in-package	warn	/usr/share/doc/perl-WebService-Gyazo-B-0.0406/Changes~: It is the file in the package whose name matches the format emacs or vim uses for backup and autosave files. It may have been installed by  accident.; 
viy	perl-base-5.38.4-alt3.x86_64	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
viy	perl-base-5.38.4-alt3.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; 
viy	pinball-0.3.4-alt2_13.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.; 
viy	pioneers-15.6-alt2_12.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.; 
viy	pioneers-15.6-alt2_12.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	ppl-1.2-alt2.23.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; 
viy	ppl-docs-1.2-alt2.23.noarch	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	ppl-static-1.2-alt2.23.x86_64	library-pkgnames-static	warn	package contains static library which has the same name as a shared library in the repository, but neither package name ends with -devel-static according to http://altlinux.org/Drafts/SharedLibs nor the package explicitly conflicts with the package with .so library; 
viy	publican-4.3.2-alt5_22.noarch	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
viy	publican-doc-4.3.2-alt5_22.noarch	freedesktop-categories	fail	Main Categories consist of those categories that every conforming desktop environment MUST support.(http://standards.freedesktop.org/menu-spec/latest/apa.html). None found in /usr/share/applications/fedora-publican.desktop. please, fix.; 
viy	publican-doc-4.3.2-alt5_22.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/fedora-publican.desktop: hint: value "Documentation;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" does not contain a registered main category; application might only show up in a "catch-all" section of the application menu; 
viy	publican-releasenotes-4.3.2-alt5_22.noarch	freedesktop-categories	fail	Main Categories consist of those categories that every conforming desktop environment MUST support.(http://standards.freedesktop.org/menu-spec/latest/apa.html). None found in /usr/share/applications/fedora-publican-releasenotes.desktop. please, fix.; 
viy	publican-releasenotes-4.3.2-alt5_22.noarch	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/fedora-publican-releasenotes.desktop: hint: value "Documentation;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" does not contain a registered main category; application might only show up in a "catch-all" section of the application menu; 
viy	quarry-0.2.0-alt5_40.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	rachota-2.4-alt1_1.602hgjpp11.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/rachota.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).; 
viy	rachota-2.4-alt1_1.602hgjpp11.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	radius-engine-1.1-alt1_16.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; 
viy	reportbug-debian-gtk-7.7.0.1-alt0.2.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/reportbug-debian.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).; 
viy	rpm-build-fedora-compat-fonts-2.0.5-alt2_23.noarch	rpm-filesystem-conflict-file-file	warn	There are file conflicts with the package fontpackages-devel-1.44-alt8_24.noarch, for example, /usr/share/fontconfig/templates/basic-font-template.conf (15 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.; 
viy	scala-2.13.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.; 
viy	scala-library-2.13.9-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.; 
viy	scala-reflect-2.13.9-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.; 
viy	scalacheck-1.15.4-alt1_3jpp11.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.; 
viy	sphinxbase-0.9-alt1_0.0.5prealpha.13.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/share/man/man1/sphinx_lm_sort.1.xz conflicts with the package pocketsphinx-5.0.4-alt1.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	statgrab-tools-0.92.1-alt1_1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
viy	sudoku-savant-1.3-alt3_20.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/sudoku-savant.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).; 
viy	sunpinyin-data-3.0.0-alt1_0.5.20190805git.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.; 
viy	taggle-1.0-alt2_17jpp8.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/taggle.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).; 
viy	taggle-1.0-alt2_17jpp8.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
viy	teg-0.12.0-alt1_2.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	texlive-2022-alt0_12.x86_64	bin-permissions	info	not executable file /usr/bin/xindy.mem; 
viy	texmf-bibtex8-gost-0.20050820-alt4.src	altlinux-policy-tex-rpm-build-texmf	warn	According to TeX policy (http://www.altlinux.org/TeXPolicy) packages that install files to /usr/share/texmf should BuildRequires(pre): rpm-build-texmf for the dependency magic to work.; 
viy	tgif-4.2.5-alt2_33.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/tgif.desktop: hint: value item "VectorGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics;2DGraphics; 
viy	tomcat-el-3.0-api-9.0.109-alt1.noarch	altlinux-java-duplicate-jars	info	file /usr/share/java/tomcat-el-api.jar confilicts with package: tomcat10-lib-10.1.20-alt3_jvm17.noarch: if the jar do provide the same standard interface, it should be alternative. Otherwise it is recommended to rename the jar; 
viy	tomcat-el-3.0-api-9.0.109-alt1.noarch	rpm-filesystem-conflict-symlink-symlink	warn	value of symlink /usr/share/java/tomcat-el-api.jar is different from the same symlink in the package tomcat10-lib-10.1.20-alt3_jvm17.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	tomcat-jsp-2.3-api-9.0.109-alt1.noarch	altlinux-java-duplicate-jars	info	file /usr/share/java/tomcat-jsp-api.jar confilicts with package: tomcat10-lib-10.1.20-alt3_jvm17.noarch: if the jar do provide the same standard interface, it should be alternative. Otherwise it is recommended to rename the jar; 
viy	tomcat-jsp-2.3-api-9.0.109-alt1.noarch	rpm-filesystem-conflict-symlink-symlink	warn	value of symlink /usr/share/java/tomcat-jsp-api.jar is different from the same symlink in the package tomcat10-lib-10.1.20-alt3_jvm17.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	tomcat-servlet-4.0-api-9.0.109-alt1.noarch	altlinux-java-duplicate-jars	info	file /usr/share/java/tomcat-servlet-api.jar confilicts with package: tomcat10-lib-10.1.20-alt3_jvm17.noarch: if the jar do provide the same standard interface, it should be alternative. Otherwise it is recommended to rename the jar; 
viy	tomcat-servlet-4.0-api-9.0.109-alt1.noarch	rpm-filesystem-conflict-symlink-symlink	warn	value of symlink /usr/share/java/tomcat-servlet-api.jar is different from the same symlink in the package tomcat10-lib-10.1.20-alt3_jvm17.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
viy	tomoe-0.6.0-alt3_54.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.; 
viy	torque-client-6.1.2-alt4_5.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	torque-mom-6.1.2-alt4_5.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	torque-sched-6.1.2-alt4_5.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	torque-server-6.1.2-alt4_5.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
viy	uvcview-20071108-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.; 
viy	voiceman-server-1.5.2-alt1.x86_64	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
viy	voiceman-server-1.5.2-alt1.x86_64	init-lsb	fail	/etc/rc.d/init.d/voiceman: not systemd compatible: lsb init header missing and voiceman.service is not present.  See http://www.altlinux.org/Services_Policy for details.; 
viy	wordwarvi-1.1-alt1_22.git6beed31.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.; 
viy	xaos-4.2.1-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/xaos.desktop: hint: value "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; 
viy	xdaliclock-2.43-alt2_22.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/xdaliclock.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).; 
viy	xdaliclock-2.43-alt2_22.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/xdaliclock.desktop: hint: value "Utility;X-Fedora;Graphics;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
viy	xhtml2ps-1.0-alt2_0.50.b7.noarch	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/xhtml2ps.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).; 
viy	xml-common-0.6.3-alt15.noarch	file-in-usr-marked-as-conffile	warn	Files below <tt>/usr</tt> may not be marked as conffiles, since;  <tt>/usr</tt> might be mounted read-only and thus, the local system;  administrator would not have a chance to modify this configuration;  file.; ; 
viy	xppaut-6.11b-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.; 
viy	xskat-4.0.0-alt2_38.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	zipios++-0.1.5.9-alt2_35.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; 
viy	zipios++-devel-0.1.5.9-alt2_35.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.; 
week	owfs-fs-3.2p2-alt4.x86_64	init-condrestart	fail	/etc/rc.d/init.d/owfs: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix.; 
week	owfs-fs-3.2p2-alt4.x86_64	init-lsb	warn	/etc/rc.d/init.d/owfs: lsb init header missing.  See http://www.altlinux.org/Services_Policy for details.; 
week	owfs-ftpd-3.2p2-alt4.x86_64	init-condrestart	fail	/etc/rc.d/init.d/owftpd: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix.; 
week	owfs-ftpd-3.2p2-alt4.x86_64	init-lsb	warn	/etc/rc.d/init.d/owftpd: lsb init header missing.  See http://www.altlinux.org/Services_Policy for details.; 
week	owfs-httpd-3.2p2-alt4.x86_64	init-condrestart	fail	/etc/rc.d/init.d/owhttpd: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix.; 
week	owfs-httpd-3.2p2-alt4.x86_64	init-lsb	warn	/etc/rc.d/init.d/owhttpd: lsb init header missing.  See http://www.altlinux.org/Services_Policy for details.; 
week	owfs-server-3.2p2-alt4.x86_64	init-condrestart	fail	/etc/rc.d/init.d/owserver: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix.; 
week	owfs-server-3.2p2-alt4.x86_64	init-lsb	warn	/etc/rc.d/init.d/owserver: lsb init header missing.  See http://www.altlinux.org/Services_Policy for details.; 
zerg	menu-2.1.41-alt25.x86_64	unsafe-tmp-usage-in-scripts	info	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/doc/menu-2.1.41/examples/cat: $ grep /tmp/ /usr/share/doc/menu-2.1.41/examples/cat #!/bin/sh cat > /tmp/menu-stdin exit 0 #In the good old days of menu-0 compatibility, one had to use: # #This file can be very usefull when you want to run one particular # #menu-method file several times, without running any of the others. # #In order to do so, do: # # - cp ./cat /etc/menu-methods/ # # - run update-menus so that the "cat" menu-method gets executed. # # Now you've got /tmp/menu-stdin. # # - With this file, you don't need update-menus at all any more, and you # # can symply run your hand-written "menu-test" menu-method by typing: # # ./menu-test < /tmp/menu-stdin # # # # The advantage of doing this is # # - none of the other menu-method files get excecuted (speedup) # # - update-menus doesn't need to open some hundred menu-entry files # # every time you test a change in your menu-method file. # # (speedup) # compat="menu-1" # command="cat > /tmp/menu-stdin"; 
zerg	menu-icons-default-0.2.0.23-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.; 
zerg	menu-messages-0.3.3-alt1.noarch	missing-url	info	Missing Url: in a package.; 
