Christian Goll
392bec3223
- Web-configurator: changed presets to SUSE defaults. - If %_restart_on_update is no longer defined replace by own macro. - Marked slurm-openlava, slurm-seff and slurm-sjstat noarch. - rpmlint: * dropped some rpmlint filters which are no longer relevant. * added/refreshed filters. For Details, see rpmlintrc. - Remove workaround to fix the restart issue in an Slurm package described in bsc#1088693. The Slurm version in this package as 16.05. Any attempt to directly migrate to the current version is bound to fail anyway. OBS-URL: https://build.opensuse.org/request/show/1082770 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=251
55 lines
2.9 KiB
Plaintext
55 lines
2.9 KiB
Plaintext
addFilter(".*obsolete-not-provided slurm-sched-wiki.*")
|
|
addFilter(".*obsolete-not-provided slurmdb-direct.*")
|
|
|
|
# libslurm provides an ABI and a wire protocol. The wire protocol may change
|
|
# with any Slurm version in an incompatible way. The wire protocol is
|
|
# implemented in the library libslurm.
|
|
# Therefore, multiple versions of libslurm should not be installed on the
|
|
# same system.
|
|
# Thus, libraries depending on libslurm need to match the installed Slurm
|
|
# version - independent of their major versions.
|
|
# To host multiple Slurm versions in the same repository we add the version
|
|
# string to package names for none-base versions - even to library packages.
|
|
# This mainly applies to upgrade packages for Leap and SLE in the maintenance
|
|
# channel.
|
|
addFilter("libnss_slurm\d_\d{2}_\d{2}.*: E: shlib-policy-name-error.*")
|
|
|
|
# Our logrotate file names are derived from the service name.
|
|
addFilter(".* (W|E): incoherent-logrotate-file /etc/logrotate.d/slurm.*\.conf")
|
|
|
|
# libpmix2 is opened using dlopen() - no automatic dependency resolution possible
|
|
addFilter("slurm(|_.*)-plugins.x86_64: (W|E): explicit-lib-dependency libpmix2")
|
|
|
|
# We need to build for more than one product. rpmlint tests differ between products
|
|
# Some may not trigger on all products.
|
|
addFilter("slurm.src: (W|E): unused-rpmlintrc-filter .*")
|
|
|
|
# ? Why should we package the log dir?
|
|
addFilter(".*: E: logrotate-log-dir-not-packaged /var/log")
|
|
# these packages contain %service_del_postun_without_restart -
|
|
# which we define if it is not defined. This needs to be kept
|
|
# as long as we need to support the HPC module for SLE-12.
|
|
addFilter("slurm(|-node|-slurmdbd)\..*: systemd-service-without-service_del_postun .*")
|
|
|
|
# Testsuite is not meant to be installed on a user system.
|
|
# The idea is to place the test suite into a package mostly unaltered
|
|
# to place it to a test rig without requiring to install the full Slurm
|
|
# sources.
|
|
# This is by intention - the test suite requires a test suite specific
|
|
# systemd unit file.
|
|
addFilter("slurm(|_.*)-testsuite.*: E: filelist-forbidden-systemd-userdirs")
|
|
# We want to give root a script to set up the test system
|
|
addFilter("slurm(|_.*)-testsuite.*: E: (suse-|)filelist-forbidden-fhs23 /root")
|
|
# Testsuite needs this as it builds test binaries.
|
|
addFilter("slurm(|_.*)-testsuite.*: devel-dependency libnuma-devel")
|
|
addFilter("slurm(|_.*)-testsuite.*: E: explicit-lib-dependency libnuma-devel")
|
|
# To reduce the amount of preparation, the test suite supplies all required
|
|
# settings.
|
|
addFilter("slurm(|_.*)-testsuite.*: sudoers-file-unauthorized .*")
|
|
# Testsuite needs to override default slurmd.service
|
|
addFilter("slurm(|_.*)-testsuite.x86_64: W: suse-filelist-forbidden-systemd-userdirs /etc/systemd/system/slurmd.service")
|
|
# dito
|
|
addFilter("slurm(|_.*)-testsuite.x86_64: W: systemd-unit-in-etc /etc/systemd/system/slurmd.service")
|
|
# No lib dependency - test suite needs devel package to compile tests
|
|
addFilter("slurm-testsuite.x86_64: W: explicit-lib-dependency .*")
|