#27 koji_rebuild: skipping running tests
Opened by jelly. Modified

ostree-devel is unreproducible as the rebuild package does not include libsoup3 in the shipped header file.

 ├── ./usr/include/ostree-1/ostree-version.h
  @@ -95,9 +95,9 @@
    *
    * Whitespace separated set of features this libostree was configured with at build time.
    * Consult the source code in configure.ac (or the CLI `ostree --version`) for examples.
    *
    * Since: 2019.3
    */
   #ifndef __GI_SCANNER__
  -#define OSTREE_BUILT_FEATURES "inode64 initial-var libcurl libsoup3 gpgme composefs ex-fsverity libarchive selinux openssl sign-ed25519 sign-spki libmount systemd release p2p"
  +#define OSTREE_BUILT_FEATURES "inode64 initial-var libcurl gpgme composefs ex-fsverity libarchive selinux openssl sign-ed25519 sign-spki libmount systemd release p2p"
   #endif

Caused by:

%if %{with tests}
BuildRequires: pkgconfig(libsoup-3.0)
%endif

Metadata