diff --git a/_service b/_service
index 25a63c5..f10dce0 100644
--- a/_service
+++ b/_service
@@ -1,17 +1,17 @@
-
+
https://github.com/openSUSE/golang-packaging
git
+ golang-packaging
.git
14.9.0
v14.9.0
enable
-
- golang-packaging-*.tar
- gz
+
+ *.tar
+ xz
-
- golang-packaging
+
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index fbe08f9..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/openSUSE/golang-packaging
- 71c2a606f6a9b22e75366cf3ef91a7d3be23b65e
\ No newline at end of file
diff --git a/golang-packaging-14.9.0.tar.gz b/golang-packaging-14.9.0.tar.gz
deleted file mode 100644
index 228f53f..0000000
--- a/golang-packaging-14.9.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:028edecf1f15b0b8af666f5622c399f48b1af5018eaf91b4d3668ed77be3ceb4
-size 20643
diff --git a/golang-packaging-14.9.0.tar.xz b/golang-packaging-14.9.0.tar.xz
new file mode 100644
index 0000000..676332e
--- /dev/null
+++ b/golang-packaging-14.9.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:19129fbf9d5224e499a8896700940b12dccd0eec21d39fde236d24145990a7f4
+size 18856
diff --git a/golang-packaging.changes b/golang-packaging.changes
index 4e96a2f..f778ebc 100644
--- a/golang-packaging.changes
+++ b/golang-packaging.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Sun Apr 17 14:38:04 UTC 2016 - mpluskal@suse.com
+
+- Update service
+ * use xz for compression
+ * change from disabled to localonly
+- Update spec file to actually use tarball generated by _service
+- Drop useless _servicedata
+
-------------------------------------------------------------------
Fri Apr 15 09:02:35 UTC 2016 - tboerger@suse.com
diff --git a/golang-packaging.spec b/golang-packaging.spec
index c103d66..7869d1c 100644
--- a/golang-packaging.spec
+++ b/golang-packaging.spec
@@ -23,9 +23,10 @@ Summary: A toolchain to help packaging golang
License: GPL-3.0
Group: Development/Languages/Golang
Url: https://github.com/marguerite/%{name}
-Source: https://github.com/marguerite/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
BuildRequires: rpm
BuildRequires: ruby
+BuildRequires: xz
Requires: go
Requires: ruby
BuildRoot: %{_tmppath}/%{name}-%{version}-build