Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fuse-exfat for openSUSE:Factory 
checked in at 2022-08-16 17:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse-exfat (Old)
 and      /work/SRC/openSUSE:Factory/.fuse-exfat.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse-exfat"

Tue Aug 16 17:07:25 2022 rev:4 rq:995234 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse-exfat/fuse-exfat.changes    2021-01-13 
18:36:38.090355914 +0100
+++ /work/SRC/openSUSE:Factory/.fuse-exfat.new.1521/fuse-exfat.changes  
2022-08-16 17:07:27.519826956 +0200
@@ -1,0 +2,6 @@
+Mon Aug 15 19:58:39 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- avoid bashism in post-scripts (bsc#1195391)
+- remove usrmerge hacks
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fuse-exfat.spec ++++++
--- /var/tmp/diff_new_pack.heudcT/_old  2022-08-16 17:07:27.975828320 +0200
+++ /var/tmp/diff_new_pack.heudcT/_new  2022-08-16 17:07:27.979828332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fuse-exfat
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2013 Sidlovsky, Yaroslav <zawer...@gmail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -51,10 +51,6 @@
 
 %install
 %make_install
-%if !0%{?usrmerged}
-mkdir  %{buildroot}/sbin
-ln -sf %{_sbindir}/{mount.exfat,mount.exfat-fuse} %{buildroot}/sbin
-%endif
 
 %post
 if ! grep -q -e '^exfat$' %{_sysconfdir}/filesystems ; then
@@ -68,7 +64,7 @@
 fi
 
 %postun
-if [ "$1" == "0" ]; then
+if [ "$1" = "0" ]; then
     sed -i -e '/exfat_fuse/d' -e '/^exfat$/d' %{_sysconfdir}/filesystems
     echo "Deleted 'exfat' and 'exfat_fuse' from the file 
%{_sysconfdir}/filesystems"
 fi
@@ -76,9 +72,6 @@
 %files
 %license COPYING
 %doc ChangeLog README
-%if !0%{?usrmerged}
-/sbin/*
-%endif
 %{_sbindir}/mount.exfat
 %{_sbindir}/mount.exfat-fuse
 %{_mandir}/man8/mount.exfat-fuse.8%{?ext_man}

Reply via email to