From 4a53590dacb68f3d43294832645b0a45c1eab0fa Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Sat, 22 Oct 2022 11:39:34 +0800 Subject: [PATCH] fix several issues --- nasm.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/nasm.spec b/nasm.spec index 7f6448b..ead731c 100644 --- a/nasm.spec +++ b/nasm.spec @@ -8,7 +8,7 @@ Name: nasm Version: 2.15.03 -Release: 3 +Release: 4 Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax License: BSD URL: http://www.nasm.us @@ -24,7 +24,7 @@ Patch6003: enable-make-check.patch BuildRequires: perl(Env) autoconf asciidoc xmlto gcc make git Provides: %{name}-rdoff -Obsoletes: %{name}-rdoff +Obsoletes: %{name}-rdoff < %{version}-%{release} %description NASM is the Netwide Assembler, a free portable assembler for the Intel @@ -40,7 +40,7 @@ BuildRequires: perl(Sort::Versions) BuildRequires: adobe-source-sans-pro-fonts adobe-source-code-pro-fonts BuildRequires: ghostscript Provides: %{name}-doc -Obsoletes: %{name}-doc +Obsoletes: %{name}-doc < %{version}-%{release} %endif BuildArch: noarch @@ -92,10 +92,14 @@ make test %{_mandir}/man1/ld* %changelog +* Sat Oct 22 2022 zhangruifang - 2.15.03-4 +- add version number for Obsoletes +- fix bogus date in changelog + * Sat Nov 27 2021 ExtinctFire - 2.15.03-3 - enable make check -* Thu Jan 07 2020 shixuantong - 2.15.03-2 +* Thu Jan 07 2021 shixuantong - 2.15.03-2 - fix CVE-2019-20352 CVE-2020-24241 * Thu Jul 23 2020 shixuantong - 2.15.03-1 -- Gitee