Overwrite target for x86_64_v2
Update patch-git.lua to handle AlmaLinux branches correctly
This commit is contained in:
commit
205cdccabc
@ -2349,7 +2349,7 @@ update_gconv_modules_cache ()
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-83.alma.1
|
||||
* Wed Nov 05 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-84.alma.1
|
||||
- Overwrite target for x86_64_v2
|
||||
- Update patch-git.lua to handle AlmaLinux branches correctly
|
||||
|
||||
|
||||
@ -592,12 +592,18 @@ local function emit_sources()
|
||||
max = tointeger(k)
|
||||
end
|
||||
end
|
||||
|
||||
-- The centpkg pre-push-check recognizes this prefix on Source
|
||||
-- files and does not fail if these sources are neither committed
|
||||
-- to the Git repository nor listed in the sources file.
|
||||
local auto_generated = 'auto-generated/'
|
||||
|
||||
local function emit(name)
|
||||
max = max + 1
|
||||
print('Source' .. max .. ': ' .. name .. '\n')
|
||||
end
|
||||
emit(git_commit_file)
|
||||
emit(git_log_file)
|
||||
emit(auto_generated .. git_commit_file)
|
||||
emit(auto_generated .. git_log_file)
|
||||
emit('patch-git.lua') -- This file.
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user