Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
368a8b08a4 | ||
|
|
436193f4b1 | ||
|
|
87af9ffbb0 | ||
|
|
d118969dff | ||
|
|
e29cdb45b5 | ||
|
|
0e4b449adb | ||
|
|
67c592c9be | ||
|
|
ddcb0daf9a | ||
|
|
f1c01932c4 | ||
|
|
d94351278b | ||
|
|
3f6b10ab80 | ||
|
|
6be911797d | ||
|
|
57f94cb5b0 | ||
|
|
57902e3216 | ||
|
|
c73e4ba6aa | ||
|
|
61951c17b1 | ||
|
|
0d192875a6 | ||
|
|
c1b2b41be7 | ||
|
|
59786e7e62 | ||
|
|
bf80733061 |
2 changed files with 55 additions and 47 deletions
|
|
@ -30,7 +30,7 @@ ExcludeArch: %{ix86}
|
|||
%global verify_tarball_signature 1
|
||||
|
||||
# The source directory.
|
||||
%global source_directory 1.55-development
|
||||
%global source_directory 1.56-stable
|
||||
|
||||
# Filter perl provides.
|
||||
%{?perl_default_filter}
|
||||
|
|
@ -41,7 +41,7 @@ ExcludeArch: %{ix86}
|
|||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.55.3
|
||||
Version: 1.56.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
|
|
@ -101,15 +101,11 @@ BuildRequires: libselinux-utils
|
|||
BuildRequires: libselinux-devel
|
||||
BuildRequires: fuse, fuse-devel
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: libvirt-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: cpio
|
||||
BuildRequires: libconfig-devel
|
||||
BuildRequires: xz-devel
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: zip
|
||||
BuildRequires: unzip
|
||||
|
|
@ -145,7 +141,6 @@ BuildRequires: ocaml >= 4.08
|
|||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: ocaml-findlib-devel
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: ocaml-ounit-devel
|
||||
BuildRequires: lua
|
||||
BuildRequires: lua-devel
|
||||
%endif
|
||||
|
|
@ -266,12 +261,6 @@ BuildRequires: xz
|
|||
%if !0%{?rhel}
|
||||
BuildRequires: zerofree
|
||||
%endif
|
||||
%if !0%{?rhel}
|
||||
%ifnarch %{arm} aarch64 s390 s390x riscv64
|
||||
# http://zfs-fuse.net/issues/94
|
||||
BuildRequires: zfs-fuse
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: zstd
|
||||
|
||||
# Main package requires the appliance. This allows the appliance to
|
||||
|
|
@ -366,9 +355,6 @@ For enhanced features, install:
|
|||
libguestfs-ufs adds UFS (BSD) support
|
||||
%endif
|
||||
libguestfs-xfs adds XFS support
|
||||
%if !0%{?rhel}
|
||||
libguestfs-zfs adds ZFS support
|
||||
%endif
|
||||
|
||||
For developers:
|
||||
|
||||
|
|
@ -499,20 +485,6 @@ This adds XFS support to %{name}. Install it if you want to process
|
|||
disk images containing XFS.
|
||||
|
||||
|
||||
%if !0%{?rhel}
|
||||
%ifnarch %{arm} aarch64 s390 s390x riscv64
|
||||
%package zfs
|
||||
Summary: ZFS support for %{name}
|
||||
License: GPL-2.0-or-later
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description zfs
|
||||
This adds ZFS support to %{name}. Install it if you want to process
|
||||
disk images containing ZFS.
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%package inspect-icons
|
||||
Summary: Additional dependencies for inspecting guest icons
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -851,13 +823,6 @@ move_to strace zz-packages-rescue
|
|||
move_to vim-minimal zz-packages-rescue
|
||||
move_to rsync zz-packages-rsync
|
||||
move_to xfsprogs zz-packages-xfs
|
||||
%if !0%{?rhel}
|
||||
%ifnarch %{arm} aarch64 s390 s390x riscv64
|
||||
move_to zfs-fuse zz-packages-zfs
|
||||
%endif
|
||||
%else
|
||||
remove zfs-fuse
|
||||
%endif
|
||||
|
||||
%if !0%{?rhel}
|
||||
# On Fedora you need kernel-modules-extra to be able to mount
|
||||
|
|
@ -975,14 +940,6 @@ rm ocaml/html/.gitignore
|
|||
%files xfs
|
||||
%{_libdir}/guestfs/supermin.d/zz-packages-xfs
|
||||
|
||||
%if !0%{?rhel}
|
||||
%ifnarch %{arm} aarch64 s390 s390x riscv64
|
||||
%files zfs
|
||||
%{_libdir}/guestfs/supermin.d/zz-packages-zfs
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%files inspect-icons
|
||||
# no files
|
||||
|
||||
|
|
@ -1104,6 +1061,57 @@ rm ocaml/html/.gitignore
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.56.2-1
|
||||
- New upstream stable version 1.56.2
|
||||
|
||||
* Mon Jun 16 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.56.1-1
|
||||
- New upstream stable version 1.56.1
|
||||
- Remove upstream ACPI / seabios fixes included in this version.
|
||||
|
||||
* Wed Jun 11 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.56.0-1
|
||||
- New upstream stable version 1.56.0
|
||||
- Remove BR xz-devel as it is not needed.
|
||||
|
||||
* Tue Jun 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.14-1
|
||||
- New upstream development version 1.55.14
|
||||
|
||||
* Tue May 20 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.13-1
|
||||
- New upstream development version 1.55.13
|
||||
|
||||
* Mon May 19 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.12-1
|
||||
- New upstream development version 1.55.12
|
||||
- Remove libguestfs-zfs subpackage
|
||||
|
||||
* Fri May 09 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.11-1
|
||||
- New upstream development version 1.55.11
|
||||
- Remove file-devel BR
|
||||
|
||||
* Sat Apr 26 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.10-1
|
||||
- New upstream development version 1.55.10
|
||||
|
||||
* Wed Apr 16 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.9-1
|
||||
- New upstream development version 1.55.9
|
||||
- Remove flex and bison
|
||||
|
||||
* Thu Apr 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.8-1
|
||||
- New upstream development version 1.55.8
|
||||
- Remove oUnit
|
||||
|
||||
* Tue Mar 11 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.7-1
|
||||
- New upstream development version 1.55.7
|
||||
|
||||
* Wed Feb 19 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.6-1
|
||||
- New upstream development version 1.55.6
|
||||
|
||||
* Tue Feb 18 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.5-1
|
||||
- New upstream development version 1.55.5
|
||||
|
||||
* Wed Feb 05 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.4-1
|
||||
- New upstream development version 1.55.4
|
||||
|
||||
* Wed Jan 29 2025 Jerry James <loganjerry@gmail.com> - 1:1.55.3-2
|
||||
- OCaml 5.2.1 rebuild for Fedora 41
|
||||
|
||||
* Wed Jan 08 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.55.3-1
|
||||
- New upstream development version 1.55.3
|
||||
- Baseline version of OCaml moved to 4.08
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (libguestfs-1.55.3.tar.gz) = 88f8f6e55cd52904193cf4c026ebbe34c25c707bf6bf0a34ac1d6e4a9c9f69b478e55eb46581ea47e820015ca432c38ec6252007f00394f297003596567d2bf0
|
||||
SHA512 (libguestfs-1.55.3.tar.gz.sig) = 7fd680e69f4a226ca8dbbc9862347bd169a669f436fd191de2702b2ed56c4f21e81540ed5dca659852362dccfccb952c0377506409070c82ce0e803e4f6d78b1
|
||||
SHA512 (libguestfs-1.56.2.tar.gz) = 80d99319bc6d13f0f4252c21250d4191a9dec94c6d10b572806043f3ecc36581c2169ddac4ebf7c7c7a1a560c6e85c5ce366baea2e63efcaa093f601d1031c62
|
||||
SHA512 (libguestfs-1.56.2.tar.gz.sig) = 487be28959690b66b430732811af1eb9aa1b5052f756bfa1ff528d3931087492a72c809072df2654a7908ee0d248e0daa986bcb43bd8040f9ee20f9208401118
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue