- Fix incorrect test conditional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust1.78?expand=0&rev=6
This commit is contained in:
William Brown 2024-06-29 03:12:22 +00:00 committed by Git OBS Bridge
parent f42e4fddda
commit f90260eb97
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 28 06:38:06 UTC 2024 - William Brown <william.brown@suse.com>
- Fix incorrect test conditional
-------------------------------------------------------------------
Thu Jun 27 06:51:05 UTC 2024 - William Brown <william.brown@suse.com>

View File

@ -776,10 +776,11 @@ python3 ./x.py test --target=%{rust_triple} \
%{_mandir}/man1/cargo*.1%{?ext_man}
%dir %{_datadir}/cargo
%dir %{_datadir}/cargo/registry
# End not with test
%endif
%files src
%{rustlibdir}/src
# End not with test
%endif
%changelog