Compare commits

..

2 Commits

Author SHA1 Message Date
4927b78387 Add source tarball 2025-01-10 00:37:05 +01:00
bb0533dfe8 Re-add compat package 2025-01-10 00:35:50 +01:00

View File

@ -29,7 +29,7 @@ Test cases and implementation for "server-side apply".}
conduct.md
Name: %{goname}
Release: %autorelease -b 4
Release: %autorelease -b 3
Summary: Test cases and implementation for "server-side apply"
License: Apache-2.0
@ -52,7 +52,7 @@ Source: %{gosource}
%if %{without bootstrap}
%build
for cmd in smd; do
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/v4/$cmd
%gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
done
%endif