Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam for openSUSE:Factory checked in at 2026-09-19 22:19:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam (Old) and /work/SRC/openSUSE:Factory/.pam.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam" Sat Sep 19 22:19:24 2026 rev:156 rq:1378649 version:1.7.2+git48 Changes: -------- --- /work/SRC/openSUSE:Factory/pam/pam.changes 2026-08-01 18:26:50.202698278 +0200 +++ /work/SRC/openSUSE:Factory/.pam.new.383539/pam.changes 2026-09-19 22:19:24.989297187 +0200 @@ -1,0 +2,12 @@ +Mon Sep 14 13:43:22 UTC 2026 - Valentin Lefebvre <[email protected]> + +- Apply livepatching only for SLES, not for Factory. Keeping lto + optimisation for openSUSE. + * On Factory `%meson` will use `%set_build_flags`, that will set CFLAGS. + +------------------------------------------------------------------- +Sun Sep 13 21:46:53 UTC 2026 - Aaron Puchert <[email protected]> + +- Make sure we don't lose distribution compiler flags. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam.spec ++++++ --- /var/tmp/diff_new_pack.4Qvqbl/_old 2026-09-19 22:19:25.760329086 +0200 +++ /var/tmp/diff_new_pack.4Qvqbl/_new 2026-09-19 22:19:25.761329128 +0200 @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%if 0%{?sle_version} >= 150400 || 0%{?suse_version} >= 1550 +%if (0%{?sle_version} >= 150400 || 0%{?suse_version} >= 1550) && !0%{?is_opensuse} # Enable livepatching support for SLE15-SP4 onwards. It requires -# compiler support introduced there. +# compiler support introduced there. Excludes openSUSE Factory. %define livepatchable 1 # Set variables for livepatching. @@ -206,7 +206,8 @@ %build bash ./pam-login_defs-check.sh %if %{livepatchable} -CFLAGS="$CFLAGS -fpatchable-function-entry=16,14 -fdump-ipa-clones" +%define _lto_cflags %{nil} +CFLAGS="%{optflags} -fpatchable-function-entry=16,14 -fdump-ipa-clones" %endif %meson -Dvendordir=%{_distconfdir} \
