Fix problem with FTBFS

Resolves: RHEL-121567

Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
Chung Chung 2025-10-22 12:28:33 -04:00
parent c7f203313a
commit 95edeb8199

View File

@ -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 <cchung@redhat.com> - 3.8.1-2
- Fix problem with FTBFS
- Resolves: RHEL-121567
* Tue May 13 2025 Chung Chung <cchung@redhat.com> - 3.8.1-1
- Update to 3.8.1
Resolves: RHEL-71909