From 04257dd2305e0353e3ae9d7a88eabe8bf19c5452 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 10 Oct 2025 13:19:15 -0400 Subject: [PATCH] Unconditionally vendor stratisd This makes it possible to build with Fedora-unavailable packages. We can't test in Packit w/out this change. Signed-off-by: mulhern --- mockbuild_test/stratisd.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mockbuild_test/stratisd.spec b/mockbuild_test/stratisd.spec index 497565b..ff29b89 100644 --- a/mockbuild_test/stratisd.spec +++ b/mockbuild_test/stratisd.spec @@ -85,15 +85,9 @@ Requires: stratisd %{summary}. This package should not be used in production. %prep -%autosetup -n stratisd-stratisd-v%{version} %{?rhel:-a1} +%autosetup -n stratisd-stratisd-v%{version} -a1 -%if 0%{?rhel} %cargo_prep -v vendor -%else -%cargo_prep -%generate_buildrequires -%cargo_generate_buildrequires -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts -%endif %build %{cargo_license -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts} > LICENSE.dependencies