Update to 2.10
This commit is contained in:
parent
33721cc079
commit
2c934e1325
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,5 +1,2 @@
|
|||||||
sshfs-fuse-2.2.tar.gz
|
/sshfs-2.10.tar.gz
|
||||||
/sshfs-fuse-2.3.tar.gz
|
/sshfs-2.10.tar.gz.asc
|
||||||
/sshfs-fuse-2.4.tar.gz
|
|
||||||
/sshfs-fuse-2.5.tar.gz
|
|
||||||
/sshfs-2.8.tar.gz
|
|
||||||
|
@ -2,17 +2,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fuse-sshfs
|
Name: fuse-sshfs
|
||||||
Version: 2.8
|
Version: 2.10
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||||
Group: System Environment/Base
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/libfuse/sshfs
|
URL: https://github.com/libfuse/sshfs
|
||||||
Source0: https://github.com/libfuse/sshfs/releases/download/sshfs_%{version}/sshfs-%{version}.tar.gz
|
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
|
Source1: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.gz.asc
|
||||||
|
|
||||||
Provides: sshfs = %{version}-%{release}
|
Provides: sshfs = %{version}-%{release}
|
||||||
Requires: fuse >= 2.2
|
Requires: fuse >= 2.2
|
||||||
Requires: openssh-clients
|
Requires: openssh-clients
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: fuse-devel >= 2.2
|
BuildRequires: fuse-devel >= 2.2
|
||||||
BuildRequires: glib2-devel >= 2.0
|
BuildRequires: glib2-devel >= 2.0
|
||||||
@ -47,6 +48,9 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
|||||||
0ba25e848ee59e2595d6576c8f6284b6 sshfs-2.8.tar.gz
|
SHA512 (sshfs-2.10.tar.gz) = 8887eb634edc4c64cf7a0c1a1be4d9ef72d5080eec687d187898dc31bb841ed730850bae8467247a05e56c2b4ef7e9d02fdc0812d48876e145c9826a7406d9ff
|
||||||
|
SHA512 (sshfs-2.10.tar.gz.asc) = 5353b1625539132a924db9e5b03334d6f987b6f6f6241ff5fb98333263dda2e0e2931a4f4a30d59e59dca5edd586e41c957af3cdc6bd4092ccb6008fb7e7951c
|
||||||
|
Loading…
Reference in New Issue
Block a user