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
This commit is contained in:
parent
4b19648e0a
commit
7a0873e2b4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user