From 6f1e998dc45e3bad105fe83add422cb643636a3a Mon Sep 17 00:00:00 2001 From: Markeryang Date: Tue, 25 Oct 2022 07:19:30 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification (cherry picked from commit e871ed4dfc0cba58be9c4ca7d522c6cbffbe55c7) --- lzop.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lzop.spec b/lzop.spec index 3574367..36ef578 100644 --- a/lzop.spec +++ b/lzop.spec @@ -1,7 +1,7 @@ Name: lzop Summary: lzop is a file compressor very similar to gzip. Version: 1.04 -Release: 1 +Release: 2 License: GPLv2+ URL: https://www.lzop.org/ Source: https://www.lzop.org/download/%{name}-%{version}.tar.gz @@ -37,5 +37,8 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install %{_mandir}/man?/%{name}.* %changelog +* Tue Oct 25 2022 yanglongkang - 1.04-2 +- rebuild for next release + * Tue Aug 27 2019 openEuler Buildteam - 1.04-1 - Package init