diff --git a/.gitattributes b/.gitattributes
index 9b03811..d8304af 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
+## Specific LFS patterns
+rshim-2.0.4.15.tar filter=lfs diff=lfs merge=lfs -text
diff --git a/_service b/_service
new file mode 100644
index 0000000..2efa43b
--- /dev/null
+++ b/_service
@@ -0,0 +1,12 @@
+
+
+
+
+
+ git
+ https://github.com/Mellanox/rshim-user-space.git
+ rshim
+ rshim(.*)
+ @PARENT_TAG@.@TAG_OFFSET@
+
+
diff --git a/rshim-2.0.4.15.tar b/rshim-2.0.4.15.tar
new file mode 100644
index 0000000..2eaba1e
--- /dev/null
+++ b/rshim-2.0.4.15.tar
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b7e32d3fdee7f5a1c8d3b8ad530dd545146530eddf60b26e661333a3dd598c9
+size 245760
diff --git a/rshim-2.0.4.tar.gz b/rshim-2.0.4.tar.gz
deleted file mode 100644
index 3cdcac0..0000000
--- a/rshim-2.0.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:48d0e0467a3d13286c810d2c50751bfbb58cd8e328b82ebe8e08264add47b052
-size 48912
diff --git a/rshim.changes b/rshim.changes
index 4b93c05..05f9e85 100644
--- a/rshim.changes
+++ b/rshim.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Jun 10 10:56:05 UTC 2020 - Matthias Brugger
+
+- add _service file
+- update to latest version
+
-------------------------------------------------------------------
Mon Apr 27 13:45:32 UTC 2020 - Matthias Brugger
diff --git a/rshim.spec b/rshim.spec
index c4d9d35..5a6c219 100644
--- a/rshim.spec
+++ b/rshim.spec
@@ -18,13 +18,13 @@
Name: rshim
-Version: 2.0.4
+Version: 2.0.4.15
Release: 0
Summary: User-space driver for Mellanox BlueField SoC
License: GPL-2.0-only
Group: System/Management
URL: https://github.com/mellanox/rshim-user-space
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fuse-devel