Accepting request 534301 from home:admorgan:branches:filesystems

Fix download link in fuse.spec

OBS-URL: https://build.opensuse.org/request/show/534301
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=66
This commit is contained in:
2017-10-16 19:35:15 +00:00
committed by Git OBS Bridge
parent aacd3911bb
commit 6b87eb0686
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 16 19:28:32 UTC 2017 - admorgan@morgancomputers.net
- Fix download link in fuse.spec
-------------------------------------------------------------------
Fri Oct 6 15:57:44 UTC 2017 - admorgan@morgancomputers.net

View File

@@ -16,7 +16,6 @@
#
%define tag 2_9_7
Name: fuse
Version: 2.9.7
Release: 0
@@ -24,11 +23,11 @@ Summary: User space File System
License: GPL-2.0+ and LGPL-2.1+
Group: System/Filesystems
Url: https://github.com/libfuse/libfuse
Source: https://github.com/libfuse/libfuse/releases/tag/fuse-%{version}/fuse-%{version}.tar.gz
Source: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz
Source2: fuse.rpmlintrc
Source3: baselibs.conf
Source4: fuse.conf
Source5: https://github.com/libfuse/libfuse/releases/tag/fuse-%{version}//fuse-%{version}.tar.gz.asc
Source5: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz.asc
Source6: fuse.keyring
Patch0: fuse-install-fix.diff
Patch3: fusermount-compile-as-pie.patch