Add missing BuildRequires: gcc/gcc-c++
This commit is contained in:
parent
c4b5d50530
commit
4d597e355e
@ -1,7 +1,7 @@
|
||||
Summary: A hexadecimal file viewer and editor
|
||||
Name: hexedit
|
||||
Version: 1.2.13
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
URL: http://rigaux.org/hexedit.html
|
||||
@ -12,6 +12,7 @@ Patch1: hexedit-1.2.13-config.patch
|
||||
Patch2: hexedit-man-page-color.patch
|
||||
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
Hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
|
||||
@ -40,6 +41,9 @@ make install \
|
||||
%{_mandir}/man1/hexedit.1*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2018 Marek Skalický <mskalick@redhat.com> - 1.2.13-13
|
||||
- Add missing BuildRequires: gcc/gcc-c++
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user