From e6aa336351987abdac83d4d9d5b13f3ea7d80539 Mon Sep 17 00:00:00 2001 From: chendexi Date: Mon, 13 Jun 2022 06:01:24 +0000 Subject: [PATCH] Remove the release suffix --- python-nbxmpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 2656083..faf2cba 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 0.6.10 -Release: 2%{?dist} +Release: 3 Summary: %{sum} License: GPLv3 URL: https://dev.gajim.org/gajim/python-nbxmpp/ @@ -69,6 +69,9 @@ find doc/ -type f -perm /111 -exec chmod -x {} + %doc doc/* %changelog +* Mon Jun 13 2022 chendexi - 0.6.10-3 +- Remove the release suffix + * Fri Jul 26 2019 Fedora Release Engineering - 0.6.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild -- Gitee