|
|
|
@ -1,27 +1,21 @@
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: fuse-sshfs
|
|
|
|
|
Version: 3.7.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 2.8
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://github.com/libfuse/sshfs
|
|
|
|
|
Source0: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz
|
|
|
|
|
Source1: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz.asc
|
|
|
|
|
Patch1: sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz
|
|
|
|
|
Source1: https://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz.asc
|
|
|
|
|
Provides: sshfs = %{version}-%{release}
|
|
|
|
|
Requires: fuse3 >= 3.1.0
|
|
|
|
|
Requires: openssh-clients
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: fuse3-devel >= 3.1.0
|
|
|
|
|
Requires: fuse >= 2.2
|
|
|
|
|
Requires: openssh-clients
|
|
|
|
|
BuildRequires: fuse-devel >= 2.2
|
|
|
|
|
BuildRequires: glib2-devel >= 2.0
|
|
|
|
|
BuildRequires: openssh-clients
|
|
|
|
|
# for man page
|
|
|
|
|
BuildRequires: python3-docutils
|
|
|
|
|
# for tests
|
|
|
|
|
BuildRequires: fuse3
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: openssh-clients
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -32,91 +26,28 @@ mounting the filesystem is as easy as logging into the server with ssh.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n sshfs-%{version}
|
|
|
|
|
# fix tests
|
|
|
|
|
sed -i "s/'fusermount'/'fusermount3'/g" test/util.py
|
|
|
|
|
%setup -q -n sshfs-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
cd %{_vpath_builddir}
|
|
|
|
|
python3 -m pytest test/
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS README.rst ChangeLog.rst
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_bindir}/sshfs
|
|
|
|
|
%{_sbindir}/mount.sshfs
|
|
|
|
|
%{_sbindir}/mount.fuse.sshfs
|
|
|
|
|
%{_mandir}/man1/sshfs.1.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 31 2022 Vasiliy Glazov <vascom2@gmail.com> - 3.7.3-1
|
|
|
|
|
- Update to 3.7.3
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Vasiliy Glazov <vascom2@gmail.com> - 3.7.2-1
|
|
|
|
|
- Update to 3.7.2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 13 2020 Vasiliy Glazov <vascom2@gmail.com> - 3.7.1-1
|
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Peter Lemenkov <lemenkov@gmail.com> - 3.7.0-3
|
|
|
|
|
- Refer to mount.fuse3 in man-page (rhbz#1808864)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 25 2020 Peter Lemenkov <lemenkov@gmail.com> - 3.7.0-2
|
|
|
|
|
- Fixed wrong sed invocation
|
|
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Peter Lemenkov <lemenkov@gmail.com> - 3.7.0-1
|
|
|
|
|
- Ver. 3.7.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 12 2019 Peter Lemenkov <lemenkov@gmail.com> - 3.6.0-1
|
|
|
|
|
- Ver. 3.6.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun May 19 2019 Peter Lemenkov <lemenkov@gmail.com> - 3.5.2-1
|
|
|
|
|
- Ver. 3.5.2
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Peter Lemenkov <lemenkov@gmail.com> - 3.5.1-1
|
|
|
|
|
- Ver. 3.5.1
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 18 2018 Michael Cronenworth <mike@cchtml.com> - 3.4.0-1
|
|
|
|
|
- Ver. 3.4.0
|
|
|
|
|
|
|
|
|
|
* Wed Aug 15 2018 Michael Cronenworth <mike@cchtml.com> - 2.10-1
|
|
|
|
|
- Ver. 2.10 - last 2.x release
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.8-5
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|