%autosetup on f40 doesn't support -C so use plain %setup with -n

This commit is contained in:
2025-01-22 11:31:49 +01:00
parent 6f63a33026
commit 7cbb0e1884
+1 -1
View File
@@ -53,7 +53,7 @@ act_runner generate-config > act_runner/config
userdel -f %{subpackage}
%prep
%autosetup -C
%setup -q -n act_runner
%build
go build %{gobuild_baseflags} -o bin/act_runner %{goipath}