Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vagrant-sshfs for openSUSE:Factory 
checked in at 2021-08-12 10:46:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant-sshfs (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant-sshfs"

Thu Aug 12 10:46:42 2021 rev:14 rq:911058 version:1.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant-sshfs/vagrant-sshfs.changes      
2021-05-11 23:03:44.073074230 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.1899/vagrant-sshfs.changes    
2021-08-12 10:46:43.578130474 +0200
@@ -1,0 +2,5 @@
+Thu Aug  5 07:28:21 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Build using ruby 3.0 on Tumbleweed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vagrant-sshfs.spec ++++++
--- /var/tmp/diff_new_pack.HZ3nHn/_old  2021-08-12 10:46:44.106134580 +0200
+++ /var/tmp/diff_new_pack.HZ3nHn/_new  2021-08-12 10:46:44.110134611 +0200
@@ -15,10 +15,15 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%if 0%{?suse_version} > 1500
+%global rb_build_versions ruby30
+%global rb_build_abi ruby:3.0.0
+%global rb_ruby_suffix ruby3.0
+%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
 
 %global vagrant_plugin_name vagrant-sshfs
 %define mod_name %{vagrant_plugin_name}
@@ -37,7 +42,11 @@
 Source3:        testsuite.sh
 # FIX-OPENSUSE use the Tumbleweed.$(uname -m) vagrant box instead of 
fedora/*-cloud-base
 Patch0:         0001-Use-opensuse-Tumbleweed.-uname-m-box-instead-of-Fedo.patch
-BuildRequires:  %{ruby}
+%if 0%{?suse_version} > 1500
+BuildRequires:  %{ruby:3 < 3.1}
+%else
+BuildRequires:  %{ruby:2 >= 2.5}
+%endif
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  vagrant >= 1.9.1
 Requires:       sshfs

Reply via email to