From 7029d3d17051e058998a968eb1bddb5e49141c7f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 6 Nov 2023 14:44:17 -0500 Subject: [PATCH] Use `%autochangelog` Because it's way less annoying. --- composefs.spec | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/composefs.spec b/composefs.spec index 65e0a45..7c7e55c 100644 --- a/composefs.spec +++ b/composefs.spec @@ -1,6 +1,6 @@ Name: composefs Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools to handle creating and mounting composefs images License: GPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 @@ -65,13 +65,4 @@ rm -rf %{buildroot}%{_libdir}/libcomposefs.la %{_mandir}/man*/* %changelog -* Mon Oct 16 2023 Stephen Smoogen - 1.0.1-2 -- Take in fixes from reviwers to fix man page compression types -- Take in fixes from reviwers to move licenses to lib subpackage - -* Fri Oct 13 2023 Stephen Smoogen - 1.0.1-1 -- Update to 1.0.1 -- Confirm license is in SPDX format - -* Fri Apr 21 2023 Alexander Larsson -- Initial version +%autochangelog