From 05be9aed0adedf13a8eebd67417f412a62da0316 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 12 Apr 2022 11:53:36 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 11 +++++++++++ rust-linux-raw-sys.spec | 14 ++------------ 2 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..0a26336 --- /dev/null +++ b/changelog @@ -0,0 +1,11 @@ +* Fri Jan 21 2022 Fedora Release Engineering - 0.0.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sun Nov 28 2021 Olivier Lemasle - 0.0.36-1 +- Bump to upstream 0.0.36 + +* Thu Sep 23 2021 Olivier Lemasle - 0.0.28-1 +- Bump to upstream 0.0.28 + +* Fri Jul 16 18:55:15 CEST 2021 Olivier Lemasle - 0.0.16-1 +- Initial package diff --git a/rust-linux-raw-sys.spec b/rust-linux-raw-sys.spec index 8c33c07..e85a1e0 100644 --- a/rust-linux-raw-sys.spec +++ b/rust-linux-raw-sys.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.0.36 -Release: 2%{?dist} +Release: %autorelease Summary: Generated bindings for Linux's userspace API # Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT @@ -231,14 +231,4 @@ which use "v5_4" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.0.36-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sun Nov 28 2021 Olivier Lemasle - 0.0.36-1 -- Bump to upstream 0.0.36 - -* Thu Sep 23 2021 Olivier Lemasle - 0.0.28-1 -- Bump to upstream 0.0.28 - -* Fri Jul 16 18:55:15 CEST 2021 Olivier Lemasle - 0.0.16-1 -- Initial package +%autochangelog