From 5c7c5a27ed60a65be4f352a87decf609b0e2a56f Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Fri, 19 Nov 2021 16:59:18 +0100 Subject: [PATCH] Explicitly require the 'procps-ng' package Resolves: BZ#2019805 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 68888dd..a6c4723 100644 --- a/galera.spec +++ b/galera.spec @@ -1,6 +1,6 @@ Name: galera Version: 26.4.9 -Release: 2%{?dist} +Release: 3%{?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-3 +- 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 Sep 14 2021 Sahana Prasad - 26.4.9-2 - Rebuilt with OpenSSL 3.0.0