diff --git a/rust-resolv-conf.spec b/rust-resolv-conf.spec index c4a227d..26d0a17 100644 --- a/rust-resolv-conf.spec +++ b/rust-resolv-conf.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Resolv.conf file parser # Upstream license specification: MIT/Apache-2.0 @@ -96,6 +96,9 @@ which use "system" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Nov 22 2020 Fabio Valentini - 0.7.0-1 - Update to version 0.7.0. - Fixes RHBZ#1896890