From 49c275a55816e5c3de38cc4cbaa48777f2263dec Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Fri, 19 Nov 2021 17:09:07 +0100 Subject: [PATCH] Explicitly require the 'procps-ng' package Resolves: BZ#2024974 This is required in case of lightweight systems like containers, which don't install these requirments by default. Galera won't work properly without the 'procps-ng' package. --- galera.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/galera.spec b/galera.spec index a82e044..7ee4abd 100644 --- a/galera.spec +++ b/galera.spec @@ -1,6 +1,6 @@ Name: galera Version: 26.4.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Synchronous multi-master wsrep provider (replication engine) License: GPLv2 @@ -20,6 +20,7 @@ Patch0: cmake_paths.patch BuildRequires: boost-devel check-devel openssl-devel cmake systemd gcc-c++ asio-devel Requires(pre): /usr/sbin/useradd Requires: nmap-ncat +Requires: procps-ng %{?systemd_requires} @@ -146,6 +147,11 @@ sed -i 's/User=nobody/User=garb/g' %{buildroot}/usr/lib/systemd/system/garbd.ser %changelog +* Fri Nov 19 2021 Lukas Javorsky - 26.4.9-2 +- Explicitly require the 'procps-ng' package +- Otherwise it will not require it in the lightweight systems (e.g. containers) +- and Galera won't work properly + * Tue Aug 17 2021 Michal Schorm - 26.4.9-1 - Rebase to 26.4.9