fix mounting from kde by providing again %{_sbindir}/mount.ntfs symlink [release 2021.8.22-2mamba;Sat Dec 18 2021]
This commit is contained in:
parent
571eac99ec
commit
ca14c3b2ac
@ -2,13 +2,13 @@
|
||||
|
||||
Name: ntfs-3g_ntfsprogs
|
||||
Version: 2021.8.22
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Epoch: 1
|
||||
Summary: A read-write NTFS driver
|
||||
Group: System/Kernel and Hardware/Drivers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.tuxera.com/company/open-source/
|
||||
Source: http://tuxera.com/opensource/ntfs-3g_ntfsprogs-%{version}.tgz
|
||||
Source1: ntfs-3g-policy
|
||||
@ -66,9 +66,10 @@ Obsoletes: libntfs-devel < 1:2021.8.22
|
||||
|
||||
%description -n %{libname}-devel
|
||||
The NTFS-3G driver library.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch -p1
|
||||
@ -86,6 +87,8 @@ This package contains static libraries and header files need for development.
|
||||
rm -rf %{buildroot}%{_defaultdocdir}/ntfs-3g
|
||||
rm -f %{buildroot}/sbin/*
|
||||
|
||||
ln -s ../bin/ntfs-3g %{buildroot}%{_sbindir}/mount.ntfs
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -147,8 +150,7 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ntfs-3g*
|
||||
%{_bindir}/lowntfs-3g*
|
||||
#/sbin/mount.ntfs
|
||||
#%attr(754,root,root) /sbin/mount.ntfs-3g
|
||||
%{_sbindir}/mount.ntfs
|
||||
#/sbin/mount.lowntfs
|
||||
#%attr(754,root,root) /sbin/mount.lowntfs-3g
|
||||
%{_mandir}/man8/*ntfs-3g*
|
||||
@ -202,6 +204,9 @@ fi
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat Dec 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2021.8.22-2mamba
|
||||
- fix mounting from kde by providing again %{_sbindir}/mount.ntfs symlink
|
||||
|
||||
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 2021.8.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user