Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory checked in at 2021-12-07 23:59:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old) and /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sys-Virt" Tue Dec 7 23:59:48 2021 rev:88 rq:935261 version:7.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes 2021-11-07 00:19:02.132551767 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new.31177/perl-Sys-Virt.changes 2021-12-07 23:59:49.559724310 +0100 @@ -1,0 +2,7 @@ +Thu Dec 2 17:43:10 UTC 2021 - James Fehlig <jfeh...@suse.com> + +- Update to 7.10.0 + - Add all new APIs and constants in libvirt 7.10.0 + - jsc#SLE-18260, jsc#SLE-19264 + +------------------------------------------------------------------- Old: ---- Sys-Virt-7.9.0.tar.gz New: ---- Sys-Virt-7.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Sys-Virt.spec ++++++ --- /var/tmp/diff_new_pack.qIDrxO/_old 2021-12-07 23:59:50.035722681 +0100 +++ /var/tmp/diff_new_pack.qIDrxO/_new 2021-12-07 23:59:50.039722667 +0100 @@ -17,7 +17,7 @@ Name: perl-Sys-Virt -Version: 7.9.0 +Version: 7.10.0 Release: 0 %define cpan_name Sys-Virt Summary: Represent and manage a libvirt hypervisor connection ++++++ Sys-Virt-7.9.0.tar.gz -> Sys-Virt-7.10.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/.github/workflows/lockdown.yml new/Sys-Virt-7.10.0/.github/workflows/lockdown.yml --- old/Sys-Virt-7.9.0/.github/workflows/lockdown.yml 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/.github/workflows/lockdown.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ ---- -# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown - -name: 'Repo Lockdown' - -on: - issues: - types: opened - pull_request_target: - types: opened - -permissions: - pull-requests: write - issues: write - -jobs: - action: - runs-on: ubuntu-latest - steps: - - uses: dessant/repo-lockdown@v2 - with: - issue-comment: | - Thank you for your interest in the libvirt project. - - Since this repository is a read-only mirror of the project's master - repostory hosted on GitLab, issues opened here are not processed. - - We kindly request that new issues are reported to - - https://gitlab.com/libvirt/libvirt-perl/-/issues/new - - Thank you for your time and understanding. - lock-issue: true - close-issue: true - pr-comment: | - Thank you for your interest in the libvirt project. - - Since this repository is a read-only mirror of the project's master - repostory hosted on GitLab, merge requests opened here are not - processed. - - We kindly request that contributors fork the project at - - https://gitlab.com/libvirt/libvirt-perl/ - - push changes to the fork, and then open a new merge request at - - https://gitlab.com/libvirt/libvirt-perl/-/merge_requests/new - - Thank you for your time and understanding. - lock-pr: true - close-pr: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/.gitignore new/Sys-Virt-7.10.0/.gitignore --- old/Sys-Virt-7.9.0/.gitignore 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -*~ -META.yml -META.json -MYMETA.* -Makefile.PL -Sys-Virt-*.tar.gz -blib/ -perl-Sys-Virt.spec -lib/Sys/Virt\.c -lib/Sys/Virt\.o -_build/ -Build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/.gitlab-ci.yml new/Sys-Virt-7.10.0/.gitlab-ci.yml --- old/Sys-Virt-7.9.0/.gitlab-ci.yml 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ - -stages: - - containers - - builds - - docs - - sanity_checks - -.git_build_vars: &git_build_vars | - export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)" - export SCRATCH_DIR="/tmp/scratch" - export VROOT="$SCRATCH_DIR/vroot" - export LIBDIR="$VROOT/lib" - export LD_LIBRARY_PATH="$LIBDIR" - export PATH="$VROOT/bin:$PATH" - export PKG_CONFIG_PATH="$LIBDIR/pkgconfig" - -.native_build_job: - extends: .gitlab_native_build_job - before_script: - - *git_build_vars - script: - - pushd "$PWD" - - mkdir -p "$SCRATCH_DIR" - - cd "$SCRATCH_DIR" - - git clone --depth 1 https://gitlab.com/libvirt/libvirt.git - - cd libvirt - - meson build -Ddriver_libvirtd=disabled "--prefix=$VROOT" "--libdir=$LIBDIR" - - ninja -C build install - - popd - - perl Build.PL - - perl Build - - perl Build test - - perl Build install - - perl Build dist - - if test -x /usr/bin/rpmbuild ; then rpmbuild --nodeps -ta Sys-Virt*.tar.gz ; fi - - mv "$SCRATCH_DIR" scratch - -include: '/ci/gitlab.yml' - -apiref: - stage: docs - needs: [] - image: $CI_REGISTRY_IMAGE/ci-centos-8:latest - script: - - mkdir apiref - - perl -MPod::Simple::HTMLBatch -e Pod::Simple::HTMLBatch::go lib apiref - artifacts: - expose_as: 'API Reference' - name: 'apiref' - when: on_success - expire_in: 30 days - paths: - - apiref - -api-coverage: - image: $CI_REGISTRY_IMAGE/ci-centos-8:latest - stage: sanity_checks - needs: - - job: x86_64-centos-8 - artifacts: true - before_script: - - *git_build_vars - script: - - mv scratch "$SCRATCH_DIR" - - perl Build.PL - - TEST_MAINTAINER=1 perl Build test - rules: - - if: '$CI_PIPELINE_SOURCE == "push"' - allow_failure: true - - if: '$CI_PIPELINE_SOURCE == "schedule"' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/Build.PL new/Sys-Virt-7.10.0/Build.PL --- old/Sys-Virt-7.9.0/Build.PL 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/Build.PL 2021-12-01 15:57:13.000000000 +0100 @@ -17,7 +17,7 @@ use strict; use warnings; -my $libvirtver = "7.9.0"; +my $libvirtver = "7.10.0"; my $stat = system "pkg-config --atleast-version=$libvirtver libvirt"; die "cannot run pkg-config to check libvirt version" if $stat == -1; die "libvirt >= $libvirtver is required\n" unless $stat == 0; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/CONTRIBUTING.rst new/Sys-Virt-7.10.0/CONTRIBUTING.rst --- old/Sys-Virt-7.9.0/CONTRIBUTING.rst 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/CONTRIBUTING.rst 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ -============================ -Contributing to libvirt-perl -============================ - -The libvirt Perl API binding accepts code contributions via merge requests -on the GitLab project: - -https://gitlab.com/libvirt/libvirt-perl/-/merge_requests - -It is required that automated CI pipelines succeed before a merge request -will be accepted. The global pipeline status for the ``master`` branch is -visible at: - -https://gitlab.com/libvirt/libvirt-perl/pipelines - -CI pipeline results for merge requests will be visible via the contributors' -own private repository fork: - -https://gitlab.com/yourusername/libvirt-perl/pipelines - -Contributions submitted to the project must be in compliance with the -Developer Certificate of Origin Version 1.1. This is documented at: - -https://developercertificate.org/ - -To indicate compliance, each commit in a series must have a "Signed-off-by" -tag with the submitter's name and email address. This can be added by passing -the ``-s`` flag to ``git commit`` when creating the patches. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/Changes new/Sys-Virt-7.10.0/Changes --- old/Sys-Virt-7.9.0/Changes 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/Changes 2021-12-01 15:57:13.000000000 +0100 @@ -1,5 +1,10 @@ Revision history for perl module Sys::Virt +7.10.0 2021-12-01 + + - Add VIR_DOMAIN_GUEST_INFO_INTERFACES constant + - Fix uninitialized flags in create_network() + 7.9.0 2021-11-02 - Add callback for memory device size change domain event diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/META.json new/Sys-Virt-7.10.0/META.json --- old/Sys-Virt-7.9.0/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Sys-Virt-7.10.0/META.json 2021-12-01 15:57:13.000000000 +0100 @@ -0,0 +1,105 @@ +{ + "abstract" : "libvirt Perl API", + "author" : [ + "Daniel Berrange <d...@berrange.com>" + ], + "dynamic_config" : 1, + "generated_by" : "Module::Build version 0.4231", + "license" : [ + "gpl_1" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "name" : "Sys-Virt", + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::CBuilder" : "0", + "Sys::Hostname" : "0", + "Test::CPAN::Changes" : "0", + "Test::More" : "0", + "Test::Pod" : "0", + "Test::Pod::Coverage" : "0", + "Time::HiRes" : "0", + "XML::XPath" : "0", + "XML::XPath::XMLParser" : "0" + } + }, + "configure" : { + "requires" : { + "Module::Build" : "0" + } + }, + "runtime" : { + "requires" : { + "perl" : "v5.16.0" + } + } + }, + "provides" : { + "Sys::Virt" : { + "file" : "lib/Sys/Virt.pm", + "version" : "v7.10.0" + }, + "Sys::Virt::Domain" : { + "file" : "lib/Sys/Virt/Domain.pm" + }, + "Sys::Virt::DomainCheckpoint" : { + "file" : "lib/Sys/Virt/DomainCheckpoint.pm" + }, + "Sys::Virt::DomainSnapshot" : { + "file" : "lib/Sys/Virt/DomainSnapshot.pm" + }, + "Sys::Virt::Error" : { + "file" : "lib/Sys/Virt/Error.pm" + }, + "Sys::Virt::Event" : { + "file" : "lib/Sys/Virt/Event.pm" + }, + "Sys::Virt::Interface" : { + "file" : "lib/Sys/Virt/Interface.pm" + }, + "Sys::Virt::NWFilter" : { + "file" : "lib/Sys/Virt/NWFilter.pm" + }, + "Sys::Virt::NWFilterBinding" : { + "file" : "lib/Sys/Virt/NWFilterBinding.pm" + }, + "Sys::Virt::Network" : { + "file" : "lib/Sys/Virt/Network.pm" + }, + "Sys::Virt::NetworkPort" : { + "file" : "lib/Sys/Virt/NetworkPort.pm" + }, + "Sys::Virt::NodeDevice" : { + "file" : "lib/Sys/Virt/NodeDevice.pm" + }, + "Sys::Virt::Secret" : { + "file" : "lib/Sys/Virt/Secret.pm" + }, + "Sys::Virt::StoragePool" : { + "file" : "lib/Sys/Virt/StoragePool.pm" + }, + "Sys::Virt::StorageVol" : { + "file" : "lib/Sys/Virt/StorageVol.pm" + }, + "Sys::Virt::Stream" : { + "file" : "lib/Sys/Virt/Stream.pm" + } + }, + "release_status" : "stable", + "resources" : { + "homepage" : "http://libvirt.org/", + "license" : [ + "http://www.gnu.org/licenses/gpl.html" + ], + "repository" : { + "url" : "https://gitlab.com/libvirt/libvirt-perl" + }, + "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list" + }, + "version" : "v7.10.0", + "x_serialization_backend" : "JSON::PP version 4.06" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/META.yml new/Sys-Virt-7.10.0/META.yml --- old/Sys-Virt-7.9.0/META.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/Sys-Virt-7.10.0/META.yml 2021-12-01 15:57:13.000000000 +0100 @@ -0,0 +1,66 @@ +--- +abstract: 'libvirt Perl API' +author: + - 'Daniel Berrange <d...@berrange.com>' +build_requires: + ExtUtils::CBuilder: '0' + Sys::Hostname: '0' + Test::CPAN::Changes: '0' + Test::More: '0' + Test::Pod: '0' + Test::Pod::Coverage: '0' + Time::HiRes: '0' + XML::XPath: '0' + XML::XPath::XMLParser: '0' +configure_requires: + Module::Build: '0' +dynamic_config: 1 +generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010' +license: gpl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Sys-Virt +provides: + Sys::Virt: + file: lib/Sys/Virt.pm + version: v7.10.0 + Sys::Virt::Domain: + file: lib/Sys/Virt/Domain.pm + Sys::Virt::DomainCheckpoint: + file: lib/Sys/Virt/DomainCheckpoint.pm + Sys::Virt::DomainSnapshot: + file: lib/Sys/Virt/DomainSnapshot.pm + Sys::Virt::Error: + file: lib/Sys/Virt/Error.pm + Sys::Virt::Event: + file: lib/Sys/Virt/Event.pm + Sys::Virt::Interface: + file: lib/Sys/Virt/Interface.pm + Sys::Virt::NWFilter: + file: lib/Sys/Virt/NWFilter.pm + Sys::Virt::NWFilterBinding: + file: lib/Sys/Virt/NWFilterBinding.pm + Sys::Virt::Network: + file: lib/Sys/Virt/Network.pm + Sys::Virt::NetworkPort: + file: lib/Sys/Virt/NetworkPort.pm + Sys::Virt::NodeDevice: + file: lib/Sys/Virt/NodeDevice.pm + Sys::Virt::Secret: + file: lib/Sys/Virt/Secret.pm + Sys::Virt::StoragePool: + file: lib/Sys/Virt/StoragePool.pm + Sys::Virt::StorageVol: + file: lib/Sys/Virt/StorageVol.pm + Sys::Virt::Stream: + file: lib/Sys/Virt/Stream.pm +requires: + perl: v5.16.0 +resources: + MailingList: http://www.redhat.com/mailman/listinfo/libvir-list + homepage: http://libvirt.org/ + license: http://www.gnu.org/licenses/gpl.html + repository: https://gitlab.com/libvirt/libvirt-perl +version: v7.10.0 +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/Makefile.PL new/Sys-Virt-7.10.0/Makefile.PL --- old/Sys-Virt-7.9.0/Makefile.PL 1970-01-01 01:00:00.000000000 +0100 +++ new/Sys-Virt-7.10.0/Makefile.PL 2021-12-01 15:57:13.000000000 +0100 @@ -0,0 +1,7 @@ +# Note: this file was auto-generated by Module::Build::Compat version 0.4231 +require 5.016000; + use Module::Build::Compat 0.02; + + Module::Build::Compat->run_build_pl(args => \@ARGV); + require Module::Build; + Module::Build::Compat->write_makefile(build_class => 'Module::Build'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/README new/Sys-Virt-7.10.0/README --- old/Sys-Virt-7.9.0/README 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/README 2021-12-01 15:57:13.000000000 +0100 @@ -8,6 +8,6 @@ Module::Build buld system. For installation instructions, consult the INSTALL file. -The current minimum required version of libvirt is 7.9.0 +The current minimum required version of libvirt is 7.10.0 -- End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/centos-8.Dockerfile new/Sys-Virt-7.10.0/ci/containers/centos-8.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/centos-8.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/centos-8.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,63 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM docker.io/library/centos:8 - -RUN dnf update -y && \ - dnf install 'dnf-command(config-manager)' -y && \ - dnf config-manager --set-enabled -y powertools && \ - dnf install -y centos-release-advanced-virtualization && \ - dnf install -y epel-release && \ - dnf install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - glib2-devel \ - glibc-devel \ - glibc-langpack-en \ - gnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - ninja-build \ - perl \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-generators \ - pkgconfig \ - python3 \ - python3-docutils \ - python3-pip \ - python3-setuptools \ - python3-wheel \ - rpcgen \ - rpm-build && \ - dnf autoremove -y && \ - dnf clean all -y && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -RUN pip3 install \ - meson==0.56.0 - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/centos-stream-8.Dockerfile new/Sys-Virt-7.10.0/ci/containers/centos-stream-8.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/centos-stream-8.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/centos-stream-8.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,63 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM quay.io/centos/centos:stream8 - -RUN dnf update -y && \ - dnf install 'dnf-command(config-manager)' -y && \ - dnf config-manager --set-enabled -y powertools && \ - dnf install -y centos-release-advanced-virtualization && \ - dnf install -y epel-release && \ - dnf install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - glib2-devel \ - glibc-devel \ - glibc-langpack-en \ - gnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - ninja-build \ - perl \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-generators \ - pkgconfig \ - python3 \ - python3-docutils \ - python3-pip \ - python3-setuptools \ - python3-wheel \ - rpcgen \ - rpm-build && \ - dnf autoremove -y && \ - dnf clean all -y && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -RUN pip3 install \ - meson==0.56.0 - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/debian-10.Dockerfile new/Sys-Virt-7.10.0/ci/containers/debian-10.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/debian-10.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/debian-10.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,63 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM docker.io/library/debian:10-slim - -RUN export DEBIAN_FRONTEND=noninteractive && \ - apt-get update && \ - apt-get install -y eatmydata && \ - eatmydata apt-get dist-upgrade -y && \ - eatmydata apt-get install --no-install-recommends -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - libarchive-tar-perl \ - libc-dev-bin \ - libc6-dev \ - libcpan-changes-perl \ - libglib2.0-dev \ - libgnutls28-dev \ - libmodule-build-perl \ - libnl-3-dev \ - libnl-route-3-dev \ - libtest-pod-coverage-perl \ - libtest-pod-perl \ - libtime-hr-perl \ - libtirpc-dev \ - libxml-xpath-perl \ - libxml2-dev \ - libxml2-utils \ - locales \ - make \ - ninja-build \ - perl-base \ - pkgconf \ - python3 \ - python3-docutils \ - python3-pip \ - python3-setuptools \ - python3-wheel \ - xsltproc && \ - eatmydata apt-get autoremove -y && \ - eatmydata apt-get autoclean -y && \ - sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ - dpkg-reconfigure locales && \ - dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -RUN pip3 install \ - meson==0.56.0 - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/debian-sid.Dockerfile new/Sys-Virt-7.10.0/ci/containers/debian-sid.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/debian-sid.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/debian-sid.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,58 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM docker.io/library/debian:sid-slim - -RUN export DEBIAN_FRONTEND=noninteractive && \ - apt-get update && \ - apt-get install -y eatmydata && \ - eatmydata apt-get dist-upgrade -y && \ - eatmydata apt-get install --no-install-recommends -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - libarchive-tar-perl \ - libc-dev-bin \ - libc6-dev \ - libcpan-changes-perl \ - libglib2.0-dev \ - libgnutls28-dev \ - libmodule-build-perl \ - libnl-3-dev \ - libnl-route-3-dev \ - libtest-pod-coverage-perl \ - libtest-pod-perl \ - libtime-hr-perl \ - libtirpc-dev \ - libxml-xpath-perl \ - libxml2-dev \ - libxml2-utils \ - locales \ - make \ - meson \ - ninja-build \ - perl-base \ - pkgconf \ - python3 \ - python3-docutils \ - xsltproc && \ - eatmydata apt-get autoremove -y && \ - eatmydata apt-get autoclean -y && \ - sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ - dpkg-reconfigure locales && \ - dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/fedora-33.Dockerfile new/Sys-Virt-7.10.0/ci/containers/fedora-33.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/fedora-33.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/fedora-33.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,65 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.fedoraproject.org/fedora:33 - -RUN dnf install -y nosync && \ - echo -e '#!/bin/sh\n\ -if test -d /usr/lib64\n\ -then\n\ - export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ -else\n\ - export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ -fi\n\ -exec "$@"' > /usr/bin/nosync && \ - chmod +x /usr/bin/nosync && \ - nosync dnf update -y && \ - nosync dnf install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - glib2-devel \ - glibc-devel \ - glibc-langpack-en \ - gnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - meson \ - ninja-build \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Sys-Hostname \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-base \ - perl-generators \ - pkgconfig \ - python3 \ - python3-docutils \ - rpcgen \ - rpm-build && \ - nosync dnf autoremove -y && \ - nosync dnf clean all -y && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/fedora-34.Dockerfile new/Sys-Virt-7.10.0/ci/containers/fedora-34.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/fedora-34.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/fedora-34.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,65 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.fedoraproject.org/fedora:34 - -RUN dnf install -y nosync && \ - echo -e '#!/bin/sh\n\ -if test -d /usr/lib64\n\ -then\n\ - export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ -else\n\ - export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ -fi\n\ -exec "$@"' > /usr/bin/nosync && \ - chmod +x /usr/bin/nosync && \ - nosync dnf update -y && \ - nosync dnf install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - glib2-devel \ - glibc-devel \ - glibc-langpack-en \ - gnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - meson \ - ninja-build \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Sys-Hostname \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-base \ - perl-generators \ - pkgconfig \ - python3 \ - python3-docutils \ - rpcgen \ - rpm-build && \ - nosync dnf autoremove -y && \ - nosync dnf clean all -y && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/fedora-rawhide.Dockerfile new/Sys-Virt-7.10.0/ci/containers/fedora-rawhide.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/fedora-rawhide.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/fedora-rawhide.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,66 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.fedoraproject.org/fedora:rawhide - -RUN dnf update -y --nogpgcheck fedora-gpg-keys && \ - dnf install -y nosync && \ - echo -e '#!/bin/sh\n\ -if test -d /usr/lib64\n\ -then\n\ - export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ -else\n\ - export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ -fi\n\ -exec "$@"' > /usr/bin/nosync && \ - chmod +x /usr/bin/nosync && \ - nosync dnf update -y && \ - nosync dnf install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - glib2-devel \ - glibc-devel \ - glibc-langpack-en \ - gnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - meson \ - ninja-build \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Sys-Hostname \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-base \ - perl-generators \ - pkgconfig \ - python3 \ - python3-docutils \ - rpcgen \ - rpm-build && \ - nosync dnf autoremove -y && \ - nosync dnf clean all -y && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/opensuse-leap-152.Dockerfile new/Sys-Virt-7.10.0/ci/containers/opensuse-leap-152.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/opensuse-leap-152.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/opensuse-leap-152.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,57 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.opensuse.org/opensuse/leap:15.2 - -RUN zypper update -y && \ - zypper install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext-runtime \ - git \ - glib2-devel \ - glibc-devel \ - glibc-locale \ - libgnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - ninja \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-base \ - pkgconfig \ - python3-base \ - python3-docutils \ - python3-pip \ - python3-setuptools \ - python3-wheel \ - rpcgen \ - rpm-build && \ - zypper clean --all && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -RUN pip3 install \ - meson==0.56.0 - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/opensuse-tumbleweed.Dockerfile new/Sys-Virt-7.10.0/ci/containers/opensuse-tumbleweed.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/opensuse-tumbleweed.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/opensuse-tumbleweed.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,52 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.opensuse.org/opensuse/tumbleweed:latest - -RUN zypper update -y && \ - zypper install -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext-runtime \ - git \ - glib2-devel \ - glibc-devel \ - glibc-locale \ - libgnutls-devel \ - libnl3-devel \ - libtirpc-devel \ - libxml2 \ - libxml2-devel \ - libxslt \ - make \ - meson \ - ninja \ - perl-Archive-Tar \ - perl-CPAN-Changes \ - perl-Module-Build \ - perl-Test-Pod \ - perl-Test-Pod-Coverage \ - perl-Time-HiRes \ - perl-XML-XPath \ - perl-base \ - pkgconfig \ - python3-base \ - python3-docutils \ - rpcgen \ - rpm-build && \ - zypper clean --all && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/ubuntu-1804.Dockerfile new/Sys-Virt-7.10.0/ci/containers/ubuntu-1804.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/ubuntu-1804.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/ubuntu-1804.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,63 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM docker.io/library/ubuntu:18.04 - -RUN export DEBIAN_FRONTEND=noninteractive && \ - apt-get update && \ - apt-get install -y eatmydata && \ - eatmydata apt-get dist-upgrade -y && \ - eatmydata apt-get install --no-install-recommends -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - libarchive-tar-perl \ - libc-dev-bin \ - libc6-dev \ - libcpan-changes-perl \ - libglib2.0-dev \ - libgnutls28-dev \ - libmodule-build-perl \ - libnl-3-dev \ - libnl-route-3-dev \ - libtest-pod-coverage-perl \ - libtest-pod-perl \ - libtime-hr-perl \ - libtirpc-dev \ - libxml-xpath-perl \ - libxml2-dev \ - libxml2-utils \ - locales \ - make \ - ninja-build \ - perl-base \ - pkgconf \ - python3 \ - python3-docutils \ - python3-pip \ - python3-setuptools \ - python3-wheel \ - xsltproc && \ - eatmydata apt-get autoremove -y && \ - eatmydata apt-get autoclean -y && \ - sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ - dpkg-reconfigure locales && \ - dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -RUN pip3 install \ - meson==0.56.0 - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/containers/ubuntu-2004.Dockerfile new/Sys-Virt-7.10.0/ci/containers/ubuntu-2004.Dockerfile --- old/Sys-Virt-7.9.0/ci/containers/ubuntu-2004.Dockerfile 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/containers/ubuntu-2004.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,63 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM docker.io/library/ubuntu:20.04 - -RUN export DEBIAN_FRONTEND=noninteractive && \ - apt-get update && \ - apt-get install -y eatmydata && \ - eatmydata apt-get dist-upgrade -y && \ - eatmydata apt-get install --no-install-recommends -y \ - ca-certificates \ - ccache \ - cpp \ - gcc \ - gettext \ - git \ - libarchive-tar-perl \ - libc-dev-bin \ - libc6-dev \ - libcpan-changes-perl \ - libglib2.0-dev \ - libgnutls28-dev \ - libmodule-build-perl \ - libnl-3-dev \ - libnl-route-3-dev \ - libtest-pod-coverage-perl \ - libtest-pod-perl \ - libtime-hr-perl \ - libtirpc-dev \ - libxml-xpath-perl \ - libxml2-dev \ - libxml2-utils \ - locales \ - make \ - ninja-build \ - perl-base \ - pkgconf \ - python3 \ - python3-docutils \ - python3-pip \ - python3-setuptools \ - python3-wheel \ - xsltproc && \ - eatmydata apt-get autoremove -y && \ - eatmydata apt-get autoclean -y && \ - sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ - dpkg-reconfigure locales && \ - dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -RUN pip3 install \ - meson==0.56.0 - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/gitlab.yml new/Sys-Virt-7.10.0/ci/gitlab.yml --- old/Sys-Virt-7.9.0/ci/gitlab.yml 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/gitlab.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,231 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - - -.container_job: - image: docker:stable - stage: containers - needs: [] - services: - - name: registry.gitlab.com/libvirt/libvirt-ci/docker-dind:master - alias: docker - before_script: - - export TAG="$CI_REGISTRY_IMAGE/ci-$NAME:latest" - - export COMMON_TAG="$CI_REGISTRY/libvirt/libvirt-perl/ci-$NAME:latest" - - docker info - - docker login registry.gitlab.com -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" - script: - - docker pull "$TAG" || docker pull "$COMMON_TAG" || true - - docker build --cache-from "$TAG" --cache-from "$COMMON_TAG" --tag "$TAG" -f "ci/containers/$NAME.Dockerfile" ci/containers - - docker push "$TAG" - after_script: - - docker logout - - -.gitlab_native_build_job: - image: $CI_REGISTRY_IMAGE/ci-$NAME:latest - stage: builds - - -.gitlab_cross_build_job: - image: $CI_REGISTRY_IMAGE/ci-$NAME-cross-$CROSS:latest - stage: builds - - -check-dco: - stage: sanity_checks - needs: [] - image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master - script: - - /check-dco libvirt - except: - variables: - - $CI_PROJECT_NAMESPACE == 'libvirt' - variables: - GIT_DEPTH: 1000 - - -# Native container jobs - -x86_64-centos-8-container: - extends: .container_job - allow_failure: false - variables: - NAME: centos-8 - - -x86_64-centos-stream-8-container: - extends: .container_job - allow_failure: false - variables: - NAME: centos-stream-8 - - -x86_64-debian-10-container: - extends: .container_job - allow_failure: false - variables: - NAME: debian-10 - - -x86_64-debian-sid-container: - extends: .container_job - allow_failure: false - variables: - NAME: debian-sid - - -x86_64-fedora-33-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-33 - - -x86_64-fedora-34-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-34 - - -x86_64-fedora-rawhide-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-rawhide - - -x86_64-opensuse-leap-152-container: - extends: .container_job - allow_failure: false - variables: - NAME: opensuse-leap-152 - - -x86_64-opensuse-tumbleweed-container: - extends: .container_job - allow_failure: false - variables: - NAME: opensuse-tumbleweed - - -x86_64-ubuntu-1804-container: - extends: .container_job - allow_failure: false - variables: - NAME: ubuntu-1804 - - -x86_64-ubuntu-2004-container: - extends: .container_job - allow_failure: false - variables: - NAME: ubuntu-2004 - - -# Native build jobs - -x86_64-centos-8: - extends: .native_build_job - needs: - - x86_64-centos-8-container - allow_failure: false - variables: - NAME: centos-8 - artifacts: - expire_in: 2 days - paths: - - scratch - -x86_64-centos-stream-8: - extends: .native_build_job - needs: - - x86_64-centos-stream-8-container - allow_failure: false - variables: - NAME: centos-stream-8 - - -x86_64-debian-10: - extends: .native_build_job - needs: - - x86_64-debian-10-container - allow_failure: false - variables: - NAME: debian-10 - - -x86_64-debian-sid: - extends: .native_build_job - needs: - - x86_64-debian-sid-container - allow_failure: false - variables: - NAME: debian-sid - - -x86_64-fedora-33: - extends: .native_build_job - needs: - - x86_64-fedora-33-container - allow_failure: false - variables: - NAME: fedora-33 - - -x86_64-fedora-34: - extends: .native_build_job - needs: - - x86_64-fedora-34-container - allow_failure: false - variables: - NAME: fedora-34 - - -x86_64-fedora-rawhide: - extends: .native_build_job - needs: - - x86_64-fedora-rawhide-container - allow_failure: false - variables: - NAME: fedora-rawhide - - -x86_64-opensuse-leap-152: - extends: .native_build_job - needs: - - x86_64-opensuse-leap-152-container - allow_failure: false - variables: - NAME: opensuse-leap-152 - - -x86_64-opensuse-tumbleweed: - extends: .native_build_job - needs: - - x86_64-opensuse-tumbleweed-container - allow_failure: false - variables: - NAME: opensuse-tumbleweed - - -x86_64-ubuntu-1804: - extends: .native_build_job - needs: - - x86_64-ubuntu-1804-container - allow_failure: false - variables: - NAME: ubuntu-1804 - - -x86_64-ubuntu-2004: - extends: .native_build_job - needs: - - x86_64-ubuntu-2004-container - allow_failure: false - variables: - NAME: ubuntu-2004 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/ci/manifest.yml new/Sys-Virt-7.10.0/ci/manifest.yml --- old/Sys-Virt-7.9.0/ci/manifest.yml 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/ci/manifest.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ -projects: - - libvirt-perl - - libvirt+minimal - -gitlab: - namespace: libvirt - project: libvirt-perl - -targets: - - centos-8: - jobs: - - arch: x86_64 - artifacts: - expiry: 2 days - paths: - - scratch - - centos-stream-8: x86_64 - - debian-10: x86_64 - - debian-sid: x86_64 - - fedora-33: x86_64 - - fedora-34: x86_64 - - fedora-rawhide: x86_64 - - opensuse-leap-152: x86_64 - - opensuse-tumbleweed: x86_64 - - ubuntu-1804: x86_64 - - ubuntu-2004: x86_64 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/lib/Sys/Virt/Domain.pm new/Sys-Virt-7.10.0/lib/Sys/Virt/Domain.pm --- old/Sys-Virt-7.9.0/lib/Sys/Virt/Domain.pm 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/lib/Sys/Virt/Domain.pm 2021-12-01 15:57:13.000000000 +0100 @@ -2225,6 +2225,10 @@ Block device information +=item Sys::Virt::Domain::GUEST_INFO_INTERFACES + +Network interfaces information + =back C<$flags> is currently unused and defaults to zero. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/lib/Sys/Virt.pm new/Sys-Virt-7.10.0/lib/Sys/Virt.pm --- old/Sys-Virt-7.9.0/lib/Sys/Virt.pm 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/lib/Sys/Virt.pm 2021-12-01 15:57:13.000000000 +0100 @@ -81,7 +81,7 @@ use Sys::Virt::DomainCheckpoint; use Sys::Virt::Stream; -our $VERSION = '7.9.0'; +our $VERSION = '7.10.0'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); @@ -305,7 +305,7 @@ sub create_network { my $self = shift; my $xml = shift; - my $flags = shift; + my $flags = shift || 0; return Sys::Virt::Network->_new(connection => $self, xml => $xml, flags => $flags); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/lib/Sys/Virt.xs new/Sys-Virt-7.10.0/lib/Sys/Virt.xs --- old/Sys-Virt-7.9.0/lib/Sys/Virt.xs 2021-11-01 19:18:05.000000000 +0100 +++ new/Sys-Virt-7.10.0/lib/Sys/Virt.xs 2021-12-01 15:57:13.000000000 +0100 @@ -10252,6 +10252,7 @@ REGISTER_CONSTANT(VIR_DOMAIN_GUEST_INFO_HOSTNAME, GUEST_INFO_HOSTNAME); REGISTER_CONSTANT(VIR_DOMAIN_GUEST_INFO_FILESYSTEM, GUEST_INFO_FILESYSTEM); REGISTER_CONSTANT(VIR_DOMAIN_GUEST_INFO_DISKS, GUEST_INFO_DISKS); + REGISTER_CONSTANT(VIR_DOMAIN_GUEST_INFO_INTERFACES, GUEST_INFO_INTERFACES); REGISTER_CONSTANT(VIR_DOMAIN_AGENT_RESPONSE_TIMEOUT_BLOCK, AGENT_RESPONSE_TIMEOUT_BLOCK); REGISTER_CONSTANT(VIR_DOMAIN_AGENT_RESPONSE_TIMEOUT_NOWAIT, AGENT_RESPONSE_TIMEOUT_NOWAIT); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sys-Virt-7.9.0/perl-Sys-Virt.spec new/Sys-Virt-7.10.0/perl-Sys-Virt.spec --- old/Sys-Virt-7.9.0/perl-Sys-Virt.spec 1970-01-01 01:00:00.000000000 +0100 +++ new/Sys-Virt-7.10.0/perl-Sys-Virt.spec 2021-12-01 15:57:13.000000000 +0100 @@ -0,0 +1,71 @@ +# Automatically generated by perl-Sys-Virt.spec.PL + +Name: perl-Sys-Virt +Version: 7.10.0 +Release: 1%{?dist} +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 +# 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 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 -S git -n Sys-Virt-v%{version} + + +%build +%{__perl} Build.PL installdirs=vendor +./Build + +%install +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%files +%license LICENSE +%doc AUTHORS Changes README examples/ +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Sys* +%{_mandir}/man3/* + +%changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qIDrxO/_old 2021-12-07 23:59:50.175722202 +0100 +++ /var/tmp/diff_new_pack.qIDrxO/_new 2021-12-07 23:59:50.179722188 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">Sys-Virt</param> - <param name="revision">v7.9.0</param> + <param name="revision">v7.10.0</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://gitlab.com/libvirt/libvirt-perl.git</param> ++++++ suse-set-migration-constraints.patch ++++++ --- /var/tmp/diff_new_pack.qIDrxO/_old 2021-12-07 23:59:50.191722147 +0100 +++ /var/tmp/diff_new_pack.qIDrxO/_new 2021-12-07 23:59:50.191722147 +0100 @@ -2,10 +2,10 @@ References: fate#316614, bsc#859868 -Index: Sys-Virt-7.9.0/lib/Sys/Virt/Domain.pm +Index: Sys-Virt-7.10.0/lib/Sys/Virt/Domain.pm =================================================================== ---- Sys-Virt-7.9.0.orig/lib/Sys/Virt/Domain.pm -+++ Sys-Virt-7.9.0/lib/Sys/Virt/Domain.pm +--- Sys-Virt-7.10.0.orig/lib/Sys/Virt/Domain.pm ++++ Sys-Virt-7.10.0/lib/Sys/Virt/Domain.pm @@ -1176,6 +1176,18 @@ omitted libvirt will auto-generate suita only necessary to specify this URI if the destination host has multiple interfaces and a specific interface is required to transmit storage data. @@ -25,10 +25,10 @@ =back =item $ddom = $dom->migrate(destcon, flags=0, dname=undef, uri=undef, bandwidth=0) -Index: Sys-Virt-7.9.0/lib/Sys/Virt.xs +Index: Sys-Virt-7.10.0/lib/Sys/Virt.xs =================================================================== ---- Sys-Virt-7.9.0.orig/lib/Sys/Virt.xs -+++ Sys-Virt-7.9.0/lib/Sys/Virt.xs +--- Sys-Virt-7.10.0.orig/lib/Sys/Virt.xs ++++ Sys-Virt-7.10.0/lib/Sys/Virt.xs @@ -5580,7 +5580,7 @@ _migrate(dom, destcon, newparams, flags= virTypedParameterPtr params; int nparams;