Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at 2023-08-15 16:39:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdm (Old) and /work/SRC/openSUSE:Factory/.gdm.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm" Tue Aug 15 16:39:26 2023 rev:256 rq:1103889 version:44.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gdm/gdm.changes 2023-07-06 18:28:39.355139496 +0200 +++ /work/SRC/openSUSE:Factory/.gdm.new.11712/gdm.changes 2023-08-15 16:39:35.950820485 +0200 @@ -1,0 +2,6 @@ +Mon Aug 14 03:09:23 UTC 2023 - Yifan Jiang <yfji...@suse.com> + +- Do not use %autopatch to build on SLE where rpm version is not + ready for the macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.PcaS91/_old 2023-08-15 16:39:36.862826705 +0200 +++ /var/tmp/diff_new_pack.PcaS91/_new 2023-08-15 16:39:36.866826732 +0200 @@ -243,7 +243,18 @@ %autosetup -N ### NON-SLE patches start from 0 to 999 ## Use "autopatch -m 0 -M 999" when there's no need to skip patches. +%if !0%{?sle_version} %autopatch -p1 -m 1 -M 999 +%else +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%endif %ifarch s390 s390x %patch0 -p1 @@ -252,7 +263,9 @@ ### SLE and Leap only patches start at 1000 %if 0%{?sle_version} ## Use this when there's no need to skip patches. -%autopatch -p1 -m 1000 +%patch1000 -p1 +%patch1001 -p1 +%patch1002 -p1 %endif %build