Mantenedor: Aleksei Nikiforov
Informação Pacotes Bugs e FR Repocop
Mensagem de Repocop:pacote | estado | teste | mensagem |
---|---|---|---|
Mayavi-4.7.4-alt1.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/Mayavi.desktop: hint: value "Education;Science;DataVisualization;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu desktop-file-validate utility printed the following message(s): /usr/share/applications/tvtk_doc.desktop: hint: value "Education;Science;DataVisualization;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
aeskulap-0.2.2-alt9.git8787e95.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/aeskulap.desktop: hint: value item "MedicalSoftware" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Education, or Science |
afce-0.9.8-alt2.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/afce.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). |
atftp-0.7.2-alt2.x86_64 |
![]() fail | init-lsb | /etc/rc.d/init.d/atftpd: not systemd compatible: lsb init header missing and atftpd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
atftp-0.7.2-alt2.src |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
atftp-0.7.2-alt2.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
atftp-debuginfo-0.7.2-alt2.x86_64 |
![]() warn | rpm-filesystem-conflict-symlink-file | symlink /usr/lib/debug/usr/sbin/in.tftpd.debug is a file in the package tftpd-debuginfo-5.2-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. |
babel-2.0.0-alt6.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
bacula11-11.0.5-alt4.src |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
bacula11-bat-11.0.5-alt4.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/bat.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). |
bacula11-bat-11.0.5-alt4.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/bat.desktop: hint: value "System;Utility;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
bacula11-client-11.0.5-alt4.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/bacula-fd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
bacula11-common-11.0.5-alt4.x86_64 |
![]() info | subdir-in-var-run | 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. |
bacula11-common-11.0.5-alt4.x86_64 |
![]() info | big-changelog | Package contains big ChangeLog. Gzip it. |
bacula11-director-common-11.0.5-alt4.x86_64 |
![]() fail | unsafe-tmp-usage-in-scripts | 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/bacula11-director-common-11.0.5/updatedb/update_mysql_tables_11_to_12: $ grep /tmp/ /usr/share/doc/bacula11-director-common-11.0.5/updatedb/update_mysql_tables_11_to_12 echo " " bindir=/usr/bin PATH="$bindir:$PATH" db_name=${db_name:-bacula} mysql $* ${db_... [the rest of the message is skipped] |
bacula11-director-common-11.0.5-alt4.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/bacula-dir: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
bacula11-director-common-11.0.5-alt4.x86_64 |
![]() info | big-changelog | Package contains big ChangeLog. Gzip it. |
bacula11-director-mysql-11.0.5-alt4.x86_64 |
![]() fail | unsafe-tmp-usage-in-scripts | 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/bacula/scripts/update_mysql_tables: $ grep /tmp/ /usr/share/bacula/scripts/update_mysql_tables ARGS=$* getVersion() { mysql $ARGS ${db_name} "select VersionId from Version LIMIT 1G" >/tmp/$$ DBVERSION=`sed 's/^VersionId: (.*)$/1/p' /tmp/$$` } getVersion if... [the rest of the message is skipped] |
bacula11-storage-11.0.5-alt4.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/bacula-sd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
bacula11-traymonitor-11.0.5-alt4.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/bacula-tray-monitor.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). |
bacula11-traymonitor-11.0.5-alt4.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/bacula-tray-monitor.desktop: hint: value "System;Utility;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
bacula11-traymonitor-11.0.5-alt4.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
barcode-0.99-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
barrage-1.0.4-alt2.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/barrage.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). |
castxml-0.4.4-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
cegui-devel-0.8.7-alt9_22.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
cgns-4.2.0-alt1.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/cgnsplot.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). |
clanlib0.8-0.8.1-alt8.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
clanlib0.8-0.8.1-alt8.x86_64 |
![]() info | library-pkgnames | package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs |
clanlib0.8-gl-0.8.1-alt8.x86_64 |
![]() info | library-pkgnames | package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs |
clanlib0.8-sound-0.8.1-alt8.x86_64 |
![]() info | library-pkgnames | package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs |
collectd-5.12.0-alt2.x86_64 |
![]() info | big-changelog | Package contains big ChangeLog. Gzip it. |
crrcsim-0.9.12-alt2.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/CRRCsim.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). |
crrcsim-0.9.12-alt2.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
csmash-0.6.6-alt4_32.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
cssed-common-0.4.1-alt2.noarch |
![]() warn | altlinux-find-lang-mo | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
cssed-common-0.4.1-alt2.noarch |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
cvsgraph-1.7.0-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
dap-devel-3.10-alt2.x86_64 |
![]() warn | library-pkgnames-static | 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 |
ditchers-1.2-alt6.1.x86_64 |
![]() warn | freedesktop-desktop | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/ditchs.desktop: error: value "1.0.2" for key "Version" in group "Desktop Entry" is not a known version desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/ditcher.desktop: error: value "1.0.2" for key "Version" in group "Desktop Entry" is not a known version |
dmd-2.098.1-alt1.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | File /usr/bin/dget conflicts with the package devscripts-2.22.2-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. |
dvdrip-0.98.11-alt1.qa3.x86_64 |
![]() info | requires-ImageMagick | 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. |
dvdrip-0.98.11-alt1.qa3.src |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/share/locale/sr@Latn/LC_MESSAGES/video.dvdrip.mo |
dvdrip-0.98.11-alt1.qa3.src |
![]() info | requires-ImageMagick | 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. |
dvdrip-0.98.11-alt1.qa3.src |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/share/locale/sr@Latn/LC_MESSAGES/video.dvdrip.mo |
ejabberd-21.12-alt1.noarch |
![]() warn | init-lsb | /etc/rc.d/init.d/ejabberd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
ejabberd-21.12-alt1.noarch |
![]() info | subdir-in-var-run | 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. |
fbreader-0.99.5-alt6.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/FBReader.desktop: warning: value "???? ????? ???????????" for key "Comment[ar]" in group "Desktop Entry" looks redundant with value "???? ????? ???????????" of key "GenericName[ar]" /usr/share/applications/FBReader.desktop: hint: value item "Literature" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Education, or Science |
filezilla-3.55.1-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
firebird-server-4.0.0.2496.0-alt4.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/firebird: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
firetools-0.9.64-alt1.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/firejail-ui.desktop: warning: value "Firejail configuration wizard" for key "Comment" in group "Desktop Entry" looks redundant with value "Firejail Configuration Wizard" of key "Name" /usr/share/applications/firejail-ui.desktop: hint: value item "Security" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Settings, or System |
firetools-0.9.64-alt1.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
fortunes-kernelcookies-9-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
fortunes-kernelcookies-9-alt2.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
freecol-0.11.6-alt2.noarch |
![]() warn | freedesktop-desktop | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/freecol.desktop: error: value "0.9.0" for key "Version" in group "Desktop Entry" is not a known version |
fuseiso-20070708-alt3.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
gadmin-bind-0.2.3-alt3.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/gadmin-bind.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). |
gadmin-bind-0.2.3-alt3.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
gadmin-bind-0.2.3-alt3.src |
![]() info | requires-ImageMagick | 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. |
gadmin-bind-debuginfo-0.2.3-alt3.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
gnocky-0.0.7-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
gnocky-0.0.7-alt2.src |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/share/applications/gnocky.desktop |
gnocky-0.0.7-alt2.src |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/share/applications/gnocky.desktop |
gnokii-0.6.31-alt3.x86_64 |
![]() info | big-changelog | Package contains big ChangeLog. Gzip it. |
gnome-quod-0.2.3-alt5.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
gnome-quod-debuginfo-0.2.3-alt5.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
grisbi-1.2.2-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
grisbi-1.2.2-alt1.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
h5part-1.6.6-alt4.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
hfsutils-3.2.6-alt2.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
inspircd-2.0.29-alt1.x86_64 |
![]() fail | init-condrestart | /etc/rc.d/init.d/inspircd: 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/inspircd: missing condstop target. ERROR: alt-specific script %_sbindir/preun_service (used in your %preun_service macro) depends on condstop. Please, fix. |
inspircd-2.0.29-alt1.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/inspircd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
inspircd-2.0.29-alt1.x86_64 |
![]() info | subdir-in-var-run | 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. |
inspircd-2.0.29-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
itk-5.1.2-alt5.src |
![]() warn | altlinux-policy-obsolete-buildreq | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
itk-examples-5.1.2-alt5.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
itk-snap-3.8.0-alt8.src |
![]() warn | altlinux-policy-obsolete-buildreq | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
laf-plugin-1.0-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
libcityhash-1.1.1-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
libconfig-1.5-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
libdb5.3-5.3.28-alt5.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
libdbus-c++-apidocs-0.9.0-alt2.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
libfilezilla-devel-0.31.1-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
libgflags-2.2.2-alt1.src |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/src/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 |
libgflags-2.2.2-alt1.src |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/src/.cmake/packages/gflags/1517893d82dfcf97475a559a3d57ec1c |
libgtk-sharp2-2.12.45-alt1.x86_64 |
![]() info | big-changelog | Package contains big ChangeLog. Gzip it. |
libgtk-sharp2-2.12.45-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
libhid-0.2.16-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
libirrlicht-1.8.5-alt1.src |
![]() info | requires-ImageMagick | 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. |
libjemalloc-devel-5.2.1-alt1.x86_64 |
![]() info | altlinux-policy-shared-lib-contains-devel-so |
SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libjemalloc_profiler.so but just /usr/lib64/libjemalloc_profiler.so.2.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libjemalloc_profiler.so should be placed in a special subpackage named lib |
libkolabxml-1.2.0-alt1.src |
![]() warn | altlinux-python-python2-in-spec | spec file explicitly calls /usr/bin/python. It is deprecated binary. Use /usr/bin/python2. |
libldns-devel-1.8.1-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
libnetcdf-4.8.0-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
libnetcdff-4.5.3-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
libompl-devel-1.5.0-alt3_7.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
libopencv-examples-4.5.5-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
libragel-7.0.4-alt1.x86_64 |
![]() info | altlinux-policy-shared-lib-contains-devel-so |
SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libragel.so but just /usr/lib64/libragel.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libragel.so should be placed in a special subpackage named lib |
libreoffice-online-6.2.3.2-alt7.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/loolwsd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
libreoffice-online-6.2.3.2-alt7.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
libreoffice-online-apache2-6.2.3.2-alt7.noarch |
![]() info | altlinux-policy-obsolete-httpd2-reload | 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. |
libscalapack-2.1.0-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
libsdp-devel-1.1.108-alt2.0.17.ga6958ef.x86_64 |
![]() warn | rpm-filesystem-conflict-symlink-symlink | value of symlink /usr/lib64/libsdp.so is different from the same symlink in the package libmpeg4ip-devel-1.5.0.1-alt17.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. |
libselinux-3.2-alt2.x86_64 |
![]() info | subdir-in-var-run | 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. |
libsource-highlight-devel-3.1.9-alt1.git.904949c.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
libsuitesparse-5.10.1-alt1.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
libtclap-doc-1.2.4-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
lilypond-2.22.1-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
linuxdoc-tools-0.9.69-alt4.src |
![]() warn | altlinux-policy-tex-rpm-build-texmf | 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. |
linuxdoc-tools-0.9.69-alt4.x86_64 |
![]() info | uncompressed-manpages | Package contains uncompressed manual pages. |
linuxdoc-tools-0.9.69-alt4.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
logintop10-1.9-alt3.x86_64 |
![]() warn | altlinux-find-lang-mo | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
logintop10-1.9-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
lout-3.40-alt4.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
lyx-2.3.4.4-alt2.src |
![]() warn | altlinux-policy-tex-rpm-build-texmf | 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. |
lyx-2.3.4.4-alt2.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
lyx-2.3.4.4-alt2.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /usr/bin/lyxcat |
mailutils-3.12-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
mailutils-debuginfo-3.12-alt2.x86_64 |
![]() warn | rpm-filesystem-conflict-symlink-symlink | value of symlink /usr/lib/debug/usr/bin/mailx.debug is different from the same symlink in the package mailx-debuginfo-8.1.2-alt9.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. |
merkaartor-0.19.0-alt1.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/org.merkaartor.merkaartor.desktop: hint: value "Education;Geography;Network;Qt;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
mgetty-sendfax-1.2.1-alt1.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /usr/bin/faxspool |
mimetex-1.76-alt1.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
mkvtoolnix-65.0.0-alt2.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
mono-6.12.0.147-alt2.src |
![]() warn | altlinux-policy-obsolete-buildreq | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
mono-core-6.12.0.147-alt2.x86_64 |
![]() info | bin-permissions | not executable file /usr/bin/mono-sgen-gdb.py |
mono-core-6.12.0.147-alt2.x86_64 |
![]() info | altlinux-policy-shared-lib-contains-devel-so |
SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libmonosgen-2.0.so but just /usr/lib64/libmonosgen-2.0.so.1.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libmonosgen-2.0.so should be placed in a special subpackage named lib |
mono-core-6.12.0.147-alt2.x86_64 |
![]() info | library-pkgnames | package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs |
mono-devel-6.12.0.147-alt2.x86_64 |
![]() warn | library-pkgnames-static | 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 |
mono-monodoc-6.12.0.147-alt2.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
monodevelop-5.10.0.871-alt4.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
mpitests-3.2-alt5.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
multimon-0.1-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
mupdf-1.18.0-alt1.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
mupdf-1.18.0-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
nbd-3.23-alt1.src |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
nbd-server-3.23-alt1.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/nbd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
netcdf-cxx4-4.3.1-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
netlabel_tools-0.30.0-alt3.x86_64 |
![]() experimental | systemd-but-no-native-init | The package have native systemd file(s) but no SysV init scripts. |
nrg4iso-1.0.1-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
ogre-13.2.4-alt2.x86_64 |
![]() warn | file-in-usr-marked-as-conffile | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
ogre-13.2.4-alt2.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
ogre-samples-13.2.4-alt2.x86_64 |
![]() warn | file-in-usr-marked-as-conffile | Files below /usr may not be marked as conffiles, since /usr might be mounted read-only and thus, the local system administrator would not have a chance to modify this configuration file. |
opencascade-7.5.3-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
opencascade-devel-7.5.3-alt3.x86_64 |
![]() info | bin-permissions | not executable file /usr/bin/env.sh gcc_64.sh |
opendbx-1.4.3-alt3.x86_64 |
![]() info | library-pkgnames | package contains public library which is used in external packages: name should be lib* according to http://altlinux.org/Drafts/SharedLibs |
opendbx-1.4.3-alt3.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
opendx-4.4.4-alt10.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
openshadinglanguage-doc-1.11.17.0-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
openshadinglanguage-MaterialX-shaders-source-1.11.17.0-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
opentoonz-1.5.0-alt3.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/io.github.OpenToonz.desktop. Please add it or report a bug against this test if you already have registered one (not including menu unrelated ones as Core or Qt). |
openvdb-devel-9.0.0-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
orion-1.6.7-alt1.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/Orion.desktop: hint: value "AudioVideo;Video;TV;Network;Chat;Qt;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
parms-3.2-alt10.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
partio-doc-1.14.0-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
passivedns-1.2.1-alt3.src |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
passivedns-daemon-1.2.1-alt3.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/passivedns: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
pax-3.4-alt9.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
pax-3.4-alt9.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
pcb-20140316-alt2.x86_64 |
![]() fail | freedesktop-categories | 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/pcb.desktop. please, fix. |
pcb-20140316-alt2.x86_64 |
![]() warn | altlinux-find-lang-mo | Language specific files in /usr/share/locale should be marked, for example, using %find_lang. See http://www.altlinux.org/FindLangPolicy for details. |
pcb-20140316-alt2.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/pcb.desktop: hint: value "Engineering;Electronics;" 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 |
pcb-20140316-alt2.src |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/share/appdata/pcb.appdata.xml /usr/share/applications/mimeinfo.cache /usr/share/locale/fr/LC_MESSAGES/pcb.mo /usr/share/locale/nl/LC_MESSAGES/pcb.mo /usr/share/locale/pt_BR/LC_MESSAGES/pcb.mo /usr/share/mime/XMLnamespaces /usr/share/mime/aliases /usr/share/mime/generic-icons /usr/share/mime/globs /usr/share/mime/globs2 /usr/share/mime/icons /usr/share/mime/magic /usr/share/mime/mime.cache /usr/share/mime/subclasses /usr/share/mime/treemagic /usr/share/mime/types /usr/share/mime/version |
pcb-20140316-alt2.src |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/share/appdata/pcb.appdata.xml /usr/share/applications/mimeinfo.cache /usr/share/locale/fr/LC_MESSAGES/pcb.mo /usr/share/locale/nl/LC_MESSAGES/pcb.mo /usr/share/locale/pt_BR/LC_MESSAGES/pcb.mo /usr/share/mime/XMLnamespaces /usr/share/mime/aliases /usr/share/mime/generic-icons /usr/share/mime/globs /usr/share/mime/globs2 /usr/share/mime/icons /usr/share/mime/magic /usr/share/mime/mime.cache /usr/share/mime/subclasses /usr/share/mime/treemagic /usr/share/mime/types /usr/share/mime/version |
perl-Package-DeprecationManager-0.17-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
perl-Test-Block-0.13-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
pks-0.9.6-alt4.x86_64 |
![]() fail | init-lsb | /etc/rc.d/init.d/pks: not systemd compatible: lsb init header missing and pks.service is not present. See http://www.altlinux.org/Services_Policy for details. |
pks-0.9.6-alt4.x86_64 |
![]() info | subdir-in-var-run | 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. |
pks-0.9.6-alt4.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
pks-db-0.9.6-alt4.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | There are file conflicts with the package db6.1-utils-6.1.19-alt7.x86_64, for example, /usr/bin/db_archive (8 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. |
pks-utils-0.9.6-alt4.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | File /usr/bin/pgpdump conflicts with the package pgpdump-0.35-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. |
pnetcdf-1.8.1-alt3.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
pnetcdf-1.8.1-alt3.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems |
policycoreutils-gui-3.2-alt5.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/selinux-polgengui.desktop: warning: value "Tool zur Erstellung von SELinux-Richtlinien" for key "Comment[de]" in group "Desktop Entry" looks redundant with value "Tool zur Erstellung von SELinux-Richtlinien" of key "Name[de]" |
policycoreutils-mcstransd-3.2-alt5.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/mcstrans: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
policycoreutils-restorecond-3.2-alt5.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/restorecond: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
policycoreutils-restorecond-3.2-alt5.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/restorecond |
policycoreutils-sandbox-3.2-alt5.x86_64 |
![]() fail | init-lsb | /etc/rc.d/init.d/sandbox: not systemd compatible: lsb init header missing and sandbox.service is not present. See http://www.altlinux.org/Services_Policy for details. |
policycoreutils-sandbox-3.2-alt5.x86_64 |
![]() warn | init-condrestart | /etc/rc.d/init.d/sandbox: missing condrestart target. Note: alt-specific script %_sbindir/post_service (used in %post_service macro) depends on condrestart. It is wise to add condrestart anyway./etc/rc.d/init.d/sandbox: missing condstop target. Note: alt-specific script %_sbindir/preun_service (used in %preun_service macro) depends on condstop. It is wise to add condstop anyway. |
policycoreutils-sandbox-3.2-alt5.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
primme-1.1-alt14.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
python3-module-Chaco-4.8.0.0.91.git22972069-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
qt5-declarative-5.15.2-alt8.src |
![]() warn | altlinux-policy-obsolete-buildreq | Build dependency on rpm-build-ubt is obsolete and should be dropped to get rid of rpm-build-ubt package. |
qt5-declarative-doc-5.15.2-alt8.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
qvge-0.6.3-alt1.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
sawfish-1.13.0-alt1.x86_64 |
![]() warn | freedesktop-categories | Menu-related Additional Categories (http://standards.freedesktop.org/menu-spec/latest/apa.html) not found in /usr/share/applications/sawfish.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). |
sawfish-1.13.0-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
sawfish-1.13.0-alt1.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
sawfish-1.13.0-alt1.src |
![]() experimental | specfile-macros-get_dep-is-deprecated | Versioned Requires: foo >= %{get_dep something} using %get_dep and %get_version macros on a library are deprecated by set:versions. You probably should drop %get_dep/%get_version Requires: to avoid RPM database pollution. |
scalasca-2.5-alt1.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /usr/bin/scarlet |
scorep-6.0-alt3.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /usr/bin/scorep-wrapper |
sechooser-0.3.2-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
sechooser-debuginfo-0.3.2-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
selinux-policy-alt-0.0.52-alt1.noarch |
![]() info | missing-url | Missing Url: in a package. |
selinux-policy-alt-0.0.52-alt1.noarch |
![]() experimental | systemd-but-no-native-init | The package have native systemd file(s) but no SysV init scripts. |
selinux-policy-alt-0.0.52-alt1.noarch |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /usr/bin/slrun2 |
sigviewer-0.6.4-alt5.git.f62f8d9.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
snmptt-1.4.2-alt1.src |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
source-highlight-3.1.9-alt1.git.904949c.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
speech-dispatcher-0.10.2-alt2.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
speech-dispatcher-0.10.2-alt2.x86_64 |
![]() experimental | systemd-but-no-native-init | The package have native systemd file(s) but no SysV init scripts. |
structuresynth-1.5.0-alt6.svn312.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/structuresynth.desktop: hint: value item "VectorGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics;2DGraphics |
taler-0.15.0.1-alt5.src |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/include/bitcoinconsensus.h /usr/lib/taler/libbitcoinconsensus.la /usr/lib/taler/pkgconfig/libbitcoinconsensus.pc |
taler-0.15.0.1-alt5.src |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/include/bitcoinconsensus.h /usr/lib64/taler/libbitcoinconsensus.la /usr/lib64/taler/pkgconfig/libbitcoinconsensus.pc |
thinkfan-1.3.1-alt1.x86_64 |
![]() experimental | systemd-but-no-native-init | The package have native systemd file(s) but no SysV init scripts. |
thinkfan-1.3.1-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems |
tidyp-1.04-alt2.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems |
tremulous-1.2.0-alt4.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
tremulous-server-1.2.0-alt4.x86_64 |
![]() fail | init-lsb | /etc/rc.d/init.d/tremulous: not systemd compatible: lsb init header missing and tremulous.service is not present. See http://www.altlinux.org/Services_Policy for details. |
tremulous-server-1.2.0-alt4.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
tux3-0.0-alt2.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems |
ufoai-2.5-alt6.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
ufoai-server-2.5-alt6.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
ufoai-tools-2.5-alt6.x86_64 |
![]() warn | freedesktop-desktop | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/uforadiant.desktop: error: file contains multiple keys named "StartupNotify" in group "Desktop Entry" /usr/share/applications/uforadiant.desktop: hint: value item "3DGraphics" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Graphics |
ufoai-tools-2.5-alt6.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
ufoai-tools-2.5-alt6.x86_64 |
![]() experimental | iconsdir | Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy. |
unace-1.2b-alt5.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
urlview-0.9-alt3.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
urlview-0.9-alt3.x86_64 |
![]() info | altlinux-policy-description-too-much-space | Description has 3 empty lines in a row. Format description properly. Beware of errors with %ifs/%endifs. |
urlview-debuginfo-0.9-alt3.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
vtk-doc-9.1.0-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
vtk-examples-9.1.0-alt1.x86_64 |
![]() info | arch-dep-package-consists-of-usr-share | 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. |
waon-0.10-alt4.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems |
warsow-2.1.2-alt2.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
warzone2100-4.2.6-alt1.x86_64 |
![]() info | arch-dep-package-has-big-usr-share | 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. |
wildmidi-0.4.4-alt1.src |
![]() experimental | specfile-url-permanent-https-redirect | Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL protocol from http:// to https://. See https://repology.org/repository/altsisyphus/problems Homepage link in URL is a permanent redirect to its HTTPS counterpart. Please, change URL ... [the rest of the message is skipped] |
wput-0.6.1-alt2.x86_64 |
![]() fail | buildroot | found paths to buildroot: /usr/bin/wput: Binary file /usr/bin/wput matches |
wput-debuginfo-0.6.1-alt2.x86_64 |
![]() fail | buildroot | found paths to buildroot: /usr/lib/debug/usr/bin/wput.debug: Binary file /usr/lib/debug/usr/bin/wput.debug matches |
xgnokii-0.6.31-alt3.x86_64 |
![]() info | freedesktop-desktop | desktop-file-validate utility printed the following message(s): /usr/share/applications/xgnokii.desktop: hint: value "Utility;TelephonyTools;Calendar;ContactManagement;Office;GTK;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu |
xli-1.17.0-alt9.src |
![]() warn | specfile-url-is-dead | Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link to archive.org as a last resort). See https://repology.org/repository/altsisyphus/problems Homepage link in URL is dead or discontinued and should be replaced by alive link (or link... [the rest of the message is skipped] |
xsp-4.7.1-alt1.x86_64 |
![]() info | altlinux-policy-shared-lib-contains-devel-so |
SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libfpm_helper.so but just /usr/lib64/libfpm_helper.so.0.0.0. According to SharedLibs Policy Draft, symlink /usr/lib64/libfpm_helper.so should be placed in a special subpackage named lib |