From 9cb17b86a9f81e009cdf456269ac1dca5ebb12da Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 27 Feb 2023 11:50:31 +0100 Subject: [PATCH] Add systemd-units to BR (fixes FTBFS) Signed-off-by: Vitezslav Crhonek --- sblim-gather.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sblim-gather.spec b/sblim-gather.spec index cb0b85d..a7faaa1 100644 --- a/sblim-gather.spec +++ b/sblim-gather.spec @@ -3,7 +3,7 @@ Name: sblim-gather Version: 2.2.9 -Release: 27%{?dist} +Release: 28%{?dist} Summary: SBLIM Gatherer License: EPL-1.0 @@ -23,6 +23,7 @@ BuildRequires: libsysfs-devel BuildRequires: libvirt-devel BuildRequires: xmlto BuildRequires: gcc +BuildRequires: systemd-units # for missing providers BuildRequires: cmake Patch1: sblim-gather-2.2.7-missing_providers.patch @@ -302,6 +303,10 @@ fi %ldconfig_postun provider %changelog +* Mon Feb 27 2023 Vitezslav Crhonek - 2.2.9-28 +- Add systemd-units to BR (fixes FTBFS) + Resolves: #2171724 + * Sat Jan 21 2023 Fedora Release Engineering - 2.2.9-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild