forked from pool/fuse-overlayfs
Accepting request 762136 from home:sgrunert
- Update to v0.7.3 - fix build with -fno-common - fix possible segmentation fault in direct_fsync() - use the data store to create missing whiteouts - after a rename, force a directory reload OBS-URL: https://build.opensuse.org/request/show/762136 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=9
This commit is contained in:
parent
4ff0ad524e
commit
ddee2220c0
4
_service
4
_service
@ -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.7.2</param>
|
||||
<param name="revision">v0.7.2</param>
|
||||
<param name="versionformat">0.7.3</param>
|
||||
<param name="revision">v0.7.3</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">fuse-overlayfs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d6d91cd24f7c3ccd1ab1c11251ba08094645e2be818d803ee3c9e1eb9481a4e
|
||||
size 79148
|
3
fuse-overlayfs-0.7.3.tar.xz
Normal file
3
fuse-overlayfs-0.7.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6
|
||||
size 79292
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v0.7.3
|
||||
- fix build with -fno-common
|
||||
- fix possible segmentation fault in direct_fsync()
|
||||
- use the data store to create missing whiteouts
|
||||
- after a rename, force a directory reload
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fuse-overlayfs
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
Summary: FUSE implementation for overlayfs
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user