From 34e2013c79c7f7b092dc7ea97f2d50ef085c6f91 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:22:06 +0000 Subject: [PATCH] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-sysinfo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-sysinfo.spec b/rust-sysinfo.spec index 4109049..50f266b 100644 --- a/rust-sysinfo.spec +++ b/rust-sysinfo.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.18.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to get system information such as processes, processors, disks, components and networks # Upstream license specification: MIT @@ -139,6 +139,10 @@ which use "rayon" feature of "%{crate}" crate. %endif %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.18.2-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jun 24 2021 Davide Cavalca - 0.18.2-1 - Update to version 0.18.2. - Fixes RHBZ#1922628