update buildrequire

This commit is contained in:
eulerstorage 2020-01-22 11:31:34 +08:00
parent a717ea7edf
commit 3b9997739e

View File

@ -1,12 +1,12 @@
Name: gdisk Name: gdisk
Version: 1.0.4 Version: 1.0.4
Release: 4 Release: 5
Summary: GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools Summary: GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools
License: GPLv2 License: GPLv2
URL: http://www.rodsbooks.com/gdisk URL: http://www.rodsbooks.com/gdisk
Source0: http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz Source0: http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
BuildRequires:ncurses-devel libuuid-devel gcc-c++ popt-devel git BuildRequires:ncurses-devel util-linux-devel gcc-c++ popt-devel git gdb
%description %description
GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools. GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools.
@ -45,5 +45,10 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Wed Jan 22 2020 sunshihao <sunshihao@huawei.com> - 1.0.4.5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update buildrequire
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4.4 * Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4.4
- Created spec file for 1.0.4.4 release - Created spec file for 1.0.4.4 release