diff --git a/_service b/_service
index 4a38d59..c38fb3c 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
https://github.com/containers/fuse-overlayfs.git
git
fuse-overlayfs
- 0.7.3
- v0.7.3
+ 0.7.5
+ v0.7.5
fuse-overlayfs
diff --git a/fuse-overlayfs-0.7.3.tar.xz b/fuse-overlayfs-0.7.3.tar.xz
deleted file mode 100644
index d4e75f4..0000000
--- a/fuse-overlayfs-0.7.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6
-size 79292
diff --git a/fuse-overlayfs-0.7.5.tar.xz b/fuse-overlayfs-0.7.5.tar.xz
new file mode 100644
index 0000000..17ccb66
--- /dev/null
+++ b/fuse-overlayfs-0.7.5.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aa1457b9eef7b9935235ad26a2cda78ef8b1bb517e56c44c2a049ff675e2b162
+size 79556
diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes
index eb36b7c..f712957 100644
--- a/fuse-overlayfs.changes
+++ b/fuse-overlayfs.changes
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert
+
+- Update to v0.7.5
+ - do not expose internal xattrs through listxattr and getxattr
+
+-------------------------------------------------------------------
+Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert
+
+- Update to v0.7.4
+ - fix fallocate for deleted files.
+ - ignore O_DIRECT. It causes issues with libfuse not using an
+ aligned buffer, causing write(2) to fail with EINVAL.
+ - on copyup, do not copy the opaque xattr.
+ - fix a wrong lookup for whiteout files, that could happen on a
+ double unlink.
+
-------------------------------------------------------------------
Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert
@@ -13,7 +30,7 @@ Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert
- Update to v0.7.2
- introduce inodes cache
- correctly read inode for unix sockets
- - avoid hash map lookup when possible
+ - 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
diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec
index b71e760..c86c2b6 100644
--- a/fuse-overlayfs.spec
+++ b/fuse-overlayfs.spec
@@ -17,7 +17,7 @@
Name: fuse-overlayfs
-Version: 0.7.3
+Version: 0.7.5
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only