mirror of
https://github.com/ceph/ceph
synced 2025-03-18 16:36:12 +00:00
Merge pull request #8782 from SUSE/wip-15627
install-deps.sh: systemd-rpm-macros must be installed on SUSE Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com> Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
dad2e195ce
@ -28,7 +28,7 @@ if type apt-get > /dev/null 2>&1 ; then
|
||||
fi
|
||||
|
||||
if type zypper > /dev/null 2>&1 ; then
|
||||
$SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release
|
||||
$SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release systemd-rpm-macros
|
||||
fi
|
||||
|
||||
case $(lsb_release -si) in
|
||||
|
Loading…
Reference in New Issue
Block a user