Message ID | 20231002174406.1146201-1-pvorel@suse.cz |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] tools/kirk: Update to fix symlink for rpm packaging | expand |
Hi!
Sigh, the symlink should have been relative from the start.
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Hi Cyril,
> Sigh, the symlink should have been relative from the start.
Yep. I'm sorry for introducing a trivial error.
Thanks for your review, merged.
Kind regards,
Petr
diff --git a/tools/kirk b/tools/kirk index 7e397fe1a..c47d3d931 160000 --- a/tools/kirk +++ b/tools/kirk @@ -1 +1 @@ -Subproject commit 7e397fe1a2d34a100c7dbfa452bd5d86ca1ddb77 +Subproject commit c47d3d9311b1b429f385e8d2b35da96dd4330df5
Update kirk to 61591a1 to fix failure during rpm packaging: ERROR: Link /opt/ltp/runltp-ng -> /home/abuild/rpmbuild/BUILDROOT/ltp-20230929.48a150bf-1573.1.x86_64/opt/ltp/kirk points inside build root Signed-off-by: Petr Vorel <pvorel@suse.cz> --- Tested in OBS: https://build.opensuse.org/package/show/home:pevik:branches:benchmark:ltp:devel/ltp Kind regards, Petr tools/kirk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)