Accepting request 862852 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961) OBS-URL: https://build.opensuse.org/request/show/862852 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=12
This commit is contained in:
parent
c834462bc3
commit
92acd822a2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 09:37:33 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- prepare usrmerge (boo#1029961)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 11 13:49:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 11 13:49:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuse-exfat
|
# spec file for package fuse-exfat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2013 Sidlovsky, Yaroslav <zawertun@gmail.com>
|
# Copyright (c) 2013 Sidlovsky, Yaroslav <zawertun@gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -51,10 +51,10 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
#UsrMerge
|
%if !0%{?usrmerged}
|
||||||
mkdir %{buildroot}/sbin
|
mkdir %{buildroot}/sbin
|
||||||
ln -sf %{_sbindir}/{mount.exfat,mount.exfat-fuse} %{buildroot}/sbin
|
ln -sf %{_sbindir}/{mount.exfat,mount.exfat-fuse} %{buildroot}/sbin
|
||||||
#EndUsrMerge
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if ! grep -q -e '^exfat$' %{_sysconfdir}/filesystems ; then
|
if ! grep -q -e '^exfat$' %{_sysconfdir}/filesystems ; then
|
||||||
@ -76,9 +76,9 @@ fi
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
#UsrMerge
|
%if !0%{?usrmerged}
|
||||||
/sbin/*
|
/sbin/*
|
||||||
#EndUsrMerge
|
%endif
|
||||||
%{_sbindir}/mount.exfat
|
%{_sbindir}/mount.exfat
|
||||||
%{_sbindir}/mount.exfat-fuse
|
%{_sbindir}/mount.exfat-fuse
|
||||||
%{_mandir}/man8/mount.exfat-fuse.8%{?ext_man}
|
%{_mandir}/man8/mount.exfat-fuse.8%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user