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 2021-03-30 21:02:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-p2v (Old)
 and      /work/SRC/openSUSE:Factory/.virt-p2v.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-p2v"

Tue Mar 30 21:02:29 2021 rev:1 rq:871274 version:1.42.0

Changes:
--------
New Changes file:

--- /dev/null   2021-03-11 01:47:46.020784395 +0100
+++ /work/SRC/openSUSE:Factory/.virt-p2v.new.2401/virt-p2v.changes      
2021-03-30 21:02:33.732860445 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Wed Feb 10 22:47:57 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove old specfile macros and constructs.
+- Use noun phrase for summary.
+
+-------------------------------------------------------------------
+Tue May  5 15:26:44 MDT 2020 - carn...@suse.com
+
+- Initial package of virt-p2v version 1.42.0 
+

New:
----
  virt-p2v-1.42.0.tar.gz
  virt-p2v.changes
  virt-p2v.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-p2v.spec ++++++
#
# spec file for package virt-p2v
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
# needsbinariesforbuild
# If we should verify tarball signature with GPGv2.

Name:          virt-p2v
Version:       1.42.0
Release:       2
Summary:       Tools to convert a physical machine to run on KVM
URL:           http://libguestfs.org/
License:       GPL-2.0+
Group:         System/Management

# virt-p2v works only on x86_64 at the moment.  It requires porting
# to properly detect the hardware on other architectures, and furthermore
# virt-v2v requires porting too.
ExclusiveArch: x86_64

# Source and patches.
Source0:       http://download.libguestfs.org/%{name}/%{name}-%{version}.tar.gz

# Basic build requirements.
BuildRequires: gcc
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Pod::Man)
BuildRequires: perl(List::MoreUtils)
####BuildRequires: /usr/bin/pod2text
BuildRequires: libxml2-devel
BuildRequires: pcre-devel
BuildRequires: pkgconfig(bash-completion) >= 2.0
BuildRequires: xz
BuildRequires: gtk3-devel
#BuildRequires: dbus-devel
BuildRequires: pkgconfig(dbus-1)
BuildRequires: m4

# Test suite requirements.
####BuildRequires: /usr/bin/qemu-nbd
BuildRequires: qemu-tools

# 
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
Provides:      bundled(gnulib)


Requires:      /usr/bin/gawk
Requires:      /usr/bin/gzip

# virt-p2v-make-disk runs virt-builder:
Requires:      guestfs-tools >= 1.42

# 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

# 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.

This package contains the tools needed to make a virt-p2v boot CD or
USB disk image which is booted on the physical machine to perform the
conversion.  You also need virt-v2v installed somewhere else to
complete the conversion.

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
#    cat test-suite.log
#    exit 1
#fi


%install
%make_install

# Delete the development man pages.
rm %{buildroot}/%{_mandir}/man1/p2v-building.1* \
   %{buildroot}/%{_mandir}/man1/p2v-hacking.1* \
   %{buildroot}/%{_mandir}/man1/p2v-release-notes.1*

%files
%doc README
%license COPYING
%{_bindir}/virt-p2v-make-disk
%{_bindir}/virt-p2v-make-kickstart
%{_bindir}/virt-p2v-make-kiwi
%{_datadir}/bash-completion/completions/virt-*
%{_datadir}/virt-p2v
%{_libdir}/virt-p2v
%{_mandir}/man1/virt-p2v-make-disk.1*
%{_mandir}/man1/virt-p2v-make-kickstart.1*
%{_mandir}/man1/virt-p2v-make-kiwi.1*
%{_mandir}/man1/virt-p2v.1*


%changelog

Reply via email to