Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1131c74957 | ||
|
|
6b4e334588 | ||
|
|
e56496d94a | ||
|
|
a799f54ec0 | ||
|
|
f94c301634 | ||
|
|
0bc5311e0e | ||
|
|
d9ec64bbb2 | ||
|
|
c0235de37f | ||
|
|
b11b0189ee | ||
|
|
9e3d614213 |
2 changed files with 26 additions and 6 deletions
|
|
@ -16,11 +16,12 @@
|
|||
# arm: times out when running the test
|
||||
# aarch64: "MSI is not supported by interrupt controller" (RHBZ#1414081)
|
||||
# i686: constantly broken, so I have disabled it, probably forever
|
||||
# ppc64: qemu doesn't work with TCG (RHBZ#1614948)
|
||||
# ppc64le: kernel doesn't boot on qemu (RHBZ#1435873)
|
||||
# s390x: qemu TCG cannot emulate enough to boot the kernel
|
||||
# (however KVM would work if it was available in Koji, so this
|
||||
# is not a bug)
|
||||
%global test_arches ppc64 x86_64
|
||||
%global test_arches x86_64
|
||||
|
||||
# Trim older changelog entries.
|
||||
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627
|
||||
|
|
@ -38,7 +39,7 @@
|
|||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.38.0
|
||||
Version: 1.38.6
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
|
|
@ -765,7 +766,8 @@ Requires: jpackage-utils
|
|||
%package -n php-%{name}
|
||||
Summary: PHP bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: php
|
||||
Requires: php(zend-abi) = %{php_zend_api}
|
||||
Requires: php(api) = %{php_core_api}
|
||||
|
||||
%description -n php-%{name}
|
||||
php-%{name} contains PHP bindings for %{name}.
|
||||
|
|
@ -1242,7 +1244,7 @@ install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/
|
|||
|
||||
|
||||
%files -n virt-v2v
|
||||
%doc COPYING README v2v/TODO
|
||||
%doc COPYING README
|
||||
%{_bindir}/virt-v2v
|
||||
%{_bindir}/virt-v2v-copy-to-local
|
||||
%{_mandir}/man1/virt-v2v.1*
|
||||
|
|
@ -1398,6 +1400,24 @@ install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 22 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.6-1
|
||||
- New upstream version 1.38.6.
|
||||
|
||||
* Fri Aug 10 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.4-1
|
||||
- New upstream version 1.38.4.
|
||||
|
||||
* Tue Jul 10 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.3-2
|
||||
- Update PHP dependencies.
|
||||
|
||||
* Sat Jun 30 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.3-1
|
||||
- New upstream version 1.38.3.
|
||||
|
||||
* Wed May 16 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.2-1
|
||||
- New upstream version 1.38.2.
|
||||
|
||||
* Wed May 02 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.1-1
|
||||
- New upstream version 1.38.1.
|
||||
|
||||
* Fri Feb 09 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.38.0-1
|
||||
- New upstream version 1.38.0.
|
||||
- Enable tarball signing since we are on a stable branch.
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (libguestfs-1.38.0.tar.gz) = 24f72266cfad6f6060c0ee05edd2bc41c5bdf9b9f42bd866604cbebbb9b337c9b308c61e38cc93c5dc7d2ccc82676e4792950ab902b82100fd0976ebd29dc1af
|
||||
SHA512 (libguestfs-1.38.0.tar.gz.sig) = 6f90115f0137aeafbd0e5edf0bd87af84a2480ad97a2b72b37ef6f0d65b29bc3d7b5ac798b481244a89d9d91559f86427635ec29931bf5f33955da67cd89bc7f
|
||||
SHA512 (libguestfs-1.38.6.tar.gz) = 20a254f1d6a4628a11f42c08947d1165430a020030da7e6ee7b22859b552245e8f3822a2d86c60055878ca00d8f17d346a0ad8274e8f0bb03ef4a9410b9630f1
|
||||
SHA512 (libguestfs-1.38.6.tar.gz.sig) = 2ed7a7e7cfef10ae65cd81f71e47516c2722cda9906bb942b960bb56c20110fca5d98f6cc163972dd459801156a02d5f9ab0104cd0c4338a112d0f47f3ca6734
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue