Fix Obsoletes tag to remove _isa (#1706079)
This commit is contained in:
parent
5f1c9ef7fa
commit
0666fd79ba
@ -45,7 +45,7 @@ Summary: The free peer-reviewed portable C++ source libraries
|
||||
Version: 1.69.0
|
||||
%global version_enc 1_69_0
|
||||
%global version_suffix 169
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: Boost and MIT and Python
|
||||
|
||||
%global toplev_dirname %{real_name}_%{version_enc}
|
||||
@ -95,7 +95,7 @@ Requires: %{name}-timer%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-type_erasure%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-wave%{?_isa} = %{version}-%{release}
|
||||
# Added for F30, remove for F32
|
||||
Obsoletes: %{name}-signals%{?_isa} < 1.69.0
|
||||
Obsoletes: %{name}-signals < 1.69.0
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: m4
|
||||
@ -1483,6 +1483,9 @@ fi
|
||||
%{_mandir}/man1/bjam.1*
|
||||
|
||||
%changelog
|
||||
* Fri May 10 2019 Jonathan Wakely <jwakely@redhat.com> - 1.69.0-8
|
||||
- Fix Obsoletes tag to remove _isa (#1706079)
|
||||
|
||||
* Tue May 07 2019 Jonathan Wakely <jwakely@redhat.com> - 1.69.0-7
|
||||
- Make main package obsolete old boost-signals subpackage (#1706079)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user