Adjust build steps
Resolves: RHEL-172451 Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
parent
e6a41af1e0
commit
f05c7d9620
@ -6,7 +6,7 @@
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.9.0
|
||||
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)
|
||||
@ -97,7 +97,8 @@ Requires: stratisd
|
||||
%build
|
||||
%{cargo_license -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts} > LICENSE.dependencies
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratisd
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features dbus_enabled,engine,min,systemd_compat
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratis-min --bin=stratisd-min --no-default-features --features engine,min,systemd_compat
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratis-utils --no-default-features --features dbus_enabled,engine,min,systemd_compat
|
||||
%{__cargo} rustc %{?__cargo_common_opts} --release --bin=stratis-str-cmp --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
|
||||
%{__cargo} rustc %{?__cargo_common_opts} --release --bin=stratis-base32-decode --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratisd-tools --no-default-features --features engine,extras
|
||||
@ -164,6 +165,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
|
||||
%{_mandir}/man8/stratis-dumpmetadata.8*
|
||||
|
||||
%changelog
|
||||
* Wed May 27 2026 Chung Chung <cchung@redhat.com> - 3.9.0-2
|
||||
- Adjust build steps
|
||||
- Resolves: RHEL-172451
|
||||
|
||||
* Tue May 05 2026 Chung Chung <cchung@redhat.com> - 3.9.0-1
|
||||
- Update to 3.9.0
|
||||
- Resolves: RHEL-172451
|
||||
|
||||
Loading…
Reference in New Issue
Block a user