Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sddm for openSUSE:Factory checked in at 2022-02-24 18:20:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sddm (Old) and /work/SRC/openSUSE:Factory/.sddm.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sddm" Thu Feb 24 18:20:09 2022 rev:57 rq:956468 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sddm/sddm.changes 2021-07-20 15:39:00.597423644 +0200 +++ /work/SRC/openSUSE:Factory/.sddm.new.1958/sddm.changes 2022-02-24 18:22:47.918668797 +0100 @@ -1,0 +2,6 @@ +Mon Feb 21 11:28:24 UTC 2022 - Fabian Vogt <[email protected]> + +- Handle the case of %_distconfdir not being /usr/etc (boo#1196228, + currently only possible due to a misconfiguration in SLE, bsc#1195679) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sddm.spec ++++++ --- /var/tmp/diff_new_pack.fIt2SO/_old 2022-02-24 18:22:48.542668630 +0100 +++ /var/tmp/diff_new_pack.fIt2SO/_new 2022-02-24 18:22:48.550668628 +0100 @@ -1,7 +1,7 @@ # # spec file for package sddm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -153,9 +153,8 @@ install -Dm 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/sddm/sddm.conf.d/10-theme.conf install -Dm 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/sddm.conf - %if ! %{defined _distconfdir} - sed -e 's-/usr/etc-%{_sysconfdir}-g' -i %{buildroot}%{_prefix}/lib/sddm/sddm.conf.d/00-general.conf - %endif + # Adjust paths to X session scripts in 00-general.conf + sed -e 's-/usr/etc-%{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}-g' -i %{buildroot}%{_prefix}/lib/sddm/sddm.conf.d/00-general.conf mkdir -p %{buildroot}%{_sysconfdir}/alternatives touch %{buildroot}%{_sysconfdir}/alternatives/default-displaymanager
