Fix patch-git.lua

This commit is contained in:
eabdullin 2026-02-11 15:26:56 +03:00
parent 5871721386
commit 8b2a66270a

View File

@ -46,7 +46,7 @@ actions:
.. ' --date=default > ' .. git_log_file)
replace: |
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller'
.. ' --date=default > ' .. log_branch .. ' > ' .. git_log_file)
.. ' --date=default ' .. log_branch .. ' > ' .. git_log_file)
count: 1
- target: "spec"
find: "%define target %{_target_cpu}-redhat-linux"