Compare commits
No commits in common. "c8s" and "a8" have entirely different histories.
1
.fuse-sshfs.metadata
Normal file
1
.fuse-sshfs.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
2b792aa5b3a45e0c3fe65c44bd9da8f64a690830 SOURCES/sshfs-2.8.tar.gz
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/sshfs-2.8.tar.gz
|
SOURCES/sshfs-2.8.tar.gz
|
||||||
/sshfs-2.8.tar.gz
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: fuse-sshfs
|
Name: fuse-sshfs
|
||||||
Version: 2.8
|
Version: 2.8
|
||||||
Release: 7%{?dist}
|
Release: 5%{?dist}.alma.1
|
||||||
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
Summary: FUSE-Filesystem to access remote filesystems via SSH
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -11,11 +11,8 @@ 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
|
||||||
|
|
||||||
# Fix premature free() in sftp_readdir_async()
|
# AlmaLinux Patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2000223
|
Patch1000: 1000-sshfs-fix-premature-free.patch
|
||||||
# https://github.com/libfuse/sshfs/commit/cc5d6bbbc5b7e78296f5245988b9ba947076a1b8.patch
|
|
||||||
Patch1: sshfs-fix-premature-free.patch
|
|
||||||
|
|
||||||
Provides: sshfs = %{version}-%{release}
|
Provides: sshfs = %{version}-%{release}
|
||||||
Requires: fuse >= 2.2
|
Requires: fuse >= 2.2
|
||||||
Requires: openssh-clients
|
Requires: openssh-clients
|
||||||
@ -32,7 +29,10 @@ mounting the filesystem is as easy as logging into the server with ssh.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n sshfs-%{version}
|
%setup -q -n sshfs-%{version}
|
||||||
|
|
||||||
|
# Applying AlmaLinux Patch
|
||||||
|
%patch -P 1000 -p1 -b .1000-sshfs-fix-premature-free
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -52,12 +52,8 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 07 2021 Richard W.M. Jones <rjones@redhat.com> - 2.8-7
|
* Mon Apr 20 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 2.8-5.alma.1
|
||||||
- Fix premature free() in sftp_readdir_async()
|
- Fix premature free() in sftp_readdir_async()
|
||||||
resolves: rhbz#2000223
|
|
||||||
|
|
||||||
* Thu Mar 21 2019 Richard W.M. Jones <rjones@redhat.com> - 2.8-6
|
|
||||||
- Add gating tests resolves: rhbz#1682788
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-5
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
Loading…
Reference in New Issue
Block a user