Hello community, here is the log from the commit of package virt-v2v for openSUSE:Factory checked in at 2014-04-03 17:20:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-v2v (Old) and /work/SRC/openSUSE:Factory/.virt-v2v.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-v2v" Changes: -------- --- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes 2014-03-21 14:07:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.virt-v2v.new/virt-v2v.changes 2014-04-03 17:20:36.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Mar 26 17:00:53 UTC 2014 - [email protected] + +- Remove virt-p2v-server binary due to runtime requirements and the + corresponding virt-p2v utility is not yet available on SUSE. + +------------------------------------------------------------------- @@ -4,2 +10,2 @@ -- Set 'ExclusiveArch: x86_64' to avoid build failures on architectures where - libguestfs isn't available +- Set 'ExclusiveArch' to only build on architectures where libguestfs + is available ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-v2v.spec ++++++ --- /var/tmp/diff_new_pack.ctIdvo/_old 2014-04-03 17:20:37.000000000 +0200 +++ /var/tmp/diff_new_pack.ctIdvo/_new 2014-04-03 17:20:37.000000000 +0200 @@ -45,7 +45,7 @@ # Unfortunately, despite really being noarch, we have to make virt-v2v arch # dependent to avoid build failures on architectures where libguestfs isn't # available. -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 ppc64 ppc64le s390x # Build system direct requirements BuildRequires: gettext @@ -174,6 +174,11 @@ # virt-v2v. It isn't packaged, though, so we need to delete it. find %{buildroot} -name .packlist -type f | xargs rm +# Remove virt-p2v-server as it has a runtime requirement of YAML::Tiny, and +# virt-p2v is not yet available on SUSE +rm %{buildroot}%{_bindir}/virt-p2v-server +rm %{buildroot}%{_mandir}/man1/virt-p2v-server.* + %check ./Build test @@ -185,7 +190,6 @@ %doc TODO.txt %doc META.yml -#%doc ChangeLog %doc COPYING COPYING.LIB # For noarch packages: vendorlib @@ -198,7 +202,6 @@ # Executables %attr(0755,root,root) %{_bindir}/virt-v2v -%attr(0755,root,root) %{_bindir}/virt-p2v-server %dir %{_localstatedir}/lib/virt-v2v -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
