Compare commits

..

10 commits

Author SHA1 Message Date
Richard W.M. Jones
5adffc45bb Change BR pcre -> pcre2 2021-09-07 21:50:58 +01:00
Richard W.M. Jones
abef120367 New upstream stable version 1.44.2. 2021-09-07 21:39:39 +01:00
Neal Gompa
4c841f9aea Rebuild for ntfs-3g CVE fix bump 2021-09-02 17:14:42 -04:00
Richard W.M. Jones
9a79bb2d95 New upstream stable version 1.44.1. 2021-04-03 12:38:11 +01:00
Richard W.M. Jones
0c26d3b1e4 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.

(cherry picked from commit 4fa48327db)
(cherry picked from commit cc1d44fab4)
2021-03-10 18:04:18 +00:00
Richard W.M. Jones
631e83f5f9 Disable LTO.
Runs out of memory when linking on ARM.

I dropped this part of the patch when merging from F34, because I
thought F33 wasn't doing LTO, but apparently it is.
2021-01-06 11:18:55 +00:00
Richard W.M. Jones
2604967a16 New upstream stable version 1.44.0. 2021-01-06 10:26:24 +00:00
Richard W.M. Jones
cd9ee1faec Rebuild for OCaml 4.11.1 in Fedora 33. 2020-09-26 20:26:28 +01:00
Richard W.M. Jones
552274befc Merge remote-tracking branch 'origin/master' into f33 2020-09-21 20:42:52 +01:00
Richard W.M. Jones
c369acdbc2 Bump release and rebuild. 2020-09-02 22:23:50 +01:00
8 changed files with 535 additions and 820 deletions

View file

@ -8,7 +8,8 @@ list:
http://www.redhat.com/mailman/listinfo/libguestfs
This package comes with a lot of help and examples to get you started.
This Fedora package comes with a lot of help and examples to get you
started.
The first place to start are the manual pages. Type:
@ -19,19 +20,19 @@ The first place to start are the manual pages. Type:
man virt-cat # and other virt-* tools
If you install the libguestfs-devel package, then in the
/usr/share/doc/libguestfs-devel/ directory you will find other
documentation including:
/usr/share/doc/libguestfs-devel/ directory you will also
find:
- BUGS: list of open bugs in this version
- ChangeLog.gz: the detailed list of changes in this version
- ChangeLog: the detailed list of changes in this version
- HACKING: how to extend libguestfs
- ROADMAP: the roadmap for future versions
- TODO: ideas for extending libguestfs
- *.c: example C programs using the API
- *.xml.gz: example virt-inspector output (compressed)
- *.xml: example virt-inspector output
- virt-inspector.rng: virt-inspector RelaxNG schema
- *.rng: virt-inspector RelaxNG schema

10
bump-and-build.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh -
set -e
rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
git diff ||:
echo "Press ENTER to commit, push and rebuild."
read line
fedpkg commit -m "Bump and rebuild." -p
fedpkg build

View file

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: xen-ci.brew-build.tier1.functional}

File diff suppressed because it is too large Load diff

View file

@ -1,5 +0,0 @@
# Ignore copy-patches.sh. It is an internal script we use to
# manage the patches.
upstream:
ignore:
- copy-patches.sh

View file

@ -1,2 +1,2 @@
SHA512 (libguestfs-1.58.0.tar.gz) = 67abbd37fe64935ae5cca13dbe1860fe2eab9df492fd134eacbdc1831e6034c849855e76118ce0002d3ac83205122947582dbe47b66f12b94dcb51155881501a
SHA512 (libguestfs-1.58.0.tar.gz.sig) = e07758ed3901f9ae95dace16cbb4de194dbbde788155efcde7982226785928d1805af6939f201d74770923ad55997f1d465f9594cb81bc2435c0ea882ce546d8
SHA512 (libguestfs-1.44.2.tar.gz) = d187b96abd6312992a006a4aa281b583549a7985e410d8677cce025587b4927e295a58ec3c066394fde43ca101bab4f7e5bf8a95210d3d214c68c8aa6da20193
SHA512 (libguestfs-1.44.2.tar.gz.sig) = 17d0c75433e9dc7f4c58b3b547b47deafe9552d5d203c308595a6f864d38b925563c7057f133b375c9725f8e0fa6221a4f7abc68c8d716662c4ebe88e61cb029

View file

@ -1,10 +0,0 @@
#!/bin/bash -
set -e
set -x
# This only makes sure that libguestfs isn't totally broken.
# Fix libvirt.
systemctl restart virtqemud virtsecretd virtstoraged virtnetworkd
libguestfs-test-tool

View file

@ -5,10 +5,9 @@
- role: standard-test-basic
tags:
- classic
required_packages:
- libguestfs
- libvirt-daemon-kvm
tests:
- libguestfs-test-tool:
dir: .
run: ./run-libguestfs-test-tool.sh
run: libguestfs-test-tool
required_packages:
- libguestfs