From 5f7c286eec336eb54df407b5bfa3ccc1bb23e655 Mon Sep 17 00:00:00 2001 From: sagitter Date: Feb 07 2019 11:45:12 +0000 Subject: Fix BR required for rhel8 --- diff --git a/xsd.spec b/xsd.spec index 8c3673f..fc95aae 100644 --- a/xsd.spec +++ b/xsd.spec @@ -1,6 +1,6 @@ Name: xsd Version: 4.0.0 -Release: 26%{?dist} +Release: 27%{?dist} Summary: W3C XML schema to C++ data binding compiler # Exceptions permit otherwise GPLv2 incompatible combination with ASL 2.0 License: GPLv2 with exceptions and ASL 2.0 @@ -20,11 +20,12 @@ Patch1: %{name}-Fix_bug_C++_Parser_Expat_Support.patch Patch2: %{name}-xerces_3-2.patch BuildRequires: m4, xerces-c-devel, libcutl-devel, gcc-c++ -%if 0%{?rhel} + +%if 0%{?rhel} >= 8 || 0%{?fedora} +BuildRequires: boost-devel +%else BuildRequires: boost148-devel Requires: boost148%{?_isa} -%else -BuildRequires: boost-devel %endif %description @@ -116,6 +117,9 @@ make -j 1 test EXTERNAL_LIBCUTL=y BOOST_LINK_SYSTEM=y %doc apidocdir/* %changelog +* Thu Feb 07 2019 Antonio Trande - 4.0.0-27 +- Fix BR required for rhel8 + * Sun Feb 03 2019 Fedora Release Engineering - 4.0.0-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild