Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ulp-macros for openSUSE:Factory checked in at 2026-08-30 19:06:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ulp-macros (Old) and /work/SRC/openSUSE:Factory/.ulp-macros.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ulp-macros" Sun Aug 30 19:06:32 2026 rev:8 rq:1374595 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ulp-macros/ulp-macros.changes 2025-09-29 16:30:37.054369760 +0200 +++ /work/SRC/openSUSE:Factory/.ulp-macros.new.1265/ulp-macros.changes 2026-08-30 19:06:41.305857954 +0200 @@ -1,0 +2,6 @@ +Thu Aug 27 15:51:45 UTC 2026 - Giuliano Belinassi <[email protected]> + +- Add -flive-patching=inline-clone to avoid untraceable inter-procedural + optimizations (bsc#1277247). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ulp.macros ++++++ --- /var/tmp/diff_new_pack.bVRWxW/_old 2026-08-30 19:06:42.114886091 +0200 +++ /var/tmp/diff_new_pack.bVRWxW/_new 2026-08-30 19:06:42.117886195 +0200 @@ -7,8 +7,8 @@ # Expand to the necessary livepatching compilation flags if the macro # livepatching is defined in the spec file. %cflags_livepatching %{lua: if rpm.expand("%livepatchable") == "1" then \ - if rpm.expand("%_arch") == "x86_64" then print("-fpatchable-function-entry=16,14 -fdump-ipa-clones") end \ - if rpm.expand("%_arch") == "ppc64le" then print("-fpatchable-function-entry=14,13 -fdump-ipa-clones -msplit-patch-nops") end \ + if rpm.expand("%_arch") == "x86_64" then print("-fpatchable-function-entry=16,14 -fdump-ipa-clones -flive-patching=inline-clone") end \ + if rpm.expand("%_arch") == "ppc64le" then print("-fpatchable-function-entry=14,13 -fdump-ipa-clones -msplit-patch-nops -flive-patching=inline-clone") end \ end } %tar_lp_basename %{name}-livepatch-%{version}-%{release}
