Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package squilt for openSUSE:Factory checked in at 2023-07-14 15:35:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squilt (Old) and /work/SRC/openSUSE:Factory/.squilt.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squilt" Fri Jul 14 15:35:47 2023 rev:2 rq:1097983 version:20220617.c1a5044 Changes: -------- --- /work/SRC/openSUSE:Factory/squilt/squilt.changes 2023-02-23 16:52:00.516649544 +0100 +++ /work/SRC/openSUSE:Factory/.squilt.new.3193/squilt.changes 2023-07-14 15:35:50.786007744 +0200 @@ -1,0 +2,5 @@ +Mon Jul 10 14:50:22 UTC 2023 - Filippo Bonazzi <filippo.bona...@suse.com> + +- Fix squilt fixed /etc path to /usr/etc on Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squilt.spec ++++++ --- /var/tmp/diff_new_pack.dbQId2/_old 2023-07-14 15:35:51.462011676 +0200 +++ /var/tmp/diff_new_pack.dbQId2/_new 2023-07-14 15:35:51.466011699 +0200 @@ -36,7 +36,10 @@ %setup -q -n %{name}-%{version} %build -# nothing to build +# Fix squilt on Tumbleweed +%if 0%{?suse_version} > 1500 +sed -i -e 's@/etc/nsswitch@/usr/etc/nsswitch@g' squilt +%endif %install install -Dm 0755 squilt %{buildroot}%{_bindir}/squilt