]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rpm: add rpm-build to SUSE-specific make check deps 32083/head
authorNathan Cutler <ncutler@suse.com>
Fri, 6 Dec 2019 14:29:30 +0000 (15:29 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 10 Dec 2019 17:31:16 +0000 (18:31 +0100)
commit6378fa45aca82261e534760cf32fadca0429da12
tree488b6da4f4668a6349980f8b9586eff149f54f8c
parentce1c7ba038e769fcaada2a69a5b1ee420d258bd4
rpm: add rpm-build to SUSE-specific make check deps

The binary /usr/bin/rpmspec was recently moved to rpm-build, breaking
install-deps.sh on openSUSE Tumbleweed. The package is not strictly
needed for SLE-15-SP* and openSUSE Leap 15.*, but it doesn't hurt to
have it, and will future-proof these distros from this regression.

Putting the dependency in the spec file does not address the issue,
because /usr/bin/rpmspec must be available before install-deps.sh runs it to
determine the dependencies, but it's nice to have it explicitly listed there,
since it *is* a dependency of "make check" on SUSE distros.

SUSE versions < 15 are of no interest in master/octopus+.

Fixes: https://tracker.ceph.com/issues/42612
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in
install-deps.sh