diff --git a/.gitignore b/.gitignore
index 387db1a..25e9398 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/stress-ng-0.13.00.tar.xz
+SOURCES/stress-ng-0.13.10.tar.xz
diff --git a/.stress-ng.metadata b/.stress-ng.metadata
index f76ac11..57a27bd 100644
--- a/.stress-ng.metadata
+++ b/.stress-ng.metadata
@@ -1 +1 @@
-1d0db3d7967edb508108b8950d16d85eeb4078ee SOURCES/stress-ng-0.13.00.tar.xz
+0a3e6d112780c1f7230a175fae02aeaeee9d5437 SOURCES/stress-ng-0.13.10.tar.xz
diff --git a/SPECS/stress-ng.spec b/SPECS/stress-ng.spec
index c203802..3d0f9ae 100644
--- a/SPECS/stress-ng.spec
+++ b/SPECS/stress-ng.spec
@@ -1,6 +1,6 @@
 Name:		stress-ng
-Version:	0.13.00
-Release:	2%{?dist}
+Version:	0.13.10
+Release:	1%{?dist}
 Summary:	Stress test a computer system in various ways
 
 License:	GPLv2+
@@ -45,7 +45,7 @@ install -pm 644 bash-completion/%{name} \
 
 %files
 %license COPYING
-%doc README
+%doc README.md
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.*
 %dir %{_datadir}/bash-completion
@@ -53,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
 %{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Fri Jan 14 2022 John Kacur <jkacur@redhat.com> - 0.13.10-1
+- Rebase to upstres V0.13.10
+Resolves; rhbz#2018597
+
 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.13.00-2
 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
   Related: rhbz#1991688