From f04b92638f62480ce167e4ae23eabae72df57786 Mon Sep 17 00:00:00 2001 From: zhanchengbin Date: Wed, 29 Sep 2021 17:20:06 +0800 Subject: [PATCH] https://gitee.com/src-openeuler/gdisk/pulls/14 This link is used to synchronize the code, but the version in the spec is not consistent after the synchronization. Therefore, this commit is used to modify the version in the spec. (cherry picked from commit fc509e64b25b23b6942e695a6818f261e783b222) --- gdisk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdisk.spec b/gdisk.spec index 650c279..2782925 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -1,6 +1,6 @@ Name: gdisk Version: 1.0.5 -Release: 5 +Release: 6 Summary: GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools License: GPLv2 URL: http://www.rodsbooks.com/gdisk @@ -51,7 +51,7 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog -* Fri Jul 30 2021 chenyanpanHW - 1.0.5-5 +* Fri Jul 30 2021 chenyanpanHW - 1.0.5-6 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git * Fri Jul 23 2021 zhouwenpei - 1.0.5-4 -- Gitee