From f9c9eb311de03992c6ccf8ec4ed607bf6445eb52 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 2 Sep 2021 11:01:46 -0400 Subject: [PATCH] Drop use of rpmautospec for the release field See https://pagure.io/fedora-ci/general/issue/273 Signed-off-by: Stephen Gallagher --- libuv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index 2a4e868..ed8249f 100644 --- a/libuv.spec +++ b/libuv.spec @@ -6,7 +6,7 @@ Name: libuv Epoch: 1 Version: 1.42.0 -Release: %autorelease +Release: 2%{?dist} Summary: Platform layer for node.js # the licensing breakdown is described in detail in the LICENSE file @@ -81,4 +81,8 @@ install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %{_libdir}/%{name}.a %changelog +* Thu Sep 02 2021 Stephen Gallagher - 1.42.0-2 +- Drop use of rpmautospec for the release field due to + https://pagure.io/fedora-ci/general/issue/273 + %autochangelog