Sys-Virt: upgrade package to 6.1.0
Since libvirt has been upgrade, we need to upgrade this package too, since it provide external interface for libvirt. Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
This commit is contained in:
parent
c5c67332d8
commit
5d3175eedc
Binary file not shown.
BIN
Sys-Virt-v6.1.0.tar.gz
Normal file
BIN
Sys-Virt-v6.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,30 +1,53 @@
|
||||
# Automatically generated by perl-Sys-Virt.spec.PL
|
||||
|
||||
Name: perl-Sys-Virt
|
||||
Version: 4.7.0
|
||||
Release: 2
|
||||
Version: 6.1.0
|
||||
Release: 1%
|
||||
Summary: Represent and manage a libvirt hypervisor connection
|
||||
License: GPLv2+ or Artistic
|
||||
URL: https://metacpan.org/release/Sys-Virt
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: coreutils findutils libvirt-devel >= %{version} make perl-interpreter
|
||||
BuildRequires: perl-devel perl-generators perl(ExtUtils::CBuilder) perl(Module::Build) sed
|
||||
BuildRequires: perl(overload) perl(strict) perl(warnings) perl(XSLoader) perl(base) perl(Sys::Hostname)
|
||||
BuildRequires: perl(Test::More) perl(Time::HiRes) perl(XML::XPath) perl(XML::XPath::XMLParser) perl(Test::CPAN::Changes)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00 perl(Test::Pod::Coverage) >= 1.00
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
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
|
||||
# Runtime
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests only
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Sys::Hostname)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(XML::XPath)
|
||||
BuildRequires: perl(XML::XPath::XMLParser)
|
||||
# Optional tests only
|
||||
BuildRequires: perl(Test::CPAN::Changes)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
BuildRequires: git
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
|
||||
%description
|
||||
The Sys::Virt module Allows consistent API management mechanisms
|
||||
when running inside any virtualized container.
|
||||
|
||||
%package help
|
||||
Summary: help for perl-Sys-Virt
|
||||
|
||||
%description help
|
||||
The help package contains manual pages and other related files for perl-Sys-Virt
|
||||
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
|
||||
machine management APIs. This allows machines running within arbitrary
|
||||
virtualization containers to be managed with a consistent API.
|
||||
|
||||
%prep
|
||||
%autosetup -n Sys-Virt-v%{version} -p1
|
||||
%autosetup -S git -n Sys-Virt-v%{version}
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
@ -40,13 +63,14 @@ The help package contains manual pages and other related files for perl-Sys-Virt
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc AUTHORS Changes README examples/
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/Sys*
|
||||
|
||||
%files help
|
||||
%doc AUTHORS Changes README examples
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2020 zhanghailiang<zhang.zhanghailiang@huawei.com> - 6.1.0-1
|
||||
- Package upgrade
|
||||
|
||||
* Thu Nov 21 2019 wangye<wangye54@huawei.com> - 4.7.0-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user