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