diff --git a/_servicedata b/_servicedata
index c373091..a231542 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://github.com/openSUSE/python-rpm-macros.git
- 503823c8c45843a2f8787956ec160671b7d58b75
\ No newline at end of file
+ 191923304d5e383f982b461f604cf204dd6d14a2
\ No newline at end of file
diff --git a/python-rpm-macros-20200603.503823c.tar.xz b/python-rpm-macros-20200603.503823c.tar.xz
deleted file mode 100644
index 2ec0cda..0000000
--- a/python-rpm-macros-20200603.503823c.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ad7ccfb590b6ad21448ab5c3972f8f902f23295ecd9e3aebeb93001c7cdf5a62
-size 13916
diff --git a/python-rpm-macros-20200622.1919233.tar.xz b/python-rpm-macros-20200622.1919233.tar.xz
new file mode 100644
index 0000000..24866a4
--- /dev/null
+++ b/python-rpm-macros-20200622.1919233.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93e77b02162b98e409d44ff68887e8894bae0425f4a772e3ebe913f554d43182
+size 13920
diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes
index 732704c..768864a 100644
--- a/python-rpm-macros.changes
+++ b/python-rpm-macros.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Mon Jun 22 19:00:48 UTC 2020 - mcepl@cepl.eu
+
+- Update to version 20200622.1919233:
+ * Expand %buildroot first (avoid endless cycle; bsc#1162743)
+
+-------------------------------------------------------------------
+Mon Jun 22 12:41:25 UTC 2020 - mcepl@cepl.eu
+
+- Update to version 20200622.1f4c5d2:
+ * Add missing semicolon
+
-------------------------------------------------------------------
Wed Jun 3 12:01:30 UTC 2020 - Matej Cepl
diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec
index d90c177..e33a9c4 100644
--- a/python-rpm-macros.spec
+++ b/python-rpm-macros.spec
@@ -17,7 +17,7 @@
Name: python-rpm-macros
-Version: 20200603.503823c
+Version: 20200622.1919233
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL
@@ -49,6 +49,8 @@ dependencies automatically.
%prep
%setup -q
+%autopatch -p1
+
%if 0%{?suse_version} < 1330
mv macros-default-pythons macros/035-default-pythons
%endif