Hello community,

here is the log from the commit of package vagrant-libvirt for openSUSE:Factory 
checked in at 2020-09-15 16:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant-libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant-libvirt.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant-libvirt"

Tue Sep 15 16:27:35 2020 rev:9 rq:834276 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant-libvirt/vagrant-libvirt.changes  
2020-09-07 21:33:36.097332194 +0200
+++ 
/work/SRC/openSUSE:Factory/.vagrant-libvirt.new.4249/vagrant-libvirt.changes    
    2020-09-15 16:27:52.418572861 +0200
@@ -1,0 +2,14 @@
+Thu Sep 10 16:59:58 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Require qemu-x86/arm on the x86/arm respectively
+- Add constraint on the childprocess version to fix "have choice" errors
+
+-------------------------------------------------------------------
+Tue Sep  8 07:13:21 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Switch back to the default Ruby for Tumbleweed
+
+  * Recommend guestfs-tools for virt-sysprep (needed for vagrant package with
+    vagrant-libvirt)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vagrant-libvirt.spec ++++++
--- /var/tmp/diff_new_pack.6lmkzg/_old  2020-09-15 16:27:53.102573516 +0200
+++ /var/tmp/diff_new_pack.6lmkzg/_new  2020-09-15 16:27:53.106573520 +0200
@@ -16,16 +16,9 @@
 #
 
 
-# FIXME: for now vagrant does not support Ruby 2.7
-%if 0%{?suse_version} > 1500
-%global rb_build_versions ruby26
-%global rb_build_abi ruby:2.6.0
-%global rb_ruby_suffix ruby2.6
-%else
 %global rb_build_versions %rb_default_ruby
 %global rb_build_abi %rb_default_ruby_abi
 %global rb_ruby_suffix %rb_default_ruby_suffix
-%endif
 
 Name:           vagrant-libvirt
 Version:        0.1.2
@@ -35,8 +28,16 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 Requires:       libvirt
-Requires:       qemu-kvm
+%ifarch %ix86 x86_64
+Requires:       qemu-x86
+%endif
+# switch to %%elifarch once every platform that we care about has rpm >= 4.15
+%ifarch %arm %arm64
+Requires:       qemu-arm
+%endif
 Requires:       vagrant
+# for virt-sysprep
+Recommends:     guestfs-tools
 BuildRequires:  vagrant
 
 BuildRequires:  %{ruby}
@@ -69,6 +70,9 @@
 # required when using a non-default ruby version
 BuildRequires:  %{rubygem gem2rpm}
 
+# Prevent: have choice for rubygem(ruby:2.7.0:childprocess) >= 0
+BuildRequires:  %{rubygem childprocess > 3}
+
 URL:            https://github.com/vagrant-libvirt/vagrant-libvirt
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 


Reply via email to