From ae45d71cb63e3219d25321e09504d7c73a5a7ac7 Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Fri, 10 Oct 2025 13:01:34 -0400 Subject: [PATCH] Fix problem with FTBFS Resolves: RHEL-120658 Signed-off-by: Chung Chung --- stratisd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stratisd.spec b/stratisd.spec index 6332489..7d5e97a 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -2,10 +2,11 @@ %global udevdir %(pkg-config --variable=udevdir udev) %global dracutdir %(pkg-config --variable=dracutdir dracut) +%global build_rustflags %{build_rustflags} --cap-lints=warn Name: stratisd Version: 3.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Daemon that manages block devices to create filesystems License: MPL-2.0 @@ -328,6 +329,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %{_mandir}/man8/stratis-dumpmetadata.8* %changelog +* Fri Oct 10 2025 Chung Chung - 3.7.3-3 +- Fix problem with FTBFS +- Resolves: RHEL-120658 + * Tue Sep 23 2025 Chung Chung - 3.7.3-2 - Update to 3.7.3-2 - Resolves: RHEL-115006