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 8af39c3..2f10264 100644 --- a/SPECS/stress-ng.spec +++ b/SPECS/stress-ng.spec @@ -1,6 +1,6 @@ Name: stress-ng -Version: 0.13.00 -Release: 5%{?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 - 0.13.10-1 +- Rebase to upstream V0.13.10 +Resolves: rhbz#2028573 + * Mon Dec 06 2021 John Kacur - 0.13.00-5 - Change gating.yaml to read rhel-8 Resolves: rhbz#2017260