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
%if 0%{?suse_version} && 0%{?suse_version} < 1500
export TAR_OPTIONS="-I zstd"
%setup -q -n %{project}-%{version}
tar -I zstd -xvf %{SOURCE1}
%setup -q -n %{project}-%{version} -a1
%else
%setup -q -n %{project}-%{version} -a1
%endif