Add missing BR ghostscript
This commit is contained in:
parent
e8c4ac364b
commit
575273da53
@ -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 <msimacek@redhat.com> - 2.13.02-2
|
||||
- Add missing BR ghostscript
|
||||
|
||||
* Tue Jan 02 2018 Michael Simacek <msimacek@redhat.com> - 2.13.02-1
|
||||
- Update to upstream version 2.13.02
|
||||
- Resolves: CVE-2017-17810, CVE-2017-17811, CVE-2017-17812, CVE-2017-17813,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user