From 95edeb8199bad207f553cc2417610256fa22f38b Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Wed, 22 Oct 2025 12:28:33 -0400 Subject: [PATCH] Fix problem with FTBFS Resolves: RHEL-121567 Signed-off-by: Chung Chung --- stratisd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/stratisd.spec b/stratisd.spec index 55b002f..93b44ee 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.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that manages block devices to create filesystems License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) @@ -109,7 +110,7 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %if %{with check} %check -%if 0%{?rhel} && 0%{?rhel} < 10 +%if 0%{?rhel} && 0%{?rhel} < 9 %cargo_test --no-run %else %cargo_test -- --no-run @@ -167,6 +168,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %{_mandir}/man8/stratis-dumpmetadata.8* %changelog +* Wed Oct 22 2025 Chung Chung - 3.8.1-2 +- Fix problem with FTBFS +- Resolves: RHEL-121567 + * Tue May 13 2025 Chung Chung - 3.8.1-1 - Update to 3.8.1 Resolves: RHEL-71909