remove unnecessary build require.

Conflicts:
	gdisk.spec

(cherry picked from commit 9d4103264913d85db024327a5a0151d6879063c8)
This commit is contained in:
zhouwenpei 2021-07-23 15:52:05 +08:00 committed by openeuler-sync-bot
parent a63f5c8672
commit a33ddddaaa

View File

@ -1,6 +1,6 @@
Name: gdisk
Version: 1.0.5
Release: 3
Release: 4
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
@ -9,7 +9,7 @@ Source0: http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
Patch1: 0001-Fix-segfault-on-some-weird-data-structures.patch
BuildRequires:ncurses-devel util-linux-devel gcc-c++ popt-devel git gdb
BuildRequires:ncurses-devel util-linux-devel gcc-c++ popt-devel git
%description
GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools.
@ -51,6 +51,9 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8
%{_mandir}/man8/*
%changelog
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.0.5-4
- remove unnecessary build require.
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 1.0.5-3
- add make test