From 6f4a30c022422e3a658bef3a9df37fe11d6d561a Mon Sep 17 00:00:00 2001 From: "Brian P. Hinz" Date: Sat, 19 Mar 2016 15:41:27 -0400 Subject: [PATCH] Add missing BuildPrereq to el5 spec file NASM 2.01 can be rebuilt from el6 spec file --- contrib/packages/rpm/el5/SPECS/tigervnc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/packages/rpm/el5/SPECS/tigervnc.spec b/contrib/packages/rpm/el5/SPECS/tigervnc.spec index 16c185ed..08fff0bb 100644 --- a/contrib/packages/rpm/el5/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el5/SPECS/tigervnc.spec @@ -127,6 +127,7 @@ BuildRequires: kernel-headers, libatomic_ops-devel BuildRequires: xz %if !%{_bootstrap} BuildRequires: %{name}-static-devel == %{version} +BuildRequires: nasm >= 2.01 %endif Requires(post): initscripts chkconfig coreutils -- 2.39.5