From ed8b0f9bfae3ab1624bc53478f373b12e27f2064 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 17 Mar 2023 14:56:38 -0400 Subject: [PATCH] Add BuildRequires for device-mapper-devel Signed-off-by: Bryan Gurney --- stratisd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stratisd.spec b/stratisd.spec index f9e3bf9..980f7e4 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that manages block devices to create filesystems # ASL 2.0 @@ -41,6 +41,7 @@ BuildRequires: libblkid-devel BuildRequires: cryptsetup-devel BuildRequires: clang BuildRequires: glibc-static +BuildRequires: device-mapper-devel BuildRequires: %{_bindir}/a2x # Required to calculate install directories @@ -173,6 +174,9 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %{_mandir}/man8/stratis-dumpmetadata.8* %changelog +* Fri Mar 17 2023 Bryan Gurney - 3.5.2-2 +- Add BuildRequires for device-mapper-devel + * Fri Mar 17 2023 Bryan Gurney - 3.5.2-1 - Update to 3.5.2