From 1230dd37bb08ae5f281310898811ffb91ad67d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=81=E6=9D=B0?= Date: Wed, 13 Dec 2023 12:36:13 +0000 Subject: [PATCH] fix release version in spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李宁杰 --- tar.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tar.spec b/tar.spec index eb27a2e..48afbd3 100644 --- a/tar.spec +++ b/tar.spec @@ -1,7 +1,7 @@ Name: tar Version: 1.34 -Release: 4 -Epoch: 3 +Release: 5 +Epoch: 2 Summary: An organized and systematic method of controlling a large amount of data License: GPLv3+ URL: http://www.gnu.org/software/tar/ -- Gitee