diff --git a/_service b/_service
index a75cfe4..a54e261 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/lyonel/lshw.git
git
enable
- @PARENT_TAG@+git.%cd
+ B.02.19.2+git.%cd
diff --git a/lshw.changes b/lshw.changes
index f906432..8203f2e 100644
--- a/lshw.changes
+++ b/lshw.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Aug 4 08:21:46 UTC 2021 - Martin Pluskal
+
+- Update versioning to to allow easy transition on SLE
+- Disable parallel build to avoid random failures
+
-------------------------------------------------------------------
Thu Jun 24 08:15:40 UTC 2021 - Martin Pluskal
diff --git a/lshw.obsinfo b/lshw.obsinfo
index 10bb7a5..7110c82 100644
--- a/lshw.obsinfo
+++ b/lshw.obsinfo
@@ -1,5 +1,5 @@
name: lshw
-version: B.02.19+git.20210619
+version: B.02.19.2+git.20210619
mtime: 1624083253
commit: 996aaad9c760efa6b6ffef8518999ec226af049a
diff --git a/lshw.spec b/lshw.spec
index de1eb21..28b967f 100644
--- a/lshw.spec
+++ b/lshw.spec
@@ -18,7 +18,7 @@
Name: lshw
-Version: B.02.19+git.20210619
+Version: B.02.19.2+git.20210619
Release: 0
Summary: HardWare LiSter
License: GPL-2.0-only
@@ -83,7 +83,8 @@ http://www.ezix.org/software/lshw.html
RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
STRIP=touch \
VERSION="%{version}" \
- all gui
+ all gui \
+ --jobs=1
%install
%make_install install-gui VERSION="%{version}"