diff --git a/nasm.spec b/nasm.spec index af27faa..4409b03 100644 --- a/nasm.spec +++ b/nasm.spec @@ -1,7 +1,7 @@ Summary: A portable x86 assembler which uses Intel-like syntax Name: nasm Version: 2.10.07 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.nasm.us Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.bz2 @@ -14,6 +14,8 @@ Requires(preun): /sbin/install-info Summary: Documentation for NASM BuildRequires: ghostscript, texinfo BuildArch: noarch +# For arch to noarch conversion +Obsoletes: %{name}-doc < %{version}-%{release} %package rdoff Summary: Tools for the RDOFF binary format, sometimes used with NASM @@ -80,6 +82,9 @@ fi %{_bindir}/rdf2srec %changelog +* Thu Mar 7 2013 Mikolaj Izdebski - 2.10.07-3 +- Properly obsolete arch-specific doc subpackage + * Thu Mar 7 2013 Mikolaj Izdebski - 2.10.07-2 - Update to current packaging guidelines - Resolves: rhbz#919008 (doc subpackage should be noarch)