Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libostree for openSUSE:Factory checked in at 2023-05-13 17:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libostree (Old) and /work/SRC/openSUSE:Factory/.libostree.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libostree" Sat May 13 17:17:05 2023 rev:31 rq:1086695 version:2023.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libostree/libostree.changes 2023-03-29 23:26:53.639370073 +0200 +++ /work/SRC/openSUSE:Factory/.libostree.new.1533/libostree.changes 2023-05-13 17:17:13.054234845 +0200 @@ -1,0 +2,5 @@ +Fri May 12 07:07:37 UTC 2023 - Frederic Crozat <fcro...@suse.com> + +- Make gjs BuildRequires conditional if tests are built and used. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libostree.spec ++++++ --- /var/tmp/diff_new_pack.VdcHR5/_old 2023-05-13 17:17:13.578237860 +0200 +++ /var/tmp/diff_new_pack.VdcHR5/_new 2023-05-13 17:17:13.586237906 +0200 @@ -18,6 +18,7 @@ %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) %bcond_without ed25519 +%bcond_with tests Name: libostree Version: 2023.2 Release: 0 @@ -29,7 +30,9 @@ # PATCH-FIX-OPENSUSE ostree-grub2-location.patch boo#974714 dims...@opensuse.org -- Fix path to grub-mkconfig_lib Patch0: ostree-grub2-location.patch BuildRequires: bison +%if %{with tests} BuildRequires: gjs +%endif BuildRequires: gnome-common BuildRequires: gobject-introspection-devel >= 1.34.0 BuildRequires: libattr-devel @@ -129,6 +132,11 @@ %if %{with ed25519} --with-ed25519-libsodium \ %endif +%if %{with tests} + --with-gjs=yes \ +%else + --with-gjs=no \ +%endif --with-curl=yes \ --with-soup=no \ %{nil}