From cea63dcf7cef257e53e5d1e19725f8f86b76d10c Mon Sep 17 00:00:00 2001 From: Qiumiao Zhang Date: Wed, 27 Dec 2023 10:43:52 +0800 Subject: [PATCH] fix release version number error Signed-off-by: Qiumiao Zhang (cherry picked from commit fa45c68e36af891da8052545991521cdb212b259) --- rsyslog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsyslog.spec b/rsyslog.spec index eda68a4..0de86de 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -7,7 +7,7 @@ Name: rsyslog Version: 8.2210.0 -Release: 6 +Release: 7 Summary: The rocket-fast system for log processing License: (GPLv3+ and ASL 2.0) URL: http://www.rsyslog.com/ -- Gitee