Compare commits

..

9 commits

Author SHA1 Message Date
Richard W.M. Jones
803c7b802d New upstream version 1.40.2. 2019-09-02 21:12:56 +01:00
Richard W.M. Jones
28e764c0bf nbdkit Python3 plugin is called "python3" in Fedora, adjust configure line.
(cherry picked from commit f17a33dea6)
2019-01-17 19:31:00 +00:00
Richard W.M. Jones
b0374a28d9 - Add new virt-v2v man pages.
(cherry picked from commit 955f13fda6)
2019-01-17 15:42:18 +00:00
Richard W.M. Jones
de78e0f74f New upstream version 1.40.1. 2019-01-17 15:25:59 +00:00
Richard W.M. Jones
8f870aa765 Remove patch which is now upstream.
(cherry picked from commit 6f261cafba)
2019-01-17 15:23:47 +00:00
Richard W.M. Jones
565ee872e6 Forgot to update Release in previous commit.
(cherry picked from commit 3f9aa057a9)
2019-01-08 13:44:07 +00:00
Richard W.M. Jones
937b7cc56a Small fix for qemu behaviour (RHBZ#1664318).
(cherry picked from commit 2404f718a0)
2019-01-08 13:44:02 +00:00
Richard W.M. Jones
77b2298fc9 lib: Add Recommends for libvirt-daemon-config-network so that networking
works out of the box.

(cherry picked from commit 3c0504323e)
2019-01-08 13:43:56 +00:00
Richard W.M. Jones
d0e7044cbc New upstream version 1.39.11. 2018-09-22 13:22:24 +01:00
9 changed files with 740 additions and 1208 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,56 +0,0 @@
#!/bin/bash -
set -e
# Maintainer script to copy patches from the git repo to the current
# directory. It's normally only used downstream (ie. in RHEL). Use
# it like this:
# ./copy-patches.sh
rhel_version=9.0.0
# Check we're in the right directory.
if [ ! -f libguestfs.spec ]; then
echo "$0: run this from the directory containing 'libguestfs.spec'"
exit 1
fi
git_checkout=$HOME/d/libguestfs-rhel-$rhel_version
if [ ! -d $git_checkout ]; then
echo "$0: $git_checkout does not exist"
echo "This script is only for use by the maintainer when preparing a"
echo "libguestfs release on RHEL."
exit 1
fi
# Get the base version of libguestfs.
version=`grep '^Version:' libguestfs.spec | awk '{print $2}'`
tag="v$version"
# Remove any existing patches.
git rm -f [0-9]*.patch ||:
rm -f [0-9]*.patch
# Get the patches.
(cd $git_checkout; rm -f [0-9]*.patch; git format-patch -N --submodule=diff $tag)
mv $git_checkout/[0-9]*.patch .
# Remove any not to be applied.
rm -f *NOT-FOR-RPM*.patch
# Add the patches.
git add [0-9]*.patch
# Print out the patch lines.
echo
echo "--- Copy the following text into libguestfs.spec file"
echo
echo "# Patches."
for f in [0-9]*.patch; do
n=`echo $f | awk -F- '{print $1}'`
echo "Patch$n: $f"
done
echo
echo "--- End of text"

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.40.2.tar.gz) = d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2
SHA512 (libguestfs-1.40.2.tar.gz.sig) = 7e7db806c7051010367a82c89fb4ac6af2824c28f54cc7df561010ad6a87562fb3c2d4e3bfc14f7cc7308344b1dfb8532f88969ac59cfd17745717dc305c81b9

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

@ -1,14 +0,0 @@
# https://fedoraproject.org/wiki/CI/Tests
# https://fedoraproject.org/wiki/CI/Standard_Test_Roles
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- libguestfs
- libvirt-daemon-kvm
tests:
- libguestfs-test-tool:
dir: .
run: ./run-libguestfs-test-tool.sh