Update to 0.17.01

This commit is contained in:
Fabio Alessandro Locati 2023-11-11 11:20:29 +01:00
parent 3bb1f53abc
commit 7797264d9a
No known key found for this signature in database
GPG Key ID: 6C87B5F613A3F7F8
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/stress-ng-0.16.02.tar.gz /stress-ng-0.16.02.tar.gz
/stress-ng-0.16.04.tar.gz /stress-ng-0.16.04.tar.gz
/stress-ng-0.16.05.tar.gz /stress-ng-0.16.05.tar.gz
/stress-ng-0.17.01.tar.gz

View File

@ -1 +1 @@
SHA512 (stress-ng-0.16.05.tar.gz) = 03c854a0b5028e43a826f8f2c721ed828731c0b52c0d15f4415807d885d3d81abe969820e27e2c40eb459c2c5a987c18ae9dd7923a755bac1aade923d71d71d8 SHA512 (stress-ng-0.17.01.tar.gz) = 1fc4ec634c000b6fa314d6b48f66ff0f26ffb2bd47894c7a88eaf51f292e8ae5534f766c307588d14dcee9fd926955b30071eebb41610c47c9a23c7e01ff6c50

View File

@ -1,5 +1,5 @@
Name: stress-ng Name: stress-ng
Version: 0.16.05 Version: 0.17.01
Release: 1%{?dist} Release: 1%{?dist}
Summary: Stress test a computer system in various ways Summary: Stress test a computer system in various ways
@ -54,6 +54,14 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}
%changelog %changelog
* Sat Nov 11 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.17.01-1
- Update to 0.17.01
- Fixes rhbz#2242847
* Wed Oct 11 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.17.00-1
- Update to 0.17.00
- Fixes rhbz#2242847
* Sun Oct 01 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.05-1 * Sun Oct 01 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.05-1
- Update to 0.16.05 - Update to 0.16.05
- Fixes rhbz#2237812 - Fixes rhbz#2237812