Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package passt for openSUSE:Factory checked in at 2026-03-06 18:16:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/passt (Old) and /work/SRC/openSUSE:Factory/.passt.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "passt" Fri Mar 6 18:16:19 2026 rev:36 rq:1336410 version:20251215.b40f5cd Changes: -------- --- /work/SRC/openSUSE:Factory/passt/passt.changes 2026-02-26 18:51:16.748091715 +0100 +++ /work/SRC/openSUSE:Factory/.passt.new.561/passt.changes 2026-03-06 18:16:26.610798918 +0100 @@ -1,0 +2,5 @@ +Mon Mar 2 08:48:40 UTC 2026 - Danish Prakash <[email protected]> + +- spec: Adhere to new `suse_version` convention for SLES16.X (jsc#PED-15779) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ passt.spec ++++++ --- /var/tmp/diff_new_pack.THaZ9a/_old 2026-03-06 18:16:27.450833947 +0100 +++ /var/tmp/diff_new_pack.THaZ9a/_new 2026-03-06 18:16:27.450833947 +0100 @@ -25,19 +25,19 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# We currently have SELinux only on Tumbleweed and in ALP -# but there's no apparmor in ALP -%if 0%{?suse_version} > 1600 +# We currently have SELinux only on Tumbleweed and in SLES16.X +# but there's no apparmor in SLES16.X +%if 0%{?suse_version} >= 1699 # TW %bcond_without selinux %bcond_without apparmor %else -%if 0%{?suse_version} == 1600 -# ALP +%if 0%{?suse_version} >= 1600 && %{suse_version} < 1699 +# SLES16.X %bcond_without selinux %bcond_with apparmor %else -# Leap & SLE +# Leap & SLE15.X %bcond_with selinux %bcond_without apparmor %endif
