From a5cb01722a6fe78a6abc959fe2399e81886b9b70 Mon Sep 17 00:00:00 2001 From: wguanghao Date: Fri, 30 Apr 2021 10:29:07 +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 49a5136..a9f392b 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -43,10 +43,10 @@ Name: lvm2 Version: 2.03.11 -Release: 2 +Release: 3 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.11.tgz Patch1: 0001-lvm2-set-default-preferred_names.patch @@ -213,7 +213,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 @@ -486,6 +485,9 @@ fi %changelog +* Mon Jul 26 2021 wuguanghao - 8.2.03.11-3 +- revert commit of fix VERSION issue when packaging + * Fri Jul 23 2021 zhouwenpei - 8.2.03.11-2 - remove unnecessary build require. -- Gitee