From c3a8ce604a92086986b702d8f16636b60a757cb5 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Thu, 29 Jul 2021 15:57:19 -0700 Subject: [PATCH] Convert to rpmautospec --- changelog | 22 ++++++++++++++++++++++ rust-below.spec | 25 ++----------------------- 2 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..883a574 --- /dev/null +++ b/changelog @@ -0,0 +1,22 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jul 6 2021 Michel Alexandre Salim - 0.2.0-4 +- Add README-epel.md with instructions for enabling PSI support +- Gate ExclusiveArch s390x to el8 only + +* Wed Jun 30 2021 Davide Cavalca - 0.2.0-3 +- Add vendored dependencies for EPEL and make it build there +- Exclude s390x for the EPEL build for now due to an upstream issue +- Mark logrotate config file as a config(noreplace) +- Add recommends for logrotate +- Fix permissions for the below binary + +* Mon Jun 28 2021 Davide Cavalca - 0.2.0-2 +- Install upstream systemd unit +- Install upstream logrotate config +- Add missing documentation +- Expand the description + +* Tue Jun 15 2021 Davide Cavalca - 0.2.0-1 +- Initial package diff --git a/rust-below.spec b/rust-below.spec index b961ccd..b2db95b 100644 --- a/rust-below.spec +++ b/rust-below.spec @@ -17,7 +17,7 @@ Name: rust-%{crate} Version: 0.2.0 -Release: 5%{?dist} +Release: %autorelease Summary: Interactive tool to view and record historical system data # Upstream license specification: Apache-2.0 @@ -139,25 +139,4 @@ install -d -m1777 %{buildroot}%{_localstatedir}/log/%{crate} %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.2.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jul 6 2021 Michel Alexandre Salim - 0.2.0-4 -- Add README-epel.md with instructions for enabling PSI support -- Gate ExclusiveArch s390x to el8 only - -* Wed Jun 30 2021 Davide Cavalca - 0.2.0-3 -- Add vendored dependencies for EPEL and make it build there -- Exclude s390x for the EPEL build for now due to an upstream issue -- Mark logrotate config file as a config(noreplace) -- Add recommends for logrotate -- Fix permissions for the below binary - -* Mon Jun 28 2021 Davide Cavalca - 0.2.0-2 -- Install upstream systemd unit -- Install upstream logrotate config -- Add missing documentation -- Expand the description - -* Tue Jun 15 2021 Davide Cavalca - 0.2.0-1 -- Initial package +%autochangelog