diff --git a/_service b/_service
index 21ea77b..9c9dac3 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,9 @@
no
.git
infinipath-psm
- 3.3-26_g604758e
+ @PARENT_TAG@.@TAG_OFFSET@.%h
+ v(.*)
+ \1
604758e76dc31e68d1de736ccf5ddf16cb22355b
diff --git a/infinipath-psm-3.3-26_g604758e.tar.gz b/infinipath-psm-3.3-26_g604758e.tar.gz
deleted file mode 100644
index de7b748..0000000
--- a/infinipath-psm-3.3-26_g604758e.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:332ae028c368c5f60478cac67973f595c77e6855b3e0d8f8b10a07680f93c9bf
-size 398942
diff --git a/infinipath-psm-3.3.26.604758e.tar.gz b/infinipath-psm-3.3.26.604758e.tar.gz
new file mode 100644
index 0000000..1ba43a2
--- /dev/null
+++ b/infinipath-psm-3.3.26.604758e.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:376ed73f92bcdf1c300e1abf76288cbe4d00db93417701594582048cc6845a0e
+size 399460
diff --git a/infinipath-psm.changes b/infinipath-psm.changes
index 803502a..9883257 100644
--- a/infinipath-psm.changes
+++ b/infinipath-psm.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Sep 5 12:28:30 UTC 2017 - nmoreychaisemartin@suse.com
+
+- Update _service to allow auto updates from github
+
-------------------------------------------------------------------
Fri Jun 30 07:24:55 UTC 2017 - nmoreychaisemartin@suse.com
diff --git a/infinipath-psm.spec b/infinipath-psm.spec
index dfefe0c..94f0e51 100644
--- a/infinipath-psm.spec
+++ b/infinipath-psm.spec
@@ -16,7 +16,7 @@
#
-%define my_release -26_g604758e
+%define git_ver .26.604758e
Name: infinipath-psm
Version: 3.3
@@ -25,7 +25,7 @@ Summary: QLogic PSM Libraries
License: BSD-2-Clause or GPL-2.0
Group: Productivity/Networking/System
Url: http://www.qlogic.com/
-Source0: %{name}-%{version}%{my_release}.tar.gz
+Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM infinipath-psm-cflags.patch pth@suse.de
Patch0: infinipath-psm-cflags.patch
@@ -86,7 +86,7 @@ necessary to implement higher level communications
interfaces in parallel environments.
%prep
-%setup -q -n infinipath-psm-%{version}%{my_release}
+%setup -q -n %{name}-%{version}%{git_ver}
%patch0
%patch1
%patch3