From cd8d604234e276b852bcc7a38bd2fddaf2fc4149 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 12 Apr 2022 16:08:43 -0700 Subject: [PATCH] Convert to rpmautospec Signed-off-by: Michel Alexandre Salim --- changelog | 2 ++ rust-nu-path.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..a5bce8a --- /dev/null +++ b/changelog @@ -0,0 +1,2 @@ +* Mon Apr 04 2022 Michel Alexandre Salim - 0.60.0-1 +- Initial package diff --git a/rust-nu-path.spec b/rust-nu-path.spec index 94480d7..06ebcfd 100644 --- a/rust-nu-path.spec +++ b/rust-nu-path.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.60.0 -Release: 1%{?dist} +Release: %autorelease Summary: Path handling library for Nushell # Upstream license specification: MIT @@ -72,5 +72,4 @@ cp -p %{SOURCE1} LICENSE %endif %changelog -* Mon Apr 04 2022 Michel Alexandre Salim - 0.60.0-1 -- Initial package +%autochangelog