From 4d508f8dcef5f684b2fe31bb4edbc2a45d1fc7b9 Mon Sep 17 00:00:00 2001 From: wguanghao Date: Fri, 30 Apr 2021 11:00:53 +0800 Subject: [PATCH] revert commit of fix VERSION issue when packaging --- lvm2.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index db011df..100af55 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -43,10 +43,10 @@ Name: lvm2 Version: 2.03.09 -Release: 4 +Release: 5 Epoch: 8 Summary: Tools for logical volume management -License: GPLv2 and LGPLv2 +License: GPLv2+ and LGPLv2.1 and BSD URL: http://sourceware.org/lvm2 Source0: https://sourceware.org/pub/lvm2/releases/LVM2.2.03.09.tgz Patch1: 0001-lvm2-set-default-preferred_names.patch @@ -214,7 +214,6 @@ An extensive functional testsuite for LVM2. %prep %autosetup -n LVM2.%{version} -p1 -sed -ie 's#(\|)\|-##g' VERSION %package -n device-mapper Summary: Low level logical volume management @@ -487,6 +486,9 @@ fi %changelog +* Fri Apr 30 2021 wuguanghao - 8:2.03.09-5 +- revert commit of fix VERSION issue when packaging + * Wed Dec 23 2020 yanglongkang - 8.2.03.09-4 - add epoch to the version of help package required add make test -- Gitee