From 958294f4da123732bac9fcc4be48181d2e7d7d82 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 12 Oct 2023 19:16:08 +0800 Subject: [PATCH] Remove buildrequires ocaml-gettext-devel, ocaml-ounit-devel, ocaml-libvirt-devel --- libguestfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index b723132..191c9ec 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.40.2 -Release: 13 +Release: 14 Epoch: 1 Summary: A set of tools for accessing and modifying virtual machine (VM) disk images License: LGPLv2+ @@ -20,7 +20,7 @@ BuildRequires: /usr/bin/pod2text, po4a, augeas-devel >= 1.7.0, readline-devel, g BuildRequires: libselinux-devel, fuse, fuse-devel, pcre-devel, file-devel, libvirt-devel, gperf, flex, bison, libdb-utils, cpio, libconfig-devel, xz-devel BuildRequires: zip, unzip, systemd-units, netpbm-progs, icoutils, libvirt-daemon-qemu, perl(Expect), libacl-devel, libcap-devel, libldm-devel, jansson-devel BuildRequires: systemd-devel, bash-completion, /usr/bin/ping, /usr/bin/wget, curl, xz, gtk3-devel, dbus-devel, /usr/bin/qemu-img, perl(Win::Hivex) -BuildRequires: perl(Win::Hivex::Regedit), ocaml, ocaml-ocamldoc, ocaml-findlib-devel, ocaml-gettext-devel, ocaml-ounit-devel, ocaml-libvirt-devel >= 0.6.1.4-5 +BuildRequires: perl(Win::Hivex::Regedit), ocaml, ocaml-ocamldoc, ocaml-findlib-devel BuildRequires: lua, lua-devel, perl-devel, perl-generators, perl-macros, perl(Sys::Virt), perl(Test::More), perl(Test::Pod) >= 1.00, perl(Test::Pod::Coverage) >= 1.00 BuildRequires: perl(Module::Build), perl(ExtUtils::CBuilder), perl(Locale::TextDomain), python2-devel, python-unversioned-command, python3-libvirt, python3-devel BuildRequires: ruby-devel, rubygem-rake, rubygem(json), rubygem(rdoc), rubygem(test-unit), ruby-irb, java-1.8.0-openjdk, java-1.8.0-openjdk-devel @@ -379,6 +379,9 @@ install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/ %exclude %{_mandir}/man1/virt-tar.1* %changelog +* Thu Oct 12 2023 wangkai <13474090681@163.com> - 1:1.40.2-14 +- Remove buildrequires ocaml-gettext-devel, ocaml-ounit-devel, ocaml-libvirt-devel + * Tue 20 Jul 2021 sunguoshuai - 1:1.40.2-13 - No /var/cache/yum in build environment and add test incase no cached rpms. -- Gitee