diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec index 0e89fce..2e83efc 100644 --- a/perl-Sys-Virt.spec +++ b/perl-Sys-Virt.spec @@ -2,7 +2,7 @@ Name: perl-Sys-Virt Version: 6.1.0 -Release: 1 +Release: 2 Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic URL: https://metacpan.org/release/Sys-Virt @@ -14,10 +14,8 @@ BuildRequires: gcc BuildRequires: libvirt-devel >= %{version} BuildRequires: make BuildRequires: perl-devel -%if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: perl-interpreter BuildRequires: perl-generators -%endif BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) BuildRequires: sed @@ -69,6 +67,9 @@ virtualization containers to be managed with a consistent API. %{_mandir}/man3/* %changelog +* Mon Oct 16 2023 wangkai <13474090681@163.com> - 6.1.0-2 +- Remove fedora macro + * Tue May 19 2020 zhanghailiang - 6.1.0-1 - Package upgrade