From c9ec0c5f3f0b4a26cae0e134e96b1536f85edd62 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 16 Mar 2022 11:56:36 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 8 ++++++++ rust-sequoia-net.spec | 11 ++--------- 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..63c893c --- /dev/null +++ b/changelog @@ -0,0 +1,8 @@ +* Fri Jan 21 2022 Fedora Release Engineering - 0.23.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.23.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 08 2021 Fabio Valentini - 0.23.0-1 +- Initial package diff --git a/rust-sequoia-net.spec b/rust-sequoia-net.spec index db9ab8d..b4699ba 100644 --- a/rust-sequoia-net.spec +++ b/rust-sequoia-net.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.23.0 -Release: 3%{?dist} +Release: %autorelease Summary: Network services for OpenPGP # Upstream license specification: GPL-2.0-or-later @@ -122,11 +122,4 @@ which use "crypto-nettle" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.23.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.23.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Apr 08 2021 Fabio Valentini - 0.23.0-1 -- Initial package +%autochangelog