From f9b17418a81a8d50c5620a2848c38e398c08c923 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 24 Aug 2021 20:08:26 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 8 ++++++++ rust-ctr.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..24d0556 --- /dev/null +++ b/changelog @@ -0,0 +1,8 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 06 2020 Fabio Valentini - 0.6.0-1 +- Initial package diff --git a/rust-ctr.spec b/rust-ctr.spec index 2a5381c..8407122 100644 --- a/rust-ctr.spec +++ b/rust-ctr.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.0 -Release: 3%{?dist} +Release: %autorelease Summary: CTR block mode of operation # Upstream license specification: MIT OR Apache-2.0 @@ -71,11 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.6.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 06 2020 Fabio Valentini - 0.6.0-1 -- Initial package +%autochangelog