add Obsoletes for the dropped subpackage
This commit is contained in:
parent
982356dfaa
commit
f13f9ccff9
@ -9,7 +9,7 @@
|
||||
Summary: A portable x86 assembler which uses Intel-like syntax
|
||||
Name: nasm
|
||||
Version: 2.16.01
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.nasm.us
|
||||
Source0: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
|
||||
@ -22,6 +22,7 @@ BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
Obsoletes: nasm-rdoff < 2.16.01-1
|
||||
|
||||
%if %{with documentation}
|
||||
%package doc
|
||||
@ -83,6 +84,9 @@ make -C test golden test diff
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 04 2023 Dominik Mierzejewski <rpm@greysector.net> - 2.16.01-2
|
||||
- add Obsoletes for the dropped subpackage
|
||||
|
||||
* Wed Jan 04 2023 Dominik Mierzejewski <rpm@greysector.net> - 2.16.01-1
|
||||
- update to 2.16.01 (#2155636)
|
||||
- drop obsolete patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user