diff --git a/_service b/_service
index f9ebf73..b307e17 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
https://github.com/openSUSE/multipython-macros.git
multipython-macros
- 1.0git
+ 1.0.git
diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes
index af30223..32157b6 100644
--- a/python-rpm-macros.changes
+++ b/python-rpm-macros.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed Jan 11 14:28:48 UTC 2017 - jmatejek@suse.com
+
+- change service version generator to use "1.0.git" instead of "1.0git"
+
-------------------------------------------------------------------
Fri Jan 6 17:36:58 UTC 2017 - jmatejek@suse.com
diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec
index 6980a28..0053094 100644
--- a/python-rpm-macros.spec
+++ b/python-rpm-macros.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-rpm-macros
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-rpm-macros
-Version: 1.0git.1483874658.ead0b0b
+Version: 1.0.git.1483874658.ead0b0b
Release: 0
-License: WTFPL
Summary: RPM macros for building of Python modules
+License: WTFPL
Url: https://github.com/opensuse/multipython-macros
Source: multipython-macros-%{version}.tar.bz2
# Fedora compatibility
@@ -50,3 +51,5 @@ install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm
%files
%defattr(-,root,root)
%{_sysconfdir}/rpm/macros.python_all
+
+%changelog