From d338d9ccf6ccf77a3c1ee1106f58520198425cc9 Mon Sep 17 00:00:00 2001 From: Martin Banas Date: Thu, 26 Jun 2025 11:53:07 +0200 Subject: [PATCH 1/2] Sync RHEL-10 gating with RHEL-9 --- plans/internal/CI-Tier-1.fmf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plans/internal/CI-Tier-1.fmf b/plans/internal/CI-Tier-1.fmf index 8c39c99..6d8a813 100644 --- a/plans/internal/CI-Tier-1.fmf +++ b/plans/internal/CI-Tier-1.fmf @@ -1,9 +1,26 @@ summary: Internal CI-Tier-1 tests plan discover: + - name: dnf + how: fmf + filter: 'tag: CI-Tier-1' + url: https://pkgs.devel.redhat.com/git/tests/dnf + - name: dnf-upstream-test-suite + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/dnf + test: + - /Sanity/run-upstream-tests-on-rhel/TC#0570162 - name: libdnf how: fmf filter: 'tag: CI-Tier-1' url: https://pkgs.devel.redhat.com/git/tests/libdnf + - name: libmodulemd + how: fmf + filter: 'tag: CI-Tier-1' + url: https://pkgs.devel.redhat.com/git/tests/libmodulemd + - name: yum + how: fmf + filter: 'tag: CI-Tier-1' + url: https://pkgs.devel.redhat.com/git/tests/yum execute: how: tmt adjust: From 606d82cdd872a27cf23765710c2fc84bd2252260 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 26 Jun 2025 20:39:55 +0000 Subject: [PATCH 2/2] Bump version to 0.73.1-12 --- libdnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdnf.spec b/libdnf.spec index 2dbd2a2..f3179ef 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -56,7 +56,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 11%{?dist} +Release: 12%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPL-2.1-or-later URL: https://github.com/rpm-software-management/libdnf @@ -322,6 +322,9 @@ popd %endif %changelog +* Thu Jun 26 2025 Evan Goode - 0.73.1-12 +- Bump version due to failed build + * Tue Jun 24 2025 Evan Goode - 0.73.1-11 - history DB: Add "persistence" column (RHEL-99825) - conf: Add bootc_unsafe_paths (RHEL-99826)