Add x86_64_v2 to arch_map
Add link to AlmaLinux bugtracker Fix tests on x86_64_v2
This commit is contained in:
commit
519659e539
@ -56,7 +56,7 @@
|
||||
|
||||
Name: libdnf
|
||||
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
||||
Release: 11%{?dist}.alma.1
|
||||
Release: 12%{?dist}.alma.1
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -327,11 +327,14 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2025 Eduard Abdullin <eabdullin@almalinux.org> - 0.73.1-11.alma.1
|
||||
* Fri Jun 27 2025 Eduard Abdullin <eabdullin@almalinux.org> - 0.73.1-12.alma.1
|
||||
- Add x86_64_v2 to arch_map
|
||||
- Add link to AlmaLinux bugtracker
|
||||
- Fix tests on x86_64_v2
|
||||
|
||||
* Thu Jun 26 2025 Evan Goode <egoode@redhat.com> - 0.73.1-12
|
||||
- Bump version due to failed build
|
||||
|
||||
* Tue Jun 24 2025 Evan Goode <egoode@redhat.com> - 0.73.1-11
|
||||
- history DB: Add "persistence" column (RHEL-99825)
|
||||
- conf: Add bootc_unsafe_paths (RHEL-99826)
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user