e5d06d Actually fix previous commit

Authored and Committed by rjones@redhat.com 3 years ago
1 file changed. 5 lines added. 7 lines removed.
    Actually fix previous commit
    
    See discussion in:
    https://bugzilla.redhat.com/show_bug.cgi?id=1985369
    
        
file modified
+5 -7
qemu.spec CHANGED
@@ -446,13 +446,6 @@ BuildRequires: SDL2_image-devel
446
446
BuildRequires: glibc-static pcre-static glib2-static zlib-static
447
447
%endif
448
448
449
-
450
- %description
451
- %{name} is an open source virtualizer that provides hardware
452
- emulation for the KVM hypervisor. %{name} acts as a virtual
453
- machine monitor together with the KVM kernel modules, and emulates the
454
- hardware for a full system such as a PC and its associated peripherals.
455
-
456
449
# Requires for the Fedora 'qemu' metapackage
457
450
Requires: %{name}-user = %{epoch}:%{version}-%{release}
458
451
Requires: %{name}-system-aarch64 = %{epoch}:%{version}-%{release}
@@ -478,6 +471,11 @@ Requires: %{name}-img = %{epoch}:%{version}-%{release}
478
471
Requires: %{name}-tools = %{epoch}:%{version}-%{release}
479
472
Requires: qemu-pr-helper = %{epoch}:%{version}-%{release}
480
473
474
+ %description
475
+ %{name} is an open source virtualizer that provides hardware
476
+ emulation for the KVM hypervisor. %{name} acts as a virtual
477
+ machine monitor together with the KVM kernel modules, and emulates the
478
+ hardware for a full system such as a PC and its associated peripherals.
481
479
482
480
%package common
483
481
Summary: QEMU common files needed by all QEMU targets