Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Sys-Virt.git#ef121f64fc9235b9358154fad8dd4c3366bb3aee
This commit is contained in:
parent
ce04fe6629
commit
65a33ec094
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
Name: perl-Sys-Virt
|
Name: perl-Sys-Virt
|
||||||
Version: 6.8.0
|
Version: 6.10.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Represent and manage a libvirt hypervisor connection
|
Summary: Represent and manage a libvirt hypervisor connection
|
||||||
License: GPLv2+ or Artistic
|
License: GPLv2+ or Artistic
|
||||||
@ -8,14 +7,12 @@ URL: https://metacpan.org/release/Sys-Virt
|
|||||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v%{version}.tar.gz
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libvirt-devel >= %{version}
|
BuildRequires: libvirt-devel >= %{version}
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
@ -49,12 +46,11 @@ virtualization containers to be managed with a consistent API.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build
|
./Build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||||
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -69,6 +65,9 @@ virtualization containers to be managed with a consistent API.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 01 2020 Jitka Plesnikova <jplesnik@redhat.com> - 6.10.0-1
|
||||||
|
- 6.10.0 bump
|
||||||
|
|
||||||
* Mon Oct 5 2020 Daniel P. Berrangé <berrange@redhat.com> - 6.8.0-1
|
* Mon Oct 5 2020 Daniel P. Berrangé <berrange@redhat.com> - 6.8.0-1
|
||||||
- Update to 6.8.0 release
|
- Update to 6.8.0 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Sys-Virt-v6.8.0.tar.gz) = de0148f0adb5c67add57874c1bd194ffdedae00e6dd8a22d1c19f99677c28a72666cc96dd889fd49dbb1e7529b4a1ee1e59c8c6e5a95ad85cc4d043f297b6a26
|
SHA512 (Sys-Virt-v6.10.0.tar.gz) = 99ed5e9618f80822ef720dc4064ee56128b7f643db0a1e1734adc82ce6310268516dafbab819aea7c9d8083de3bc09880324539062cc414743952a6b7709a020
|
||||||
|
Loading…
Reference in New Issue
Block a user