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