Dominique Leuenberger 2020-01-01 13:56:17 +00:00 committed by Git OBS Bridge
commit e96fd3d18a
5 changed files with 22 additions and 8 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
<param name="scm">git</param>
<param name="filename">fuse-overlayfs</param>
<param name="versionformat">0.5.1</param>
<param name="revision">v0.5.1</param>
<param name="versionformat">0.7.2</param>
<param name="revision">v0.7.2</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fuse-overlayfs</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4b1772ba77a10e59f666ec617745c2c37addec381d0c45ae1567ea97c805098
size 73040

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d6d91cd24f7c3ccd1ab1c11251ba08094645e2be818d803ee3c9e1eb9481a4e
size 79148

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
- Update to v0.7.2
- introduce inodes cache
- correctly read inode for unix sockets
- avoid hash map lookup when possible
- use st_dev for the ino key
- check whether writeback is supported
- set_attrs: don't require write to S_IFREG
- ioctl: do not reuse fi->fh for directories
- fix skip whiteout deletion optimization
- store the new mode after chmod
-------------------------------------------------------------------
Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package fuse-overlayfs
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: fuse-overlayfs
Version: 0.5.1
Version: 0.7.2
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only
Group: System/Management
Url: https://github.com/containers/fuse-overlayfs
URL: https://github.com/containers/fuse-overlayfs
Source0: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake