Compare commits

..

11 commits

Author SHA1 Message Date
Richard W.M. Jones
d149597f22 F32 doesn't have %{kernel_arches}
Revert part of previous merge.
2021-01-06 10:53:52 +00:00
Richard W.M. Jones
b5427aa8f9 Merge remote-tracking branch 'origin/f33' into f32 2021-01-06 10:27:05 +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
Richard W.M. Jones
789cc4ae07 Merge remote-tracking branch 'origin/master' into f32 2020-05-06 12:46:05 +01:00
Richard W.M. Jones
f0a8839dac Bump and rebuild to fix broken OCaml deps. 2020-04-16 13:48:19 +01:00
Richard W.M. Jones
94f34a3747 Merge remote-tracking branch 'origin/master' into f32 2020-03-12 12:20:38 +00:00
Richard W.M. Jones
36d721d92f Merge remote-tracking branch 'origin/master' into f32 2020-03-09 18:33:15 +00:00
Richard W.M. Jones
f0281ff6de OCaml 4.10.0 final (Fedora 32). 2020-02-28 07:37:52 +00:00
8 changed files with 530 additions and 837 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.0.tar.gz) = e5052d6deb130f9bceea06d2d6626162991cb83ffaf0ed9923ff5d8bb67137e565053104d8854d37ea8c871dce2a5ca29507d17357de813a8ac49896f00be103
SHA512 (libguestfs-1.44.0.tar.gz.sig) = 26cb5b97dbc0d649466668964080220acc28c3fabc565563df0da5472420e61893907b4bedcb9f8977d7df9e867855d7178e4ad097df41dcbcaa98d0c07feac3

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