Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-p2v for openSUSE:Factory checked in at 2022-04-27 21:41:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-p2v (Old) and /work/SRC/openSUSE:Factory/.virt-p2v.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-p2v" Wed Apr 27 21:41:26 2022 rev:2 rq:973087 version:1.42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-p2v/virt-p2v.changes 2021-03-30 21:02:33.732860445 +0200 +++ /work/SRC/openSUSE:Factory/.virt-p2v.new.1538/virt-p2v.changes 2022-04-27 21:41:33.469029714 +0200 @@ -1,0 +2,6 @@ +Wed Apr 27 10:10:00 UTC 2022 - Dirk M??ller <[email protected]> + +- use https urls +- use gpg validation + +------------------------------------------------------------------- New: ---- virt-p2v-1.42.0.tar.gz.sig virt-p2v.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-p2v.spec ++++++ --- /var/tmp/diff_new_pack.jmutbg/_old 2022-04-27 21:41:34.373030778 +0200 +++ /var/tmp/diff_new_pack.jmutbg/_new 2022-04-27 21:41:34.381030788 +0200 @@ -1,7 +1,7 @@ # # spec file for package virt-p2v # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needsbinariesforbuild -# If we should verify tarball signature with GPGv2. + Name: virt-p2v Version: 1.42.0 -Release: 2 +Release: 0 Summary: Tools to convert a physical machine to run on KVM -URL: http://libguestfs.org/ -License: GPL-2.0+ +URL: https://libguestfs.org/ +License: GPL-2.0-or-later Group: System/Management # virt-p2v works only on x86_64 at the moment. It requires porting @@ -31,19 +31,21 @@ ExclusiveArch: x86_64 # Source and patches. -Source0: http://download.libguestfs.org/%{name}/%{name}-%{version}.tar.gz +Source0: https://download.libguestfs.org/%{name}/%{name}-%{version}.tar.gz +Source1: https://download.libguestfs.org/%{name}/%{name}-%{version}.tar.gz.sig +Source2: virt-p2v.keyring # Basic build requirements. BuildRequires: gcc -BuildRequires: perl(Pod::Simple) -BuildRequires: perl(Pod::Man) BuildRequires: perl(List::MoreUtils) +BuildRequires: perl(Pod::Man) +BuildRequires: perl(Pod::Simple) ####BuildRequires: /usr/bin/pod2text BuildRequires: libxml2-devel +BuildRequires: gtk3-devel BuildRequires: pcre-devel -BuildRequires: pkgconfig(bash-completion) >= 2.0 BuildRequires: xz -BuildRequires: gtk3-devel +BuildRequires: pkgconfig(bash-completion) >= 2.0 #BuildRequires: dbus-devel BuildRequires: pkgconfig(dbus-1) BuildRequires: m4 @@ -65,7 +67,6 @@ # virt-p2v-make-kickstart runs strip: Requires: binutils - # Migrate from the old virt-p2v-maker: ####Provides: virt-p2v-maker = 1:%{version}-%{release} ####Obsoletes: virt-p2v-maker < 1:1.41.5 @@ -73,7 +74,6 @@ # The bash completion for p2v were shipped with the others of libguestfs: ####Obsoletes: libguestfs-bash-completion < 1:1.41.5 - %description Virt-p2v converts (virtualizes) physical machines so they can be run as virtual machines under KVM. @@ -85,17 +85,14 @@ To convert virtual machines from other hypervisors, see virt-v2v. - %prep %autosetup -p1 - %build %configure \ --disable-gnulib-tests %make_build - #%check # #if ! make check; then @@ -103,7 +100,6 @@ # exit 1 #fi - %install %make_install @@ -126,5 +122,4 @@ %{_mandir}/man1/virt-p2v-make-kiwi.1* %{_mandir}/man1/virt-p2v.1* - %changelog
