forked from pool/fuse3
Accepting request 876253 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961) OBS-URL: https://build.opensuse.org/request/show/876253 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=47
This commit is contained in:
parent
be04f01c04
commit
2ed3c040d6
@ -8,6 +8,11 @@ Fri Feb 5 09:28:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
* FUSE filesystems can now be mounted underneath EXFAT
|
* FUSE filesystems can now be mounted underneath EXFAT
|
||||||
mountpoints.
|
mountpoints.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 15 13:12:09 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- prepare usrmerge (boo#1029961)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 10:32:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 7 10:32:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -92,8 +92,6 @@ systems.
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
mkdir "%{buildroot}/sbin"
|
|
||||||
ln -s "%{_sbindir}/mount.fuse3" "%{buildroot}/sbin/"
|
|
||||||
|
|
||||||
# Remove unneeded stuff
|
# Remove unneeded stuff
|
||||||
rm -r %{buildroot}%{_prefix}/lib/udev
|
rm -r %{buildroot}%{_prefix}/lib/udev
|
||||||
@ -118,7 +116,6 @@ rm -r %{buildroot}%{_initddir}
|
|||||||
%config %{_sysconfdir}/fuse3.conf
|
%config %{_sysconfdir}/fuse3.conf
|
||||||
%{_mandir}/man1/fusermount3.1%{?ext_man}
|
%{_mandir}/man1/fusermount3.1%{?ext_man}
|
||||||
%{_mandir}/man8/mount.fuse3.8%{?ext_man}
|
%{_mandir}/man8/mount.fuse3.8%{?ext_man}
|
||||||
/sbin/mount.*
|
|
||||||
|
|
||||||
%files -n libfuse3-3
|
%files -n libfuse3-3
|
||||||
%{_libdir}/libfuse3.so.3*
|
%{_libdir}/libfuse3.so.3*
|
||||||
|
Loading…
Reference in New Issue
Block a user