Move libguestfs-make-fixed-appliance to main package
resolve: rhbz#2140695
Cherry picked from Fedora commit ea7571f662
This commit is contained in:
parent
a983a3cba0
commit
d44b01867e
@ -48,7 +48,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.48.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
# Build only for architectures that have a kernel
|
||||
@ -341,6 +341,9 @@ Requires: coreutils
|
||||
Requires: grep
|
||||
Requires: tar
|
||||
|
||||
# libguestfs-make-fixed-appliance requires xz.
|
||||
Requires: xz
|
||||
|
||||
# For qemu direct and libvirt backends.
|
||||
Requires: qemu-kvm-core
|
||||
%if !0%{?rhel}
|
||||
@ -440,10 +443,6 @@ Summary: Development tools and libraries for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
# libguestfs-make-fixed-appliance requires guestfish.
|
||||
Requires: xz
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
|
||||
|
||||
%description devel
|
||||
%{name}-devel contains development tools and libraries
|
||||
@ -934,6 +933,7 @@ rm ocaml/html/.gitignore
|
||||
%{_bindir}/virt-copy-out
|
||||
%{_bindir}/virt-tar-in
|
||||
%{_bindir}/virt-tar-out
|
||||
%{_sbindir}/libguestfs-make-fixed-appliance
|
||||
%{_libdir}/libguestfs.so.*
|
||||
%{_mandir}/man1/guestfish.1*
|
||||
%{_mandir}/man1/guestfs-faq.1*
|
||||
@ -944,6 +944,7 @@ rm ocaml/html/.gitignore
|
||||
%{_mandir}/man1/guestfs-security.1*
|
||||
%{_mandir}/man1/guestmount.1*
|
||||
%{_mandir}/man1/guestunmount.1*
|
||||
%{_mandir}/man1/libguestfs-make-fixed-appliance.1*
|
||||
%{_mandir}/man1/libguestfs-test-tool.1*
|
||||
%{_mandir}/man1/virt-copy-in.1*
|
||||
%{_mandir}/man1/virt-copy-out.1*
|
||||
@ -963,12 +964,10 @@ rm ocaml/html/.gitignore
|
||||
%doc AUTHORS HACKING TODO README
|
||||
%doc examples/*.c
|
||||
%{_libdir}/libguestfs.so
|
||||
%{_sbindir}/libguestfs-make-fixed-appliance
|
||||
%{_mandir}/man1/guestfs-building.1*
|
||||
%{_mandir}/man1/guestfs-hacking.1*
|
||||
%{_mandir}/man1/guestfs-internals.1*
|
||||
%{_mandir}/man1/guestfs-testing.1*
|
||||
%{_mandir}/man1/libguestfs-make-fixed-appliance.1*
|
||||
%{_mandir}/man3/guestfs.3*
|
||||
%{_mandir}/man3/guestfs-examples.3*
|
||||
%{_mandir}/man3/libguestfs.3*
|
||||
@ -1139,6 +1138,10 @@ rm ocaml/html/.gitignore
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 08 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.48.4-3
|
||||
- Move libguestfs-make-fixed-appliance to main package
|
||||
resolves: rhbz#2140695
|
||||
|
||||
* Wed Aug 10 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.48.4-2
|
||||
- Rebase to new stable branch version 1.48.4
|
||||
resolves: rhbz#2059285
|
||||
|
Loading…
Reference in New Issue
Block a user