From 7a0873e2b461637823416b2e6206e47f70d264e1d5d659d1e018ff19f4736b92 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 9 Feb 2016 13:20:27 +0000 Subject: [PATCH] Accepting request 358064 from home:pluskalm:branches:filesystems - Provide symlinks to /sbin (see boo#965476) OBS-URL: https://build.opensuse.org/request/show/358064 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=5 --- fuse-exfat.changes | 5 +++++ fuse-exfat.spec | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/fuse-exfat.changes b/fuse-exfat.changes index 0372747..1e4eb16 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 6 15:02:20 UTC 2016 - mpluskal@suse.com + +- Provide symlinks to /sbin (see boo#965476) + ------------------------------------------------------------------- Sun Jan 17 12:55:18 UTC 2016 - mpluskal@suse.com diff --git a/fuse-exfat.spec b/fuse-exfat.spec index f258742..2645421 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -51,7 +51,11 @@ autoreconf -fiv make %{?_smp_mflags} %install -%make_install install +%make_install +#UsrMerge +mkdir %{buildroot}/sbin +ln -sf %{_sbindir}/{mount.exfat,mount.exfat-fuse} %{buildroot}/sbin +#EndUsrMerge %post if ! grep -q -e '^exfat$' %{_sysconfdir}/filesystems ; then @@ -73,8 +77,11 @@ fi %files %defattr(-,root,root) %doc ChangeLog COPYING README +#UsrMerge +/sbin/* +#EndUsrMerge %{_sbindir}/mount.exfat %{_sbindir}/mount.exfat-fuse -%{_mandir}/man8/* +%{_mandir}/man8/mount.exfat-fuse.8%{ext_man} %changelog