Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package f2fs-tools for openSUSE:Factory checked in at 2023-01-04 17:53:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old) and /work/SRC/openSUSE:Factory/.f2fs-tools.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "f2fs-tools" Wed Jan 4 17:53:10 2023 rev:22 rq:1055739 version:1.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes 2022-05-30 12:45:10.728488623 +0200 +++ /work/SRC/openSUSE:Factory/.f2fs-tools.new.1563/f2fs-tools.changes 2023-01-04 17:53:21.942451436 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:36:03 UTC 2022 - Ludwig Nussel <[email protected]> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ f2fs-tools.spec ++++++ --- /var/tmp/diff_new_pack.dK6Rt6/_old 2023-01-04 17:53:22.382454029 +0100 +++ /var/tmp/diff_new_pack.dK6Rt6/_new 2023-01-04 17:53:22.390454076 +0100 @@ -1,7 +1,7 @@ # # spec file for package f2fs-tools # -# 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 @@ -52,7 +52,7 @@ %description -n libf2fs_format8 This package contains a shared library to format F2 filesystems. -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %package compat Summary: f2fs utility compatibility symlinks Group: System/Filesystems @@ -87,7 +87,7 @@ rm -f "%buildroot/%_sbindir/sg_write_buffer" mkdir -p "%buildroot/sbin" "%buildroot/%_includedir" -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -sf "%_sbindir"/{defrag.f2fs,dump.f2fs,f2fstat,fibmap.f2fs,fsck.f2fs,mkfs.f2fs,parse.f2fs,resize.f2fs,sload.f2fs} "%buildroot/sbin/" %endif # for android-tools⦠this is of course totally untested. @@ -111,7 +111,7 @@ %files -n libf2fs_format8 %_libdir/libf2fs_format.so.* -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %files compat /sbin/* %endif
