From 3018eaa2273f6976d99bbb17322ef604175390cf Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 12 Apr 2022 18:28:19 -0700 Subject: [PATCH] Convert to rpmautospec Signed-off-by: Michel Alexandre Salim --- changelog | 2 ++ rust-miette.spec | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..39000c5 --- /dev/null +++ b/changelog @@ -0,0 +1,2 @@ +* Sat Mar 26 2022 Michel Alexandre Salim - 4.2.1-1 +- Initial package diff --git a/rust-miette.spec b/rust-miette.spec index 68eb42a..4853d8d 100644 --- a/rust-miette.spec +++ b/rust-miette.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 4.2.1 -Release: 1%{?dist} +Release: %autorelease Summary: Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers # Upstream license specification: Apache-2.0 @@ -182,5 +182,4 @@ use the "textwrap" feature of the "%{crate}" crate. %endif %changelog -* Sat Mar 26 2022 Michel Alexandre Salim - 4.2.1-1 -- Initial package +%autochangelog