From 575273da53b58917feef5ccfbba1946e706469c1 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 11 Jan 2018 12:56:17 +0100 Subject: [PATCH] Add missing BR ghostscript --- nasm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nasm.spec b/nasm.spec index 651f078..c2e0985 100644 --- a/nasm.spec +++ b/nasm.spec @@ -8,7 +8,7 @@ Summary: A portable x86 assembler which uses Intel-like syntax Name: nasm Version: 2.13.02 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://www.nasm.us Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.bz2 @@ -29,6 +29,7 @@ BuildRequires: perl(Sort::Versions) BuildRequires: perl(File::Spec) BuildRequires: adobe-source-sans-pro-fonts BuildRequires: adobe-source-code-pro-fonts +BuildRequires: ghostscript BuildArch: noarch # For arch to noarch conversion Obsoletes: %{name}-doc < %{version}-%{release} @@ -97,6 +98,9 @@ make INSTALLROOT=$RPM_BUILD_ROOT install install_rdf %{_mandir}/man1/ld* %changelog +* Thu Jan 11 2018 Michael Simacek - 2.13.02-2 +- Add missing BR ghostscript + * Tue Jan 02 2018 Michael Simacek - 2.13.02-1 - Update to upstream version 2.13.02 - Resolves: CVE-2017-17810, CVE-2017-17811, CVE-2017-17812, CVE-2017-17813,