Майнтейнер: Alexey Gladkov
Информация Пакеты Bugs and FR Repocop
Сообщения от repocop:пакет | статус | тест | сообщение |
---|---|---|---|
anacron-2.3-alt7.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/anacron: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
anacron-2.3-alt7.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. |
browser-plugins-npapi-devel-3.0-alt1.x86_64 |
![]() warn | altlinux-policy-rpm-macros-packaging | package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging |
browser-plugins-npapi-devel-3.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
browser-plugins-npapi-3.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
ca-certificates-2021.01.27-alt1.noarch |
![]() info | missing-url | Missing Url: in a package. |
chromium-debuginfo-88.0.4324.150-alt1.x86_64 |
![]() warn | rpm-filesystem-conflict-symlink-symlink | value of symlink /usr/lib/debug/.build-id/68/98ff8d1c0d16ae34a56d69428513ea0cbdefa7 is different from the same symlink in the package chromium-gost-debuginfo-88.0.4324.150-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. value of symlink /usr/lib/debug/.build-id/68/98ff8d1c0d16ae34a56d69428513ea0cbdefa7.debug is different from the same symlink in the package chromium-gost-debuginfo-88.0.4324.150-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. |
console-scripts-2.4.0-alt1.noarch |
![]() warn | init-lsb | /etc/rc.d/init.d/consolesaver: not systemd compatible: lsb init header missing and consolesaver.service is not present. /etc/rc.d/init.d/keytable: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
console-scripts-2.4.0-alt1.noarch |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
consolelocker-1.1.0-alt1.x86_64 |
![]() warn | init-condrestart | /etc/rc.d/init.d/consolelocker: 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/consolelocker: 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. |
consolelocker-1.1.0-alt1.x86_64 |
![]() warn | init-lsb | /etc/rc.d/init.d/consolelocker: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
consolelocker-1.1.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
consolelocker-debuginfo-1.1.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
etcd-3.4.14-alt1.x86_64 |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
eudev-3.2.9-alt3.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
eudev-3.2.9-alt3.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/eudevd |
extlinux-6.04.pre3-alt3.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | File /usr/share/man/man1/extlinux.1.xz conflicts with the package syslinux-4.04-alt16.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. |
extlinux-doc-6.04.pre3-alt3.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. |
gnupg2-2.2.27-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. |
gnupg2-gostcrypto-2.2.19-alt3.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. |
golang-misc-1.16-alt1.noarch |
![]() 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/lib/golang/misc/arm/a: $ grep -A5 -B5 /tmp/ /usr/lib/golang/misc/arm/a fi } # adb does not correctly return the exit value of the executed program. use this # wrapper to manually extract the exit value rloc=/data/local/tmp/retval rsize=$(adb shell "ls -l $rloc"|tr -... [the rest of the message is skipped] |
golang-tools-0-alt7.git24acc66e.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | File /usr/bin/stress conflicts with the package stress-1.0.4-alt2.x86_64. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
groff-1.22.3-alt2.i586 |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/share/groff/current |
groff-1.22.3-alt2.i586 |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/share/groff/current |
groff-extra-1.22.3-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. |
jikes-1.22-alt1.1.qa1.x86_64 |
![]() info | big-changelog | Package contains big ChangeLog. Gzip it. |
kbd-docs-2.4.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. |
klogd-1.8.0-alt1.x86_64 |
![]() fail | init-lsb | /etc/rc.d/init.d/klogd: not systemd compatible: lsb init header missing and klogd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
klogd-1.8.0-alt1.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
klogd-1.8.0-alt1.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/klogd |
kmod-27.0.9.f5434cf-alt1.x86_64 |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/share/bash-completion/completions/kmod |
kmod-27.0.9.f5434cf-alt1.x86_64 |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/share/bash-completion/completions/kmod |
kup-server-0.3.6-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. |
libdrmhelper-1.3.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
libdrmhelper-debuginfo-1.3.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
libdrmhelper-devel-1.3.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
libdrmhelper-devel-static-1.3.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
libgcrypt-devel-1.9.2-alt1.x86_64 |
![]() warn | rpm-filesystem-conflict-symlink-symlink | value of symlink /usr/lib64/libgcrypt.so is different from the same symlink in the package libgcrypt-gost-devel-1.8.5-alt6.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. |
libgcrypt-devel-1.9.2-alt1.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | There are file conflicts with the package libgcrypt-gost-devel-1.8.5-alt6.x86_64, for example, /usr/bin/libgcrypt-config (5 file conflicts in total). Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
libksba-gost-1.3.6-alt15.x86_64 |
![]() 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. |
libshell-0.4.8-alt1.noarch |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /bin/shell-terminfo /bin/shell-process |
libshell-single-0.4.8-alt1.noarch |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /bin/shell-lib |
make-4.3.0-alt1.x86_64 |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/include/gnumake.h |
make-4.3.0-alt1.x86_64 |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/include/gnumake.h |
make-initrd-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-bootloader-debuginfo-0.4-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-bootloader-0.4-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-busybox-1.32.1-alt2.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-debuginfo-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-devmapper-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-luks-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-lvm-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-mdadm-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-multipath-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-nfs-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-plymouth-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
make-initrd-ucode-2.12.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
mksh-52b-alt1.x86_64 |
![]() info | uncompressed-manpages | Package contains uncompressed manual pages. |
moc-2.6.0-alt0.5.x86_64 |
![]() info | beehive-log-non-strict-dependency-x86_64 | moc-player: non-strict dependency on moc-plugin-ffmpeg moc-player: non-strict dependency on moc-plugin-flac moc-player: non-strict dependency on moc-plugin-modplug moc-player: non-strict dependency on moc-plugin-mp3 moc-player: non-strict dependency on moc-plugin-musepack moc-player: non-strict dependency on moc-plugin-sndfile moc-player: non-strict dependency on moc-plugin-speex moc-player: non-strict dependency on moc-plugin-timidity moc-player: non-strict dependency on moc-plugin-vorbis moc-player: non-strict dependency on moc-plugin-wavpack |
moc-2.6.0-alt0.5.x86_64 |
![]() info | beehive-log-non-strict-dependency-i586 | moc-player: non-strict dependency on moc-plugin-ffmpeg moc-player: non-strict dependency on moc-plugin-flac moc-player: non-strict dependency on moc-plugin-modplug moc-player: non-strict dependency on moc-plugin-mp3 moc-player: non-strict dependency on moc-plugin-musepack moc-player: non-strict dependency on moc-plugin-sndfile moc-player: non-strict dependency on moc-plugin-speex moc-player: non-strict dependency on moc-plugin-timidity moc-player: non-strict dependency on moc-plugin-vorbis moc-player: non-strict dependency on moc-plugin-wavpack |
moc-player-2.6.0-alt0.5.x86_64 |
![]() warn | freedesktop-desktop | desktop-file-validate utility exited abnormally with the following message(s): /usr/share/applications/moc.desktop: error: (will be fatal in the future): value item "Audio" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: AudioVideo |
mozilla-common-1.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
mozilla-common-devel-1.0-alt1.x86_64 |
![]() warn | altlinux-policy-rpm-macros-packaging | package contains rpm macro files in /etc/rpm/macros.d/. package name should be rpm-build-* or rpm-macros-* according to http://www.altlinux.org/Drafts/RPMMacrosPackaging |
mozilla-common-devel-1.0-alt1.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
mozldap-6.0.7-alt6.x86_64 |
![]() info | altlinux-policy-shared-lib-contains-devel-so |
SharedLibs Policy Draft violation: Shared Lib package should not contain symlink /usr/lib64/libldap60.so but just /usr/lib64/libldap60.so.6.0.7. According to SharedLibs Policy Draft, symlink /usr/lib64/libldap60.so should be placed in a special subpackage named lib |
mozldap-6.0.7-alt6.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 |
ms-sys-2.5.3-alt1.i586 |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/share/man/de/man1/ms-sys.1.xz /usr/share/man/fr/man1/ms-sys.1.xz /usr/share/man/sv/man1/ms-sys.1.xz |
ms-sys-2.5.3-alt1.i586 |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/share/man/de/man1/ms-sys.1.xz /usr/share/man/fr/man1/ms-sys.1.xz /usr/share/man/sv/man1/ms-sys.1.xz |
nspr-4.29-alt1.x86_64 |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/bin/compile-et.pl |
nspr-4.29-alt1.x86_64 |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/bin/compile-et.pl |
osec-1.3.1-alt2.x86_64 |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
osec-1.3.1-alt2.x86_64 |
![]() info | beehive-log-non-strict-dependency-x86_64 | osec-cronjob: non-strict dependency on osec-mailreport osec-mailreport: non-strict dependency on osec-cronjob |
osec-1.3.1-alt2.x86_64 |
![]() info | beehive-log-non-strict-dependency-i586 | osec-cronjob: non-strict dependency on osec-mailreport osec-mailreport: non-strict dependency on osec-cronjob |
pommed-1.39-alt9.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
pommed-debuginfo-1.39-alt9.x86_64 |
![]() info | missing-url | Missing Url: in a package. |
python-module-irclib-0.4.8-alt1.noarch |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/lib/python2.7/site-packages/python_irclib-0.4.8-py2.7.egg-info |
python-module-irclib-0.4.8-alt1.noarch |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/lib/python2.7/site-packages/python_irclib-0.4.8-py2.7.egg-info |
rust-cargo-doc-1.49.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. |
rust-doc-1.49.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. |
service-0.5.32-alt1.x86_64 |
![]() warn | init-condrestart | warning: found files in /etc/init.d/; better to use %_initdir=/etc/rc.d/init.d |
service-0.5.32-alt1.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /sbin/limited /etc/rc.d/init.d/functions |
sisyphus_list-1.4.1.4-alt1.noarch |
![]() info | missing-url | Missing Url: in a package. |
sisyphus_list-1.4.1.4-alt1.noarch |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /usr/bin/sisyphus_link_src |
startup-0.9.9.11-alt1.noarch |
![]() warn | init-condrestart | /etc/rc.d/init.d/clock: 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/clock: 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./etc/rc.d/init.d/halt: 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/halt: 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./etc/rc.d/init.d/killall: 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/killall: missing condstop target. Not... [the rest of the message is skipped] |
startup-0.9.9.11-alt1.noarch |
![]() warn | init-lsb | /etc/rc.d/init.d/clock: strange executable: neither lsb header nor chkconfig header aren't found. /etc/rc.d/init.d/fbsetfont: lsb init header missing. /etc/rc.d/init.d/halt: strange executable: neither lsb header nor chkconfig header aren't found. /etc/rc.d/init.d/killall: strange executable: neither lsb header nor chkconfig header aren't found. /etc/rc.d/init.d/local: strange executable: neither lsb header nor chkconfig header aren't found. /etc/rc.d/init.d/netfs: lsb init header missing. /etc/rc.d/init.d/random: lsb init header missing. /etc/rc.d/init.d/rawdevices: not systemd compatible: lsb init header missing and rawdevices.service is not present. /etc/rc.d/init.d/single: strange executable: neither lsb header nor chkconfig header aren't found. See http://www.altlinux.org/Services_Policy for details. |
startup-0.9.9.11-alt1.noarch |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
startup-0.9.9.11-alt1.noarch |
![]() info | missing-url | Missing Url: in a package. |
startup-0.9.9.11-alt1.noarch |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/random /etc/rc.d/init.d/single /etc/rc.d/init.d/rawdevices /etc/rc.d/init.d/local |
stunnel4-5.53-alt1.1.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. |
stunnel4-standalone-5.53-alt1.1.noarch |
![]() warn | init-lsb | /etc/rc.d/init.d/stunnel: lsb init header missing. See http://www.altlinux.org/Services_Policy for details. |
sysklogd-1.8.0-alt1.x86_64 |
![]() warn | specfile-useradd-n | -n in useradd is compat option and can be removed any time. Use -N instead. |
syslogd-1.8.0-alt1.x86_64 |
![]() fail | init-lsb | /etc/rc.d/init.d/syslogd: not systemd compatible: lsb init header missing and syslogd.service is not present. See http://www.altlinux.org/Services_Policy for details. |
syslogd-1.8.0-alt1.x86_64 |
![]() info | init-but-no-native-systemd | The package have SysV init script(s) but no native systemd files. |
syslogd-1.8.0-alt1.x86_64 |
![]() experimental | checkbashisms | checkbashisms utility found possible bashisms in: /etc/rc.d/init.d/syslogd |
system-report-0.1.1-alt1.noarch |
![]() info | missing-url | Missing Url: in a package. |
unionfs-2.0-alt1.git039ba92.i586 |
![]() info | beehive-log-unpackaged-files-found-i586 | warning: Installed (but unpackaged) file(s) found: /usr/sbin/mount.unionfs |
unionfs-2.0-alt1.git039ba92.i586 |
![]() info | beehive-log-unpackaged-files-found-x86_64 | warning: Installed (but unpackaged) file(s) found: /usr/sbin/mount.unionfs |
util-linux-2.36.1-alt2.x86_64 |
![]() warn | rpm-filesystem-conflict-file-file | File /usr/bin/irqtop conflicts with the package netutils-linux-2.7.9-alt1.noarch. Moreover, the packages have no explicit conflicts with each other. You should add explicit conflicts, or, if conflicts are avoidable, consider using alternatives. |
util-linux-2.36.1-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. |
xulrunner-kmozillahelper-0.0.0-alt1.noarch |
![]() info | missing-url | Missing Url: in a package. |