From 0e7411bd03a6ac75f886044d8a541d1b0c14be41 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 16 Oct 2023 14:23:18 +0800 Subject: [PATCH] Remove fedora macro --- perl-Sys-Virt.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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