From f05c7d9620e599521eeab07b15ec75d985ff82f1 Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Wed, 27 May 2026 15:26:49 -0400 Subject: [PATCH] Adjust build steps Resolves: RHEL-172451 Signed-off-by: Chung Chung --- stratisd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/stratisd.spec b/stratisd.spec index 355ffe8..a56fd75 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -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 - 3.9.0-2 +- Adjust build steps +- Resolves: RHEL-172451 + * Tue May 05 2026 Chung Chung - 3.9.0-1 - Update to 3.9.0 - Resolves: RHEL-172451