Update to 0.15.06

This commit is contained in:
Fabio Alessandro Locati 2023-03-25 16:42:55 +01:00
parent 66a46db26d
commit 3d37711811
No known key found for this signature in database
GPG Key ID: 6C87B5F613A3F7F8
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/stress-ng-0.14.05.tar.gz
/stress-ng-0.15.00.tar.gz
/stress-ng-0.15.05.tar.gz
/stress-ng-0.15.06.tar.gz

View File

@ -1 +1 @@
SHA512 (stress-ng-0.15.05.tar.gz) = 654fff49ade6bc44c1f855cf5869255ef626180ca9b9d83374cd18c000a1b3f2e9c8b3b653592d2896d66d4cbb7dc0d60e67233af73fdc8039c2ba530d45fad4
SHA512 (stress-ng-0.15.06.tar.gz) = a999ecb813504cdcd56cb3f9ac6633c91ee3df2c203866d29fb04b61c41ee5e7738ca84cdbdb2cb8c6fe969f29a64d21a8df17419901266efc7f1170eb18013a

View File

@ -1,5 +1,5 @@
Name: stress-ng
Version: 0.15.05
Version: 0.15.06
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
@ -50,6 +50,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Sat Mar 25 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.15.06-1
- Update to 0.15.06
- Fixes rhbz#2179538
* Sat Mar 11 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.15.05-1
- Update to 0.15.05
- Fixes rhbz#2130476