import stress-ng-0.13.10-1.el8

This commit is contained in:
CentOS Sources 2022-01-27 05:05:14 +00:00 committed by Stepan Oksanichenko
parent d5fbae2702
commit 5fd5bec6b1
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/stress-ng-0.13.00.tar.xz SOURCES/stress-ng-0.13.10.tar.xz

View File

@ -1 +1 @@
1d0db3d7967edb508108b8950d16d85eeb4078ee SOURCES/stress-ng-0.13.00.tar.xz 0a3e6d112780c1f7230a175fae02aeaeee9d5437 SOURCES/stress-ng-0.13.10.tar.xz

View File

@ -1,6 +1,6 @@
Name: stress-ng Name: stress-ng
Version: 0.13.00 Version: 0.13.10
Release: 5%{?dist} Release: 1%{?dist}
Summary: Stress test a computer system in various ways Summary: Stress test a computer system in various ways
License: GPLv2+ License: GPLv2+
@ -45,7 +45,7 @@ install -pm 644 bash-completion/%{name} \
%files %files
%license COPYING %license COPYING
%doc README %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.* %{_mandir}/man1/%{name}.1.*
%dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion
@ -53,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}
%changelog %changelog
* Fri Jan 14 2022 John Kacur <jkacur@redhat.com> - 0.13.10-1
- Rebase to upstream V0.13.10
Resolves: rhbz#2028573
* Mon Dec 06 2021 John Kacur <jkacur@redhat.com> - 0.13.00-5 * Mon Dec 06 2021 John Kacur <jkacur@redhat.com> - 0.13.00-5
- Change gating.yaml to read rhel-8 - Change gating.yaml to read rhel-8
Resolves: rhbz#2017260 Resolves: rhbz#2017260