Fix problem with FTBFS
Resolves: RHEL-120658 Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
parent
5826984192
commit
ae45d71cb6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user