Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cifs-utils for openSUSE:Factory checked in at 2023-01-07 17:15:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old) and /work/SRC/openSUSE:Factory/.cifs-utils.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cifs-utils" Sat Jan 7 17:15:53 2023 rev:72 rq:1056227 version:7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes 2022-10-19 13:17:11.725162216 +0200 +++ /work/SRC/openSUSE:Factory/.cifs-utils.new.1563/cifs-utils.changes 2023-01-07 17:16:07.464870932 +0100 @@ -1,0 +2,5 @@ +Wed Jan 4 10:32:54 UTC 2023 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cifs-utils.spec ++++++ --- /var/tmp/diff_new_pack.vysrrw/_old 2023-01-07 17:16:07.976873987 +0100 +++ /var/tmp/diff_new_pack.vysrrw/_new 2023-01-07 17:16:07.980874010 +0100 @@ -1,7 +1,7 @@ # # spec file for package cifs-utils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -137,7 +137,7 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE -fpie" export LDFLAGS="-pie" autoreconf -i -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 export ROOTSBINDIR="%{_sbindir}" %endif %configure \ @@ -187,7 +187,7 @@ fi %files -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 %{_sbindir}/mount.cifs %{_sbindir}/mount.smb3 %else