From b164f1266f6c534f5ffc33b348291cdfb96611c3 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Jul 20 2018 17:27:50 +0000 Subject: BR fix. --- diff --git a/bochs.spec b/bochs.spec index e968fef..ae79f1d 100644 --- a/bochs.spec +++ b/bochs.spec @@ -1,7 +1,7 @@ %define _hardened_build 1 Name: bochs Version: 2.6.9 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Portable x86 PC emulator License: LGPLv2+ URL: http://bochs.sourceforge.net/ @@ -16,7 +16,7 @@ Patch9: bochs-2.6.9-string-format.patch Patch10: bochs-usb.patch Patch11: bochs-2.6.9-slirp-include.patch -BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: libXt-devel libXpm-devel SDL2-devel readline-devel byacc BuildRequires: docbook-utils BuildRequires: gtk2-devel @@ -35,7 +35,6 @@ Windows '95, Minix 2.0, and other OS's, all on your workstation. %package debugger Summary: Bochs with builtin debugger -Group: Applications/Emulators Requires: %{name} = %{version}-%{release} %description debugger @@ -44,7 +43,6 @@ Special version of bochs compiled with the builtin debugger. %package gdb Summary: Bochs with support for debugging with gdb -Group: Applications/Emulators Requires: %{name} = %{version}-%{release} %description gdb @@ -63,7 +61,6 @@ inside the emulator can be debugged with gdb. # packages from getting into the excluded repositories. %package bios Summary: Bochs bios -Group: Applications/Emulators BuildArch: noarch Provides: bochs-bios-data = 2.3.8.1 Obsoletes: bochs-bios-data < 2.3.8.1 @@ -76,7 +73,6 @@ It can also be used in other emulators, such as QEMU %package devel Summary: Bochs header and source files -Group: Applications/Emulators Requires: %{name} = %{version}-%{release} %description devel @@ -212,6 +208,9 @@ cp -pr cpu/decoder/*.cc $RPM_BUILD_ROOT%{_prefix}/include/bochs/cpu/decoder/ %{_prefix}/include/bochs/ %changelog +* Fri Jul 20 2018 Gwyn Ciesla - 2.6.9-9 +- BR fix. + * Thu Jul 12 2018 Fedora Release Engineering - 2.6.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild