Hello community, here is the log from the commit of package xfs for openSUSE:Factory checked in at 2020-01-06 15:21:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfs (Old) and /work/SRC/openSUSE:Factory/.xfs.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfs" Mon Jan 6 15:21:49 2020 rev:16 rq:761009 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xfs/xfs.changes 2018-11-18 23:31:28.845532621 +0100 +++ /work/SRC/openSUSE:Factory/.xfs.new.6675/xfs.changes 2020-01-06 15:21:50.452470097 +0100 @@ -1,0 +2,6 @@ +Sun Jan 5 21:17:26 UTC 2020 - Stefan Dirsch <[email protected]> + +- dropped /tmp/.font-unix deletion/creation from the init script + (boo#1159121) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfs.spec ++++++ --- /var/tmp/diff_new_pack.suzj0q/_old 2020-01-06 15:21:50.992470378 +0100 +++ /var/tmp/diff_new_pack.suzj0q/_new 2020-01-06 15:21:50.996470380 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # ++++++ xfs.init.d ++++++ --- /var/tmp/diff_new_pack.suzj0q/_old 2020-01-06 15:21:51.024470394 +0100 +++ /var/tmp/diff_new_pack.suzj0q/_new 2020-01-06 15:21:51.024470394 +0100 @@ -37,13 +37,7 @@ rc_status -v exit fi - # create new fonts.dir files if necessary /sbin/conf.d/SuSEconfig.fonts > /dev/null - find /tmp/.font-unix -type f -exec safe-rm {} \; 2> /dev/null - find /tmp/.font-unix -type d -exec safe-rmdir {} \; 2> /dev/null - rm -rf /tmp/.font-unix - mkdir --mode=0700 /tmp/.font-unix > /dev/null || { echo "can not create directory '/tmp/.font-unix'"; exit -1;} - chown nobody.nobody /tmp/.font-unix startproc -l /var/log/fs-errors $XFS_BIN -nodaemon -user nobody -port 7100 rc_status -v ;;
