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