diff --git a/AppStream.changes b/AppStream.changes index cdbd885..db16fd0 100644 --- a/AppStream.changes +++ b/AppStream.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 3 05:30:07 UTC 2023 - Antonio Larrosa + +- Enable vala support when building in SLE-15 SP6 +- Fix condition in files section for the case where vala support + is disabled, where some files are being generated but were not + included + ------------------------------------------------------------------- Sat Aug 26 13:12:31 UTC 2023 - Christophe Marin diff --git a/AppStream.spec b/AppStream.spec index f45606b..3ecb1c2 100644 --- a/AppStream.spec +++ b/AppStream.spec @@ -19,7 +19,7 @@ %define libappstream_sover 4 %define libAppStreamQt_sover 2 %define libappstream_compose_sover 0 -%if 0%{?sle_version} >= 150300 && 0%{?is_opensuse} || 0%{?suse_version} > 1500 +%if 0%{?sle_version} >= 150300 && 0%{?is_opensuse} || 0%{?sle_version} >= 150600 || 0%{?suse_version} > 1500 %bcond_without vala %endif Name: AppStream @@ -246,9 +246,9 @@ rm -r %{buildroot}%{_datadir}/installed-tests %dir %{_datadir}/vala/vapi/ %{_datadir}/vala/vapi/appstream.deps %{_datadir}/vala/vapi/appstream.vapi +%endif %{_datadir}/doc/appstream %{_mandir}/man1/appstreamcli-compose*.1.gz -%endif %files -n typelib-1_0-AppStream-1.0 %{_libdir}/girepository-1.0/AppStream-1.0.typelib