Move libguestfs-make-fixed-appliance to main package (RHBZ#2140695)
This commit is contained in:
parent
75f10447a6
commit
ea7571f662
@ -48,7 +48,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.49.5
|
Version: 1.49.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
# Build only for architectures that have a kernel
|
# Build only for architectures that have a kernel
|
||||||
@ -323,6 +323,9 @@ Requires: coreutils
|
|||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
|
||||||
|
# libguestfs-make-fixed-appliance requires xz.
|
||||||
|
Requires: xz
|
||||||
|
|
||||||
# For qemu direct and libvirt backends.
|
# For qemu direct and libvirt backends.
|
||||||
Requires: qemu-kvm-core
|
Requires: qemu-kvm-core
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -422,10 +425,6 @@ Summary: Development tools and libraries for %{name}
|
|||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
# libguestfs-make-fixed-appliance requires guestfish.
|
|
||||||
Requires: xz
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
%{name}-devel contains development tools and libraries
|
%{name}-devel contains development tools and libraries
|
||||||
@ -922,6 +921,7 @@ rm ocaml/html/.gitignore
|
|||||||
%{_bindir}/virt-copy-out
|
%{_bindir}/virt-copy-out
|
||||||
%{_bindir}/virt-tar-in
|
%{_bindir}/virt-tar-in
|
||||||
%{_bindir}/virt-tar-out
|
%{_bindir}/virt-tar-out
|
||||||
|
%{_sbindir}/libguestfs-make-fixed-appliance
|
||||||
%{_libdir}/libguestfs.so.*
|
%{_libdir}/libguestfs.so.*
|
||||||
%{_mandir}/man1/guestfish.1*
|
%{_mandir}/man1/guestfish.1*
|
||||||
%{_mandir}/man1/guestfs-faq.1*
|
%{_mandir}/man1/guestfs-faq.1*
|
||||||
@ -932,6 +932,7 @@ rm ocaml/html/.gitignore
|
|||||||
%{_mandir}/man1/guestfs-security.1*
|
%{_mandir}/man1/guestfs-security.1*
|
||||||
%{_mandir}/man1/guestmount.1*
|
%{_mandir}/man1/guestmount.1*
|
||||||
%{_mandir}/man1/guestunmount.1*
|
%{_mandir}/man1/guestunmount.1*
|
||||||
|
%{_mandir}/man1/libguestfs-make-fixed-appliance.1*
|
||||||
%{_mandir}/man1/libguestfs-test-tool.1*
|
%{_mandir}/man1/libguestfs-test-tool.1*
|
||||||
%{_mandir}/man1/virt-copy-in.1*
|
%{_mandir}/man1/virt-copy-in.1*
|
||||||
%{_mandir}/man1/virt-copy-out.1*
|
%{_mandir}/man1/virt-copy-out.1*
|
||||||
@ -951,12 +952,10 @@ rm ocaml/html/.gitignore
|
|||||||
%doc AUTHORS HACKING TODO README
|
%doc AUTHORS HACKING TODO README
|
||||||
%doc examples/*.c
|
%doc examples/*.c
|
||||||
%{_libdir}/libguestfs.so
|
%{_libdir}/libguestfs.so
|
||||||
%{_sbindir}/libguestfs-make-fixed-appliance
|
|
||||||
%{_mandir}/man1/guestfs-building.1*
|
%{_mandir}/man1/guestfs-building.1*
|
||||||
%{_mandir}/man1/guestfs-hacking.1*
|
%{_mandir}/man1/guestfs-hacking.1*
|
||||||
%{_mandir}/man1/guestfs-internals.1*
|
%{_mandir}/man1/guestfs-internals.1*
|
||||||
%{_mandir}/man1/guestfs-testing.1*
|
%{_mandir}/man1/guestfs-testing.1*
|
||||||
%{_mandir}/man1/libguestfs-make-fixed-appliance.1*
|
|
||||||
%{_mandir}/man3/guestfs.3*
|
%{_mandir}/man3/guestfs.3*
|
||||||
%{_mandir}/man3/guestfs-examples.3*
|
%{_mandir}/man3/guestfs-examples.3*
|
||||||
%{_mandir}/man3/libguestfs.3*
|
%{_mandir}/man3/libguestfs.3*
|
||||||
@ -1127,6 +1126,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.49.5-3
|
||||||
|
- Move libguestfs-make-fixed-appliance to main package (RHBZ#2140695)
|
||||||
|
|
||||||
* Tue Oct 11 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.49.5-2
|
* Tue Oct 11 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.49.5-2
|
||||||
- New upstream development version 1.49.5
|
- New upstream development version 1.49.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user