From 213ef656c52cdfd6e36eab55a6c208917cc2091d Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Mon, 17 May 2021 15:28:57 +0200 Subject: [PATCH] libfuse: add 3.10.3 (#23676) This also adds a patch to make libfuse compile with gcc@11: --- var/spack/repos/builtin/packages/libfuse/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/spack/repos/builtin/packages/libfuse/package.py b/var/spack/repos/builtin/packages/libfuse/package.py index dc7dddde515..8df03c53661 100644 --- a/var/spack/repos/builtin/packages/libfuse/package.py +++ b/var/spack/repos/builtin/packages/libfuse/package.py @@ -14,6 +14,7 @@ class Libfuse(MesonPackage): homepage = "https://github.com/libfuse/libfuse" url = "https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz" + version('3.10.3', sha256='c32527782cef620df58b162aa29901d1fb13253b029375d5860a2253a810344e') version('3.10.2', sha256='a16f93cc083264afd0d2958a0dc88f24c6c5d40a9f3842c645b1909e13edb75f') version('3.10.1', sha256='d8954e7b4c022c651aa80db3bb4a161437dd285cd5f1a23d0e25f055dcebe00d') version('3.10.0', sha256='52bbb52035f7eeaa54d139e21805d357f848f6e02ac956831d04988165a92c7b') @@ -37,6 +38,7 @@ def url_for_version(self, version): # Drops the install script which does system configuration patch('0001-Do-not-run-install-script.patch', when='@3: ~system_install') + patch('https://src.fedoraproject.org/rpms/fuse3/raw/0519b7bf17c4dd1b31ee704d49f8ed94aa5ba6ab/f/fuse3-gcc11.patch', sha256='3ad6719d2393b46615b5787e71778917a7a6aaa189ba3c3e0fc16d110a8414ec', when='@3: %gcc@11:') executables = ['^fusermount3?$']