Compare commits

..

11 commits

Author SHA1 Message Date
Richard W.M. Jones
03196d1dc7 New upstream stable branch version 1.48.3
(cherry picked from commit 37ee41668a)
2022-05-26 12:40:54 +01:00
Richard W.M. Jones
70a777d8a2 Add upstream patch which helps debugging appliance generation.
(cherry picked from commit 4c4ca3eda2)
(cherry picked from commit f3ee3b7d21)
2022-05-21 11:16:23 +01:00
Richard W.M. Jones
eeb964091a New upstream stable branch version 1.48.2
(cherry picked from commit 62097e0f8b)
2022-05-12 15:31:04 +01:00
Richard W.M. Jones
eba9481e79 New upstream stable branch version 1.48.1
(cherry picked from commit 51cdb68f09)
2022-04-14 17:05:20 +01:00
Richard W.M. Jones
4b9154eaac New upstream stable branch version 1.48.0
Remove the RHEL (downstream) patches as they are out of date.
2022-03-14 14:15:32 +00:00
Richard W.M. Jones
14d602dc88 New upstream stable branch version 1.46.2 2021-12-24 10:12:34 +00:00
Richard W.M. Jones
70909ccb83 New upstream stable branch version 1.46.1 2021-12-09 19:25:07 +00:00
Richard W.M. Jones
c1cbeaf4dd Disable tests on armv7
virtio devices cannot be found by the guest.  It could be similar to
https://bugzilla.redhat.com/show_bug.cgi?id=2006709 which was reported
against ppc64le.

(cherry picked from commit 9386c1d522)
2021-09-23 19:39:20 +01:00
Richard W.M. Jones
20a94abb61 Remove BUGS file, no longer provided upstream
(cherry picked from commit 1a2b1681de)
2021-09-23 16:10:25 +01:00
Richard W.M. Jones
67d5781a54 New upstream stable branch version 1.46.0
(cherry picked from commit 05680b55f6)
2021-09-23 16:10:22 +01:00
Richard W.M. Jones
7d474d1166 Rebuild for updated ntfs-3g CVE (RHBZ#1999788) 2021-08-31 23:43:52 +01:00
6 changed files with 177 additions and 576 deletions

View file

@ -1,6 +1,6 @@
--- !Policy
product_versions:
- rhel-*
- rhel-9
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.48.3.tar.gz) = d88b7869e6098af1f7748dc2e8163b245ea251fcdf962a71e3735f5a1748c9e87a17be259802da3e0bb13569d7f7233b2c5a554b20a2a7758e1974a30a70b786
SHA512 (libguestfs-1.48.3.tar.gz.sig) = f372cddfb661727c7e33505b9f038828e8341a229098c089b0b9f2167fc6308045e402cbfea653dfc0bd5343e2c9f9e2757af7923515615ac38430c132620de7

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