From aa2f1e76d8a18cbd44446af103f64d38a92d64b5 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 17 Jun 2023 10:06:18 +0200 Subject: [PATCH] Update to 0.15.10 --- .gitignore | 1 + sources | 2 +- stress-ng.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc739c0..f34c17c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 6041847..95e6a59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stress-ng-0.15.06.tar.gz) = a999ecb813504cdcd56cb3f9ac6633c91ee3df2c203866d29fb04b61c41ee5e7738ca84cdbdb2cb8c6fe969f29a64d21a8df17419901266efc7f1170eb18013a +SHA512 (stress-ng-0.15.10.tar.gz) = 1aef11b1ad238e5c34fab3eb588ee3295f819d33eb769df963f89b2f3932ea69c3cf5036cd000dbb478c3b1c58aaf5c80ff52fcef38fc1b6a4da96fa740745d9 diff --git a/stress-ng.spec b/stress-ng.spec index d32f856..d7b29ea 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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 - 0.15.10-1 +- Update to 0.15.10 +- Fixes rhbz#2186552 + * Mon Jun 05 2023 Yaakov Selkowitz - 0.15.06-2 - Disable libbsd dependency in RHEL builds