Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6257dd839a | ||
|
|
f5077208df | ||
|
|
69a9e2a43b | ||
|
|
e472c432fc | ||
|
|
b68f2bb6d1 | ||
|
|
0315cfe718 | ||
|
|
d1541bc272 |
3 changed files with 22 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: xen-ci.brew-build.tier1.functional}
|
||||
|
|
|
|||
|
|
@ -29,16 +29,8 @@ ExcludeArch: %{ix86}
|
|||
# Verify tarball signature with GPGv2.
|
||||
%global verify_tarball_signature 1
|
||||
|
||||
# If there are patches which touch autotools files, set this to 1.
|
||||
%if !0%{?rhel}
|
||||
%global patches_touch_autotools %{nil}
|
||||
%else
|
||||
# On RHEL the downstream patches always touch autotools files.
|
||||
%global patches_touch_autotools 1
|
||||
%endif
|
||||
|
||||
# The source directory.
|
||||
%global source_directory 1.52-stable
|
||||
%global source_directory 1.54-stable
|
||||
|
||||
# Filter perl provides.
|
||||
%{?perl_default_filter}
|
||||
|
|
@ -49,8 +41,8 @@ ExcludeArch: %{ix86}
|
|||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.52.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.54.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
# Build only for architectures that have a kernel
|
||||
|
|
@ -84,9 +76,7 @@ Source7: libguestfs.keyring
|
|||
# Maintainer script which helps with handling patches.
|
||||
Source8: copy-patches.sh
|
||||
|
||||
%if 0%{patches_touch_autotools}
|
||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||
%endif
|
||||
|
||||
# Basic build requirements.
|
||||
BuildRequires: gcc, gcc-c++
|
||||
|
|
@ -318,7 +308,6 @@ Requires: xz
|
|||
Requires: qemu-kvm-core
|
||||
%if !0%{?rhel}
|
||||
Suggests: qemu-block-curl
|
||||
Suggests: qemu-block-gluster
|
||||
Suggests: qemu-block-iscsi
|
||||
%endif
|
||||
Suggests: qemu-block-rbd
|
||||
|
|
@ -696,9 +685,7 @@ for %{name}.
|
|||
%setup -q
|
||||
%autopatch -p1
|
||||
|
||||
%if 0%{patches_touch_autotools}
|
||||
autoreconf -i
|
||||
%endif
|
||||
autoreconf -fiv
|
||||
|
||||
# For sVirt to work, the local temporary directory we use in the tests
|
||||
# must be labelled the same way as /tmp. This doesn't work if either
|
||||
|
|
@ -1099,6 +1086,21 @@ rm ocaml/html/.gitignore
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 18 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.54.1-1
|
||||
- New upstream stable version 1.54.1
|
||||
|
||||
* Tue Oct 08 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.54.0-1
|
||||
- New upstream stable version 1.54.0
|
||||
|
||||
* Fri Aug 16 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.52.2-2
|
||||
- Fix kernel hang (RHBZ#2303267)
|
||||
|
||||
* Mon Jul 08 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.52.2-1
|
||||
- New stable branch version 1.52.2
|
||||
|
||||
* Mon May 13 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.52.1-1
|
||||
- New stable branch version 1.52.1
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.52.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (libguestfs-1.52.0.tar.gz) = 48dfaabb6b371ab3476b42310d363addf2fd1dfe43876be3bc984953f6919a30c7de13ef235d83fdd39117d71aa6bbfb5fbb645c1b17bc3031798a2a2b3df9d7
|
||||
SHA512 (libguestfs-1.52.0.tar.gz.sig) = c147e3b894c65137145228d70bcda3975a4dd4faa04c066d6783799e3d4825c2eee7c093601002f3a352989d81a75dd63c754f149201921abdded96ecb7a6214
|
||||
SHA512 (libguestfs-1.54.1.tar.gz) = 0113ea1cd26aba9b935b65299cf34d53c3d669508238d642a1a97622eb24948df05b55072d4c715cacb4fdfc7339c69ca25f65ca51ac87c40c5325175e939a0d
|
||||
SHA512 (libguestfs-1.54.1.tar.gz.sig) = 84a59583fb7eb47ef26dc7b12f59ec4b1d211cae4d9434d0a3847a4e526ba3668cac14217f878f233658011434fb9cf28544b4661650de3033e5f65b23094ffc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue