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 2021-01-28 21:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old) and /work/SRC/openSUSE:Factory/.f2fs-tools.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "f2fs-tools" Thu Jan 28 21:29:20 2021 rev:18 rq:867518 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes 2020-08-29 20:36:51.753326770 +0200 +++ /work/SRC/openSUSE:Factory/.f2fs-tools.new.28504/f2fs-tools.changes 2021-01-28 21:29:21.428278751 +0100 @@ -1,0 +2,5 @@ +Tue Nov 24 16:40:28 UTC 2020 - Ludwig Nussel <lnus...@suse.de> + +- prepare usrmerge (boo#1029961) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ f2fs-tools.spec ++++++ --- /var/tmp/diff_new_pack.PizVf8/_old 2021-01-28 21:29:22.100279761 +0100 +++ /var/tmp/diff_new_pack.PizVf8/_new 2021-01-28 21:29:22.104279767 +0100 @@ -54,6 +54,7 @@ %description -n libf2fs_format7 This package contains a shared library to format F2 filesystems. +%if !0%{?usrmerged} %package compat Summary: f2fs utility compatibility symlinks Group: System/Filesystems @@ -62,6 +63,7 @@ %description compat This subpackage contains symbolic links /sbin/fsck.* and /sbin/mkfs.* needed for programs that assume these locations. +%endif %package devel Summary: Development files for f2fs @@ -85,7 +87,9 @@ find %buildroot -type f -name "*.la" -delete -print mkdir -p "%buildroot/sbin" "%buildroot/%_includedir" +%if !0%{?usrmerged} 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. # The shared library for example has a "main" symbol :-/ cp -a include/f2fs_fs.h mkfs/f2fs_format_utils.h \ @@ -107,8 +111,10 @@ %files -n libf2fs_format7 %_libdir/libf2fs_format.so.* +%if !0%{?usrmerged} %files compat /sbin/* +%endif %files devel %_includedir/*.h