From f90260eb97a3b8bcf3f7d1519618e7acd8c65d93d85631dbd896c1e23f8cbbf3 Mon Sep 17 00:00:00 2001 From: William Brown Date: Sat, 29 Jun 2024 03:12:22 +0000 Subject: [PATCH] - Fix incorrect test conditional OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust1.78?expand=0&rev=6 --- rust1.78.changes | 5 +++++ rust1.78.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rust1.78.changes b/rust1.78.changes index b02e817..a90d17e 100644 --- a/rust1.78.changes +++ b/rust1.78.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 28 06:38:06 UTC 2024 - William Brown + +- Fix incorrect test conditional + ------------------------------------------------------------------- Thu Jun 27 06:51:05 UTC 2024 - William Brown diff --git a/rust1.78.spec b/rust1.78.spec index d31872b..5611677 100644 --- a/rust1.78.spec +++ b/rust1.78.spec @@ -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