cas	rabbitvcs-data-0.19.0.30.git0b4e201-alt1.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.; ; 
serjigva	albert-33.0.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/albert.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).; 
serjigva	barnyard2-2.1.13-alt8.x86_64	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
serjigva	barnyard2-2.1.13-alt8.x86_64	init-lsb	fail	/etc/rc.d/init.d/barnyard2: not systemd compatible: lsb init header missing and barnyard2.service is not present.  See http://www.altlinux.org/Services_Policy for details.; 
serjigva	graphite_exporter-0.16.0-alt1.1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
serjigva	host2cat-1.01-alt9.x86_64	altlinux-policy-obsolete-httpd2-reload	info	This package contains httpd2 restart/reload calls in its post/un scripts. But those calls are deprecated by httpd2.filetrigger that activates by files in /etc/httpd2/ or %_libdir/apache2/modules/. It should be safe to remove those calls and rely on the filetrigger instead.; 
serjigva	host2cat-1.01-alt9.x86_64	init-lsb	fail	/etc/rc.d/init.d/host2cat: not systemd compatible: lsb init header missing and host2cat.service is not present.  See http://www.altlinux.org/Services_Policy for details.; 
serjigva	host2cat-1.01-alt9.x86_64	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
serjigva	host2cat-debuginfo-1.01-alt9.x86_64	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
serjigva	jacktrip-2.7.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.; 
serjigva	jacktrip-2.7.1-alt1.x86_64	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/org.jacktrip.JackTrip.desktop. please, fix. Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/org.jacktrip.JackTrip.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).; 
serjigva	libevtx-20140323-alt2.src	altlinux-python-obsolete-buildreq-python-dev	warn	python-dev is obsolete according to Python Policy (http://www.altlinux.org/Python_Policy). Please, use BuildRequires: python-devel.; 
serjigva	ltfs-3.5.0-alt2.x86_64	init-lsb	warn	/etc/rc.d/init.d/ltfs: strange executable: neither lsb header nor chkconfig header aren't found.  See http://www.altlinux.org/Services_Policy for details.; 
serjigva	munge-0.5.17-alt1.x86_64	subdir-in-var-run	info	Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them.; 
serjigva	munge-0.5.17-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
serjigva	nagios-4.5.9-alt2.src	specfile-useradd-n	warn	 -n in useradd is compat option and can be removed any time. Use -N instead.; 
serjigva	nagios-4.5.9-alt2.x86_64	init-but-no-native-systemd	info	The package have SysV init script(s) but no native systemd files.; 
serjigva	nagios-4.5.9-alt2.x86_64	subdir-in-var-run	info	Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them.; 
serjigva	nagios-common-4.5.9-alt2.x86_64	systemd-files-in-etc	warn	Systemd files Policy Draft violation: etc/tmpfiles.d/ is reserved for sysadmin overrides. Please, move /etc/tmpfiles.d/nagios.conf to \%_tmpfilesdir/.; 
serjigva	nagios-www-apache2-4.5.9-alt2.x86_64	altlinux-policy-obsolete-httpd2-reload	info	This package contains httpd2 restart/reload calls in its post/un scripts. But those calls are deprecated by httpd2.filetrigger that activates by files in /etc/httpd2/ or %_libdir/apache2/modules/. It should be safe to remove those calls and rely on the filetrigger instead.; 
serjigva	newsboat-2.41-alt1.x86_64	unsafe-tmp-usage-in-scripts	fail	The test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/share/doc/newsboat/contrib/getpocket.com/create-pocket-user-token.sh: $ grep /tmp/ /usr/share/doc/newsboat/contrib/getpocket.com/create-pocket-user-token.sh # shamelessy copy this from contrib/bookmark-pinboard TMP_TOKEN=`echo $output | sed 's/^.*\"code\":"\([^"]*\)".*$/\1/'` # redirect user to pocket authentication page AUTH_URL="https://getpocket.com/auth/authorize?request_token=$TMP_TOKEN&redirect_uri=https://github.com/newsboat/newsboat/blob/c8c92a17fa0862fb7a648e88723eb48cb9cb582c/contrib/getpocket.com/after_authentication.md" echo $TMP_TOKEN> /tmp/pocket_token echo "please navigate to $AUTH_URL, active the access. Then press enter" xdg-open $AUTH_URL read dontcare output=`wget "consumer_key=$APPLICATION_CONSUMER_KEY&code=$TMP_TOKEN" https://getpocket.com/v3/oauth/authorize - 2>/dev/null` echo $output > /tmp/input output=`echo $output | sed 's/^.*access_token=\([^&"]*\).*$/\1/'` echo $output > ~/.pocket_access_token; 
serjigva	openresolv-host2cat-1.01-alt9.x86_64	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
serjigva	sphinx-2.3.2-alt5.1.src	specfile-useradd-n	warn	 -n in useradd is compat option and can be removed any time. Use -N instead.; 
serjigva	sphinx-2.3.2-alt5.1.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.; ; 
serjigva	sphinx-2.3.2-alt5.1.x86_64	init-lsb	fail	/etc/rc.d/init.d/searchd: not systemd compatible: lsb init header missing and searchd.service is not present.  See http://www.altlinux.org/Services_Policy for details.; 
serjigva	sphinx-2.3.2-alt5.1.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/sphinx-2.3.2-alt5.1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/sphinx.conf sisyphus_check: check-fhs ERROR: FHS violation; 
serjigva	squid-conf-host2cat-1.01-alt9.x86_64	invalid-url	warn	Package has invalid Url:. It looks like a protocol part (http:,ftp:,etc.) is missing.; 
serjigva	tarantool-3.5.0-alt1.x86_64	sisyphus_check	fail	sisyphus_check failed:  /ALT/Sisyphus/files/x86_64/RPMS/tarantool-3.5.0-alt1.x86_64.rpm: Invalid path names: /usr/lib/tmpfiles.d/tarantool.conf sisyphus_check: check-fhs ERROR: FHS violation; 
serjigva	tarantool-3.5.0-alt1.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
serjigva	vaultwarden-1.34.2-alt2.x86_64	systemd-but-no-native-init	experimental	The package have native systemd file(s) but no  SysV init scripts.
shaba	rsyslog-8.2502.0-alt4.1.x86_64	big-changelog	info	Package contains big ChangeLog. Gzip it.; 
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.; 
