@xfce	xfce4-appfinder-4.20.0-alt1.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/xfce4-appfinder.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).; 
@xfce	xfce4-panel-4.20.5-alt1.x86_64	freedesktop-desktop	warn	desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/panel-desktop-handler.desktop: error: only one of "OnlyShowIn" and "NotShowIn" keys may appear in group "Desktop Entry"; 
@xfce	xfce4-screenshooter-1.11.3-alt1.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/xfce4-screenshooter.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).; 
antohami	libobs-31.1.2-alt1.x86_64	altlinux-policy-shared-lib-contains-devel-so	info	SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libobs-scripting.so but just /usr/lib64/libobs-scripting.so.30. According to SharedLibs Policy Draft, symlink /usr/lib64/libobs-scripting.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/libobs-scripting.so to \%files of libobs-31.1.2-alt1.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.; 
antohami	obs-studio-31.1.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.; 
aris	evolution-data-server-3.58.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.; 
aris	evolution-data-server-3.58.2-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/org.gnome.Evolution-alarm-notify.desktop: warning: value "P?mindelser for begivenheder og opgaver" for key "Comment[da]" in group "Desktop Entry" looks the same as that of key "Name[da]"; 
aris	evolution-data-server-3.58.2-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
aris	evolution-data-server-3.58.2-alt1.x86_64	library-pkgnames	info	package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs; 
cas	wxMaxima-25.04.0-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
cas	wxMaxima-25.04.0-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/io.github.wxmaxima_developers.wxMaxima.desktop: hint: value "Education;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; 
ildar	biblesync-2.1.0-alt2.x86_64	library-pkgnames	info	package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs; 
mike	focuswriter-1.8.13-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
mike	goverlay-1.6.1-alt1.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/io.github.benjamimgois.goverlay.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).; 
mike	recoll-1.43.7-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.; 
mike	recoll-1.43.7-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/recoll-searchgui.desktop: hint: value item "Filesystem" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: System; /usr/share/applications/recoll-searchgui.desktop: hint: value item "Database" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Office, or Development, or AudioVideo; 
mike	recoll-1.43.7-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
mike	strongswan-testing-6.0.3-alt1.noarch	unsafe-tmp-usage-in-scripts	fail	The test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/share/doc/strongswan-testing-6.0.3/testing/hosts/default/usr/local/bin/init-test: $ grep /tmp/ /usr/share/doc/strongswan-testing-6.0.3/testing/hosts/default/usr/local/bin/init-test shift $((OPTIND-1)) # start tcpdump in the background if [ "$INTERFACE" ] then tcpdump $INTERFACE not port ssh and not port domain >/tmp/tcpdump.log 2>/tmp/tcpdump.err.log & fi # setup ramdisk for databases if [ "$DB" ] then; 
oddity	EekBoek-gui-2.051-alt2.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	NsCDE-2.3-alt2.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	NsCDE-2.3-alt2.x86_64	freedesktop-desktop	warn	desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/nscde-exec.desktop: error: value "nscde_fvwmclnt 'f_ToggleFvwmFunc ExecDialog Close f_RunQuickScriptDialog ExecDialog'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote; /usr/share/applications/nscde-exec.desktop: error: value "nscde_fvwmclnt 'f_ToggleFvwmFunc ExecDialog Close f_RunQuickScriptDialog ExecDialog'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote; /usr/share/applications/nscde-exec.desktop: error: value "NsCDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "NsCDE"; values extending the format should start with "X-"; top Entry" contains a reserved character ''' outside of a quote; /usr/share/applications/nscde-wspgmgr.desktop: error: value "nscde_fvwmclnt 'f_ToggleFvwmModule FvwmScript WsPgMgr $[infostore.desknum] $[infostore.pagematrixX] $[infostore.pagematrixY]'" for key "Exec" in group "Desktop Entry" contains a reserved character '$' outside of a quote; /usr/share/applications/nscde-wspgmgr.desktop: error: value "nscde_fvwmclnt 'f_ToggleFvwmModule FvwmScript WsPgMgr $[infostore.desknum] $[infostore.pagematrixX] $[infostore.pagematrixY]'" for key "Exec" in group "Desktop Entry" contains a reserved character '$' outside of a quote; /usr/share/applications/nscde-wspgmgr.desktop: error: value "nscde_fvwmclnt 'f_ToggleFvwmModule FvwmScript WsPgMgr $[infostore.desknum] $[infostore.pagematrixX] $[infostore.pagematrixY]'" for key "Exec" in group "Desktop Entry" contains a reserved character '$' outside of a quote; /usr/share/applications/nscde-wspgmgr.desktop: error: value "nscde_fvwmclnt 'f_ToggleFvwmModule FvwmScript WsPgMgr $[infostore.desknum] $[infostore.pagematrixX] $[infostore.pagematrixY]'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote; /usr/share/applications/nscde-wspgmgr.desktop: error: value "NsCDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "NsCDE"; values extending the format should start with "X-"; 
oddity	aMule-2.3.3-alt6.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	aMule-2.3.3-alt6.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	animorph-0.3-alt3.1.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; 
oddity	asc-2.8.0.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.; 
oddity	asc-2.8.0.2-alt2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	asio-devel-1.36.0-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	atanks-6.6-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	atari++-1.85-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	bygfoot-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.; 
oddity	clearsilver-0.10.5-alt1.3.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/bin/cs conflicts with the package csound-6.18.1-alt2.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives.; 
oddity	clisp-2.49.92-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.; 
oddity	cmucl-20b-alt3.src	unmet-dependency-build-missing-package	fail	build dependency gcc4.5 not found.; 
oddity	darkstat-3.0.721-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
oddity	ddd-3.4.1-alt1.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/ddd.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).; 
oddity	ddd-doc-html-3.4.1-alt1.x86_64	arch-dep-package-consists-of-usr-share	info	The package consists of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	duff-0.5.2-alt1.x86_64	buildroot	fail	found paths to buildroot:  /usr/bin/duff: ; 
oddity	duff-debuginfo-0.5.2-alt1.x86_64	buildroot	fail	found paths to buildroot:  /usr/lib/debug/usr/bin/duff.debug: ; 
oddity	etherape-0.9.21-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/etherape.desktop: hint: value item "GNOME" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: GTK; /usr/share/applications/etherape.desktop: hint: value "GNOME;System;Network;Monitor;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
oddity	etherape-0.9.21-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	fceux-2.6.6-alt2.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	freexl-2.0.0-alt1.x86_64	library-pkgnames	info	package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs; 
oddity	fricas-1.3.12-alt1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	fricas-1.3.12-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/fricas.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; 
oddity	geomview-1.9.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.; 
oddity	gpsman-6.4.4.2-alt1.noarch	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	hydra-gtk-9.6-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	im-chooser-1.7.5-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/im-chooser.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).; 
oddity	im-chooser-1.7.5-alt1_3.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/im-chooser.desktop: warning: value "Applications;Settings;X-GNOME-PersonalSettings;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Applications"; 
oddity	im-chooser-common-1.7.5-alt1_3.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-cinnamon-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-devel-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-gsettings-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-libs-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-libs-1.8.10-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; 
oddity	imsettings-lxde-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-mate-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-plasma-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-qt-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-xfce-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	imsettings-xim-1.8.10-alt1_2.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	kukushka-clock-0.3.2-alt1.noarch	subdir-in-var-run	info	Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them.; 
oddity	lbreakouthd-1.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.; 
oddity	lbreakouthd-1.2-alt1.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/lbreakouthd.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).; 
oddity	lgeneral-1.4.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.; 
oddity	lgeneral-1.4.3-alt1.x86_64	freedesktop-desktop	warn	desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/lgeneral.desktop: warning: file contains lines that are not UTF-8 encoded. There is no guarantee the validator will correctly work.; /usr/share/applications/lgeneral.desktop: error: value "LGeneral ist eine rundenbasierte Engine fr Strategiespiele und wurde stark von Panzer General inspiriert" for locale string key "Comment[de]" in group "Desktop Entry" contains invalid UTF-8 characters, locale string values should be encoded in UTF-8; 
oddity	libanthy-9100h-alt1.qa1.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.; 
oddity	libdirac-devel-1.0.2-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.; 
oddity	libhangul-0.1.0-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	lpairs2-2.3.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.; 
oddity	lpairs2-2.3.2-alt1.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/lpairs2.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).; 
oddity	lpairs2-2.3.2-alt1.x86_64	rpm-obsolete-live-package	info	The package obsoletes the package lpairs-1.0.5-alt1_16.x86_64, but the package lpairs-1.0.5-alt1_16.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.; 
oddity	ltris-1.3.2-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.; 
oddity	ltris-1.3.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.; 
oddity	ltris2-2.0.4-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.; 
oddity	maxima-5.48.1-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.; 
oddity	maxima-common-5.48.1-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	maxima-common-5.48.1-alt1.x86_64	uncompressed-infos	info	Package contains uncompressed info pages.; 
oddity	maxima-common-5.48.1-alt1.x86_64	uncompressed-manpages	info	Package contains uncompressed manual pages.; 
oddity	maxima-lang-es-5.48.1-alt1.noarch	uncompressed-infos	info	Package contains uncompressed info pages.; 
oddity	maxima-lang-pt-5.48.1-alt1.noarch	uncompressed-infos	info	Package contains uncompressed info pages.; 
oddity	maxima-lang-pt_BR-5.48.1-alt1.noarch	uncompressed-infos	info	Package contains uncompressed info pages.; 
oddity	mednafen-1.32.1-alt1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	minetest-5.14.0-alt1.x86_64	altlinux-find-lang-mo	warn	Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details.; 
oddity	minetest-5.14.0-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	minetest-server-5.14.0-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
oddity	ndiswrapper-1.61-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/sbin/ndiswrapper-buginfo: $ grep /tmp/ /usr/sbin/ndiswrapper-buginfo # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA LOGFILE=`mktemp /tmp/ndiswrapper.XXXXXX` KVERS=`uname log() { echo "$*" 2>&1 >> $LOGFILE log "kernel config missing" fi fi fi gzip -c $LOGFILE > /tmp/ndiswrapper-buginfo.gz echo "please attach /tmp/ndiswrapper-buginfo.gz to your bugreport!" \rm -f $LOGFILE; 
oddity	netpanzer-0.8.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.; 
oddity	neverball-1.6.0-alt2.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	nightfall-1.92-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/fedora-nightfall.desktop: hint: value "Education;Science;Astronomy;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
oddity	nomacs-3.21.1-alt1.x86_64	altlinux-policy-shared-lib-contains-devel-so	info	SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libnomacsCore.so but just /usr/lib64/libnomacsCore.so.3.21.1. According to SharedLibs Policy Draft, symlink /usr/lib64/libnomacsCore.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/libnomacsCore.so to \%files of nomacs-3.21.1-alt1.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.; 
oddity	pcc-1.2.0-alt2.x86_64	rpm-filesystem-conflict-file-file	warn	File /usr/lib/cpp 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.; 
oddity	pingus-0.7.6-alt4.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	qbittorrent-nox-5.1.4-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
oddity	readosm-1.1.0a-alt1_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; 
oddity	seaview-5.0.5-alt1.x86_64	freedesktop-desktop	warn	desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/seaview.desktop: error: required key "Type" in group "Desktop Entry" is not present; 
oddity	seaview-5.0.5-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	siril-1.2.6-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	spatialindex-1.9.3-alt1.x86_64	library-pkgnames	info	package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs; 
oddity	spatialite-gui-2.1.0-alt4.x86_64	freedesktop-desktop	warn	desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Name=Spatialite GUI" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "GenericName=GUI for Spatialite databases" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Comment=Manage Spatialite databases" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Exec=spatialite_gui %f" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Icon=spatialite-gui" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Terminal=false" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Type=Application" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Categories=Education;Geography;Science;" before the first group, but only comments are accepted before the first group; /usr/share/applications/spatialite-gui.desktop: error: file contains entry "Keywords=spatial;sqlite;gis;" before the first group, but only comments are accepted before the first group; 
oddity	sylpheed-3.7.0-alt0.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.; 
oddity	texmaker-6.0.1-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	texmaker-6.0.1-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	texstudio-4.9.0-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	tuxcmd-0.6.70-alt2.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/tuxcmd.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).; 
oddity	tuxkart-0.4.0-alt4.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
oddity	vifm-0.14.3-alt1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
oddity	vifm-0.14.3-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/vifm.desktop: hint: value item "FileManager" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: System;FileTools; /usr/share/applications/vifm.desktop: hint: value "System;FileManager;Utility;ConsoleOnly;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu; 
oddity	vifm-0.14.3-alt1.x86_64	iconsdir	experimental	Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; 
oddity	virtualpg-2.0.1-alt1.x86_64	library-pkgnames	info	package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs; 
oddity	visualboyadvance-m-2.2.3-alt1.x86_64	altlinux-find-lang-mo	warn	Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details.; 
oddity	visualboyadvance-m-2.2.3-alt1.x86_64	uncompressed-manpages	info	Package contains uncompressed manual pages.; 
oddity	watchdog-5.16-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
oddity	xiphos-4.3.2.14-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.; 
oddity	xiphos-4.3.2.14-alt2.x86_64	freedesktop-categories	warn	Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/xiphos.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).; 
sem	snort-2.9.17.1-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/sbin/snort is an alternative in package snort-plain+flexresp-2.9.17.1-alt1.x86_64. Consider removing the ghost file /usr/sbin/snort.; 
sem	snort-2.9.17.1-alt1.x86_64	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
sem	snort-2.9.17.1-alt1.x86_64	init-lsb	fail	/etc/rc.d/init.d/snortd: not systemd compatible: lsb init header missing and snortd.service is not present.  See http://www.altlinux.org/Services_Policy for details.; 
torabora	xfe-2.1.1-alt1.x86_64	arch-dep-package-has-big-usr-share	info	The package has a significant amount of architecture-independent data in /usr/share, while it is an architecture-dependent package. This is wasteful of mirror space and bandwidth, as we then end up with multiple copies of this data, one for each architecture. If the data in /usr/share is not architecture-independent, it is a policy violation, and in this case, you should move that data elsewhere.; 
torabora	xfe-2.1.1-alt1.x86_64	freedesktop-desktop	info	desktop-file-validate utility printed the following message(s): /usr/share/applications/xfe-xfe.desktop: hint: value item "FileManager" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: System;FileTools; 
