Commit Graph

167 Commits

Author SHA1 Message Date
Richard W.M. Jones
557617d39a New stable branch version 2.4.0 2024-01-04 18:02:07 +00:00
Richard W.M. Jones
354d961584 New development branch version 2.3.8 2023-12-19 15:51:14 +00:00
Richard W.M. Jones
6f1854e2fb OCaml 5.1.1 + s390x code gen fix for Fedora 40 2023-12-18 15:33:44 +00:00
Richard W.M. Jones
a6ffe0a668 BR mingw-srvany-redistributable
This is needed to run the limited test, else you will see:

virt-v2v: error: One of rhsrvany.exe or pvvxsvc.exe is missing in /usr/share/virt-tools.  One of them is required in order to install Windows firstboot scripts.  You can get one by building rhsrvany (https://github.com/rwmjones/rhsrvany)

I'm not quite sure why this error has cropped up now.  Perhaps pulled
in by an indirect dependency before?
2023-12-14 11:28:46 +00:00
Richard W.M. Jones
df9fe268db OCaml 5.1.1 rebuild for Fedora 40 2023-12-12 16:05:37 +00:00
Richard W.M. Jones
ba6123fc75 Fix broken tests
'if test -s ...'

Thanks: Laszlo Ersek
2023-12-11 17:19:35 +00:00
Richard W.M. Jones
04f4df6031 Fixes a crash in virt-v2v and virt-customize 2023-12-09 13:10:44 +00:00
Richard W.M. Jones
3777fa33c6 New development branch version 2.3.7 2023-12-09 11:51:02 +00:00
Richard W.M. Jones
1b882146a3 Fix build for libxml2 2.12.1 2023-11-27 14:38:49 +00:00
Richard W.M. Jones
5b1d48a6d9 New development branch version 2.3.6 2023-11-02 11:25:19 +00:00
Yaakov Selkowitz
8f1820aa6f Use mingw-srvany-redistributable
srvany provides only mingw32 executables used by virt-v2v. However, by
virtue of being installed in the mingw32 directory hierarchy, it is
handled as other mingw packages, and ends up pulling in mingw toolchain
components which are not needed for running virt-v2v.

A new mingw-srvany-redistributable subpackage now provides those
binaries outside of the mingw32 paths, avoiding unnecessary mingw
dependency detection, and directly into the location where virt-v2v
expects them.
2023-10-20 16:49:43 -04:00
Richard W.M. Jones
71520a8e8f OCaml 5.1 rebuild for Fedora 40 2023-10-05 16:34:50 +01:00
Fedora Release Engineering
53cd983946 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:44:59 +00:00
Richard W.M. Jones
19b8f91663 Remove OCaml 5 patch
Equivalent change is now upstream.
2023-07-14 15:23:16 +01:00
Richard W.M. Jones
2eb925871d New development branch version 2.3.5 2023-07-14 15:13:46 +01:00
Richard W.M. Jones
6f4ec77358 OCaml 5.0 rebuild for Fedora 39 2023-07-12 14:00:35 +01:00
Jerry James
484ddbffba OCaml 5.0.0 rebuild 2023-07-10 22:52:00 -06:00
Yaakov Selkowitz
20323cd1bc Fix installation on newer RHEL
libguestfs-winsupport is not available in ELN, only RHEL.
platform-python was limited to RHEL 8, but was virtually provided by
python3 in RHEL 9 for compatibility.
2023-06-07 01:36:18 -04:00
Richard W.M. Jones
686b606973 Migrated to SPDX license 2023-06-05 15:10:20 +01:00
Richard W.M. Jones
0aacc5e2aa New development branch version 2.3.4 2023-04-19 12:38:25 +01:00
Richard W.M. Jones
32e3130e0f New development branch version 2.3.3 2023-02-06 14:54:20 +00:00
Richard W.M. Jones
1f21f51f2e Rebuild OCaml packages for F38 2023-01-24 18:32:38 +00:00
Richard W.M. Jones
367ef1d16e New development branch version 2.3.2 2023-01-19 11:09:07 +00:00
Richard W.M. Jones
8d307c79fb New development branch version 2.3.1 2023-01-17 10:47:10 +00:00
Richard W.M. Jones
dcd10a79fd Make %check section compatible with RHEL
On RHEL, windows.img is created zero sized.  Change the test so it
checks the image size is > 0 before running the test.
2023-01-10 15:41:07 +00:00
Richard W.M. Jones
cf3e580f28 New stable branch version 2.2.0 2023-01-10 15:06:27 +00:00
Richard W.M. Jones
060522be72 New upstream development version 2.1.12
Add release notes for future virt-v2v 2.2
2023-01-06 11:08:44 +00:00
Richard W.M. Jones
d5dbc41678 Remove bogus guestfs-tools 1: (Epoch) prefix in dependency
guestfs-tools main package does not have an Epoch.
2022-12-10 14:47:46 +00:00
Richard W.M. Jones
eda3bba64d New upstream development version 2.1.11 2022-12-10 12:50:35 +00:00
Richard W.M. Jones
cceac096a8 New upstream development version 2.1.10
New tool: virt-v2v-inspector
2022-11-26 15:41:35 +00:00
Richard W.M. Jones
2871ca2648 New upstream development version 2.1.9 2022-10-11 16:47:32 +01:00
Richard W.M. Jones
c4fd3776bc Add BR glibc-static
As part of the test we build a small static binary which acts like
'rpm' inside our test VM.  This needs glibc-static.  We only run this
test on x86-64.
2022-08-23 12:56:57 +01:00
Richard W.M. Jones
55ac73a3a6 New upstream development version 2.1.8 2022-08-01 15:23:21 +01:00
Fedora Release Engineering
898c0086da Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 11:59:43 +00:00
Richard W.M. Jones
a0b231bb84 New upstream development version 2.1.7 2022-07-05 13:58:04 +01:00
Richard W.M. Jones
7fbfa0974e OCaml 4.14.0 rebuild 2022-06-19 12:18:06 +01:00
Richard W.M. Jones
4adf248ad7 New upstream development version 2.1.6 2022-06-17 13:05:43 +01:00
Richard W.M. Jones
5b1f7b0dca New upstream development version 2.1.5
Add Requires python3 / platform-python (RHBZ#2094779)
Remove nbdkit-readahead-filter as it is no longer used
Enable the tests
2022-06-11 10:42:59 +01:00
Richard W.M. Jones
754f31a25a Enable the tests 2022-06-11 10:33:05 +01:00
Richard W.M. Jones
76a47e52e4 Remove nbdkit-readahead-filter as it is no longer used 2022-06-08 14:27:56 +01:00
Richard W.M. Jones
1180dbb912 Add Requires python3 / platform-python (RHBZ#2094779) 2022-06-08 12:49:45 +01:00
Richard W.M. Jones
cb7aba7e97 New upstream development version 2.1.4 2022-05-26 12:43:47 +01:00
Richard W.M. Jones
8eba39402e New upstream development version 2.1.3 2022-05-12 15:35:15 +01:00
Richard W.M. Jones
91effd1448 +BR ocaml-libvirt-devel 2022-04-28 17:42:56 +01:00
Richard W.M. Jones
efe47b57c3 New upstream development version 2.1.2 2022-04-26 10:55:44 +01:00
Richard W.M. Jones
56f912639f New upstream development version 2.1.1 2022-04-12 12:05:45 +01:00
Richard W.M. Jones
3c02e4033d New upstream stable branch version 2.0.2 2022-04-04 13:50:43 +01:00
Richard W.M. Jones
071890f38a New upstream stable branch version 2.0.1
Fixes security issue when running virt-v2v as root (RHBZ#2066773).
2022-03-23 13:57:25 +00:00
Richard W.M. Jones
bc43f9d3fe Fix nbdcopy versioned dependency
error: line 122: Versioned file name not permitted: Requires:      /usr/bin/nbdcopy >= 1.10
2022-03-14 15:42:59 +00:00
Richard W.M. Jones
715f90f312 Update dependencies to match release notes
https://libguestfs.org/virt-v2v-release-notes-2.0.1.html#build-changes
2022-03-14 15:39:30 +00:00