Commit Graph

1581 Commits

Author SHA1 Message Date
Richard W.M. Jones
941da64078 Move supermin appliance to a subpackage
https://bugzilla.redhat.com/show_bug.cgi?id=1989514

Move the appliance to a subpackage (libguestfs-appliance).  The main
package depends on this new subpackage so in effect nothing changes
for most users.

However this allows the appliance to be replaced if there exists a
package called "libguestfs-noappliance".  This package is not provided
anywhere, you have to provide the dependency or make the package
yourself.  But if you do this then libguestfs won't install the
appliance and you are free to replace it with (eg) a fixed appliance.
2021-08-06 09:51:19 +01:00
Richard W.M. Jones
4c961db464 Fix license files
Use %license and include COPYING.LIB.
2021-08-06 08:44:25 +01:00
Fedora Release Engineering
34629afce6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 11:32:32 +00:00
Richard W.M. Jones
689bd7669a RHEL 9 patch for openssl missing configuration file
https://bugzilla.redhat.com/show_bug.cgi?id=1977214#c13
2021-06-29 15:47:39 +01:00
Richard W.M. Jones
2be2382c8f Remove Suggests for unsupported qemu drivers in RHEL (RHBZ#1975703) 2021-06-24 09:59:30 +01:00
Richard W.M. Jones
8df9b2daac Depend on hivex-libs instead of hivex. 2021-06-12 07:43:58 +01:00
Python Maint
bc142755f6 Rebuilt for Python 3.10 2021-06-04 20:09:20 +02:00
Richard W.M. Jones
0b4e08f0b4 Add --enable-appliance-format-auto (RHBZ#1967166) 2021-06-03 14:30:35 +01:00
Richard W.M. Jones
c8896d32cb Remove bogus timestamp added by rpmdev-bumpspec 2021-06-02 10:36:08 +01:00
Richard W.M. Jones
af41447287 Add gating tests (for RHEL 9) 2021-06-02 10:34:23 +01:00
Richard W.M. Jones
6b72a37644 Depend on rpm-libs >= 4.16.1.3 (RHBZ#1966541). 2021-06-01 14:44:43 +01:00
Richard W.M. Jones
85d3203b3a Fix date in changelog 2021-05-27 18:27:12 +01:00
Richard W.M. Jones
f1ab20704e New upstream development version 1.45.6. 2021-05-27 17:45:59 +01:00
Jitka Plesnikova
baa2e3c243 Perl 5.34 rebuild 2021-05-21 22:28:59 +02:00
Jeff Law
1ead53a482 Re-enable LTO 2021-05-10 16:27:17 -06:00
Richard W.M. Jones
d4725ab61b No qemu-kvm on POWER on RHEL
resolves: rhbz#1946532

(cherry picked from commit 575d24d669)
2021-04-20 11:16:37 +01:00
Richard W.M. Jones
063aa237e0 libguestfs from 1.45.5 no longer bundles gnulib. 2021-04-14 12:44:06 +01:00
Richard W.M. Jones
8f17229bff New upstream development version 1.45.5. 2021-04-09 12:55:59 +01:00
Richard W.M. Jones
6ab119c488 New upstream version 1.45.4. 2021-04-03 12:37:39 +01:00
Richard W.M. Jones
a6a11a65c9 Add workaround for broken "file" utility in Rawhide (RHBZ#1945122). 2021-03-31 13:46:53 +01:00
Richard W.M. Jones
8f6ba6d789 Fix date in changelog. 2021-03-31 12:06:35 +01:00
Richard W.M. Jones
f331cc95d3 Don't require genisoimage or xorriso for the appliance. 2021-03-31 11:53:45 +01:00
Richard W.M. Jones
928729ea6e Switch from genisoimage to xorriso. 2021-03-30 15:35:23 +01:00
Richard W.M. Jones
9da4883de4 Add downstream (RHEL-only) patches (RHBZ#1931724). 2021-03-30 12:05:09 +01:00
Richard W.M. Jones
b091b5dde2 BR rpm-devel to get header files. 2021-03-29 21:36:56 +01:00
Richard W.M. Jones
cc9dde2cb7 Add proper dependencies on librpm, remove BDB. 2021-03-29 21:35:44 +01:00
Richard W.M. Jones
8c3b34551e New upstream release 1.45.3. 2021-03-29 19:49:25 +01:00
Richard W.M. Jones
3c91923901 Remove no longer needed requires on libguestfs-tools-c. 2021-03-26 09:56:05 +00:00
Richard W.M. Jones
16a560c22f New upstream version 1.45.2.
- This drops the tools.  Now packaged as guestfs-tools.
- guestfish, guestmount, guestunmount now packaged with libguestfs.
- virt-rescue now packaged in libguestfs-rescue.
- Drop ChangeLog file.
- Remove virt-dib in RHEL 9.
- Depend on PCRE2 instead of PCRE.
2021-03-23 12:00:10 +00:00
Richard W.M. Jones
4a269d5cf9 Make ocaml-ounit dependency conditional on !RHEL.
It's only needed by virt-builder to run some minor tests.
2021-03-18 13:06:32 +00:00
Richard W.M. Jones
175743174b Fix -cpu max and require libvirt >= 7.1.0. 2021-03-18 12:49:49 +00:00
Richard W.M. Jones
e38829eec1 Drop dependency on perl(Sys::Virt). 2021-03-18 12:26:27 +00:00
Richard W.M. Jones
4fa48327db Drop Requires: libvirt-daemon-kvm, pulls in the whole of qemu and subpkgs.
Cole Robinson writes:

> libguestfs spec looks like it has a bug (looking at fedora rawhide). It
> attempts to use Suggests/Recommends to limit what's pulled in of qemu
> modules, but then it has a dep on libvirt-daemon-kvm which conditionally
> pulls in qemu-kvm, which on fedora pulls in every qemu module. That
> explains SDL and gtk deps.
>
> libvirt-daemon-kvm is just a metapackage with deps on
> libvirt-daemon-driver-X subsystems, and qemu-kvm. The thing that
> actually puts the libvirt qemu driver on the host is
> libvirt-daemon-driver-qemu, which libguestfs already has an explicit dep on.
>
> So try dropping the libvirt-daemon-kvm dep and see if things break.
2021-03-10 18:00:19 +00:00
Richard W.M. Jones
97b5f69cda Bump and rebuild for ocaml-gettext update. 2021-03-08 12:21:56 +00:00
Remi Collet
d494fdb90a add trivial patch to fix build with PHP 8 2021-03-05 13:40:44 +01:00
Remi Collet
070ac54283 rebuild for https://fedoraproject.org/wiki/Changes/php80 2021-03-05 10:54:07 +01:00
Richard W.M. Jones
d8408afe21 New upstream version 1.45.1. 2021-03-03 12:48:05 +00:00
Richard W.M. Jones
7e7de18823 Fixes for OCaml 4.12. 2021-03-02 10:47:49 +00:00
Richard W.M. Jones
0c9b3562af OCaml 4.12.0 build 2021-03-02 10:06:31 +00:00
Richard W.M. Jones
cbf97ecfad Remove jfsutils (dead upstream since 2011).
Remove nilfs (dead upstream since 2015).
Remove reiserfs (dead upstream since 2006).
2021-02-17 18:21:37 +00:00
Richard W.M. Jones
49700015ed Remove gfs2-utils dependency in RHEL 9. 2021-02-09 10:24:03 +00:00
Richard W.M. Jones
1a5193c66e Add upstream patch to use -cpu max. 2021-01-28 13:35:20 +00:00
Richard W.M. Jones
2f9953e2d1 Re-enable the tests on Fedora. 2021-01-28 11:53:40 +00:00
Richard W.M. Jones
4caba8df2f ELN has full-fat qemu (not qemu-kvm). 2021-01-28 11:52:11 +00:00
Fedora Release Engineering
1aa43ac92e - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 17:13:17 +00:00
Mamoru TASAKA
30d986c2bc F-34: rebuild against ruby 3.0 2021-01-07 10:54:20 +09:00
Richard W.M. Jones
3b8eaf5cc4 New upstream stable version 1.44.0. 2021-01-06 10:23:00 +00:00
Richard W.M. Jones
9cc996f109 New upstream version 1.43.4. 2021-01-05 15:04:44 +00:00
Richard W.M. Jones
374f82f47f Drop explicit deps on perl(Sys::Virt) and perl(Win::Hivex).
Sys::Virt will be dropped in RHEL.  The question was why we have this
dependency, since the tools don't actually use Sys::Virt at all.
Therefore I dropped it from Fedora too.

perl(Win::Hivex) should be picked up by the automatic dep scripts.
2021-01-04 11:59:06 +00:00
Richard W.M. Jones
cfa88f9c57 Unify Fedora and RHEL spec files. 2020-12-02 18:18:40 +00:00