Update to 0.15.10

This commit is contained in:
Fabio Alessandro Locati 2023-06-17 10:06:18 +02:00
parent 2f4d523083
commit aa2f1e76d8
No known key found for this signature in database
GPG Key ID: 6C87B5F613A3F7F8
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
SHA512 (stress-ng-0.15.06.tar.gz) = a999ecb813504cdcd56cb3f9ac6633c91ee3df2c203866d29fb04b61c41ee5e7738ca84cdbdb2cb8c6fe969f29a64d21a8df17419901266efc7f1170eb18013a
SHA512 (stress-ng-0.15.10.tar.gz) = 1aef11b1ad238e5c34fab3eb588ee3295f819d33eb769df963f89b2f3932ea69c3cf5036cd000dbb478c3b1c58aaf5c80ff52fcef38fc1b6a4da96fa740745d9

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.15.06
Release: 2%{?dist}
Version: 0.15.10
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
@ -52,6 +52,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Sat Jun 17 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.15.10-1
- Update to 0.15.10
- Fixes rhbz#2186552
* Mon Jun 05 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.15.06-2
- Disable libbsd dependency in RHEL builds