Soc Virnyl Estela 2023-12-10 14:10:32 +00:00 committed by Git OBS Bridge
parent 7075ee7dd0
commit daf814443b

View File

@ -118,11 +118,15 @@ make %{?_smp_mflags} DESTDIR="%{buildroot}" install
%if %{with test} %if %{with test}
%check %check
# Enable only for tumbleweed/factory since
# Timezone package seems to fail this :D
%if 0%{?suse_version} > 1600
export CFLAGS="%optflags" export CFLAGS="%optflags"
export PLATFORM="linux" export PLATFORM="linux"
export ARCH="%{_arch}" export ARCH="%{_arch}"
make %{?_smp_mflags} check make %{?_smp_mflags} check
%endif %endif
%endif
%files %files
%defattr(-,root,root) %defattr(-,root,root)