diff --git a/_service b/_service
index 6851b50..aae8afd 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
https://github.com/containers/fuse-overlayfs.git
git
fuse-overlayfs
- 0.3
- v0.3
+ 0.4.1
+ v0.4.1
fuse-overlayfs
diff --git a/fuse-overlayfs-0.3.tar.xz b/fuse-overlayfs-0.3.tar.xz
deleted file mode 100644
index bf5848e..0000000
--- a/fuse-overlayfs-0.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:39049147da08ae38e0612835282067e9d12d642015da1c241089137facb93df0
-size 65868
diff --git a/fuse-overlayfs-0.4.1.tar.xz b/fuse-overlayfs-0.4.1.tar.xz
new file mode 100644
index 0000000..16ee1f5
--- /dev/null
+++ b/fuse-overlayfs-0.4.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b1986f75b43a65454871bce4816452eae5b74d109b031623d377a2db6eaa9d2
+size 69244
diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes
index c944786..4b7287b 100644
--- a/fuse-overlayfs.changes
+++ b/fuse-overlayfs.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Mon Jun 17 06:43:31 UTC 2019 - Sascha Grunert
+
+- Update to v0.4.1:
+ - create_directory: do not redeclare variable buf
+ - fuse-overlayfs: accept option "dev"
+ - fuse-overlayfs: add check to readdir for the node parent
+ - fuse-overlayfs: add cleanup for layers
+ - fuse-overlayfs: drop usage of static arrays for paths
+ - fuse-overlayfs: refactor some xattrs common code
+ - fuse-overlayfs: start using GCC autocleanup
+ - fuse-overlayfs: use cleanup function for initializing node
+ - fuse-overlays: fix interaction of unlink(2) with readdir(2)
+ - main: add missing debug messages
+ - main: do the unlink only after we created the temporary file
+ - main: fix a fd leak
+ - main: ignore EINVAL when copying xattrs
+ - setattr: use fd from fi->fh for ftruncate() whenever possible
+
-------------------------------------------------------------------
Thu Mar 28 20:38:29 UTC 2019 - Flavio Castelli
diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec
index 546938b..711c0e8 100644
--- a/fuse-overlayfs.spec
+++ b/fuse-overlayfs.spec
@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: fuse-overlayfs
-Version: 0.3
+Version: 0.4.1
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only