Dirk Mueller 2024-03-05 21:28:13 +00:00 committed by Git OBS Bridge
parent f8df2704d4
commit ede1d19275

View File

@ -47,8 +47,7 @@ using the host machine entitlements.
%prep %prep
%if 0%{?suse_version} && 0%{?suse_version} < 1500 %if 0%{?suse_version} && 0%{?suse_version} < 1500
export TAR_OPTIONS="-I zstd" export TAR_OPTIONS="-I zstd"
%setup -q -n %{project}-%{version} %setup -q -n %{project}-%{version} -a1
tar -I zstd -xvf %{SOURCE1}
%else %else
%setup -q -n %{project}-%{version} -a1 %setup -q -n %{project}-%{version} -a1
%endif %endif