Overwrite target for x86_64_v2

Update patch-git.lua to handle AlmaLinux branches correctly
This commit is contained in:
Eduard Abdullin 2026-07-30 01:40:33 +00:00 committed by root
commit 00ddbcf0be
2 changed files with 3 additions and 5 deletions

View File

@ -26,7 +26,3 @@ rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-power9.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-power10.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-aarch64.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-ppc64le.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-s390x.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-x86_64.tier1.functional}

View File

@ -2304,8 +2304,10 @@ update_gconv_modules_cache ()
%endif
%files utils
%if %{without bootstrap}
%{_bindir}/memusage
%{_bindir}/memusagestat
%endif
%{_bindir}/mtrace
%{_bindir}/pcprofiledump
%{_bindir}/xtrace
@ -2357,7 +2359,7 @@ update_gconv_modules_cache ()
%endif
%changelog
* Sat Jul 25 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-131.alma.1
* Thu Jul 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-132.alma.1
- Overwrite target for x86_64_v2
- Update patch-git.lua to handle AlmaLinux branches correctly