diff --git a/libmodulemd.spec b/libmodulemd.spec index fc71cce..2b367e5 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -24,7 +24,7 @@ Name: %{upstream_name}%{?v2_suffix} Version: 2.15.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Module metadata manipulation library # COPYING: MIT @@ -187,6 +187,9 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \ %changelog +* Fri Jun 28 2024 Petr Pisar - 2.15.0-11 +- Rebuild without STI tests + * Wed Jun 26 2024 Petr Pisar - 2.15.0-10 - Fix building with glib2-doc 2.80.1 (RHEL-45188) diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index e9da1a6..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -- hosts: localhost - tags: - - classic - roles: - - role: standard-test-source - -- hosts: localhost - tags: - - classic - tasks: - - name: Make sure fedpkg and selinux bindings are installed - shell: dnf -y install fedpkg python3-libselinux libmodulemd-devel --skip-broken - - name: Copy a spec file to /tmp - copy: - src: "{{ playbook_dir }}/../libmodulemd.spec" - dest: /tmp/libmodulemd.spec - - name: Install build deps - shell: dnf -y build-dep /tmp/libmodulemd.spec - -- hosts: localhost - tags: - - classic - roles: - - role: standard-test-basic - tests: - - configure: - run: meson setup -Daccept_overflowed_buildorder=true -Drpmio=enabled -Dskip_introspection=false -Dtest_installed_lib=true -Dwith_py2=false -Dwith_py3=true /tmp/build "{{ tenv_workdir }}source" - - build: - run: ninja -C /tmp/build - - unittests: - run: meson test -C /tmp/build