Fix problem with FTBFS

Resolves: RHEL-120658

Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
Chung Chung 2025-10-10 13:01:34 -04:00
parent 5826984192
commit ae45d71cb6

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.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 <cchung@redhat.com> - 3.7.3-3
- Fix problem with FTBFS
- Resolves: RHEL-120658
* Tue Sep 23 2025 Chung Chung <cchung@redhat.com> - 3.7.3-2
- Update to 3.7.3-2
- Resolves: RHEL-115006