From 0daeb7c8eb1ae8c3e4de0f5fb1af61f3210875b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 18:40:07 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-procfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-procfs.spec b/rust-procfs.spec index bb148a4..ff37b00 100644 --- a/rust-procfs.spec +++ b/rust-procfs.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interface to the linux procfs pseudo-filesystem # Upstream license specification: MIT OR Apache-2.0 @@ -96,6 +96,9 @@ which use "chrono" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 07 2020 Fabio Valentini - 0.9.1-1 - Update to version 0.9.1. - Fixes RHBZ#1904719