diff --git a/rust-rpassword.spec b/rust-rpassword.spec index af4c89c..d05b518 100644 --- a/rust-rpassword.spec +++ b/rust-rpassword.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Read passwords in console applications # Upstream license specification: Apache-2.0 @@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 5.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jan 20 2021 Fabio Valentini - 5.0.1-1 - Update to version 5.0.1. - Fixes RHBZ#1918059