Skip to content

Commit b453f9e

Browse files
author
H. Peter Anvin (Intel)
committed
nasm.spec.in: be extra obnoxious about build requirements
It is better to put in too many BuildRequires than too few. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 35ef2e2 commit b453f9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nasm.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_ve
1212
URL: http://www.nasm.us/
1313
BuildRoot: /tmp/rpm-build-nasm
1414
Prefix: %{_prefix}
15-
@@PERLBUILDREQS@@
1615
BuildRequires: autoconf
1716
BuildRequires: automake
1817
BuildRequires: asciidoc
@@ -23,6 +22,10 @@ BuildRequires: make
2322
BuildRequires: gzip
2423
BuildRequires: xz
2524
BuildRequires: zlib-devel
25+
BuildRequires: sed
26+
BuildRequires: findutils
27+
BuildRequires: coreutils
28+
@@PERLBUILDREQS@@
2629
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2730
Obsoletes: %{name}-rdoff < 2.16
2831

0 commit comments

Comments
 (0)