From dc5258691bb84e94f661a80debceecfeea92338b Mon Sep 17 00:00:00 2001 From: small_leek Date: Wed, 15 Feb 2023 07:02:30 +0000 Subject: [PATCH] add release , rebuild for openEuler-23.03 Signed-off-by: small_leek --- bzip2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bzip2.spec b/bzip2.spec index 2a6cbe5..dfb8a24 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,6 +1,6 @@ Name: bzip2 Version: 1.0.8 -Release: 6 +Release: 7 Summary: A high-quality data compressor License: BSD @@ -91,6 +91,9 @@ make check %{_mandir}/man1/b*.1.gz %changelog +* Wed Feb 15 2023 xiasenlin - 1.0.8-7 +- rebuild for openEuler-23.03 + * Mon Oct 31 2022 yanglongkang - 1.0.8-6 - license and version print should output to stdout and exit with code -- Gitee