Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vagrant for openSUSE:Factory checked in at 2021-10-25 15:16:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vagrant (Old) and /work/SRC/openSUSE:Factory/.vagrant.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vagrant" Mon Oct 25 15:16:45 2021 rev:37 rq:926871 version:2.2.18 Changes: -------- --- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes 2021-08-12 09:00:56.050221069 +0200 +++ /work/SRC/openSUSE:Factory/.vagrant.new.1890/vagrant.changes 2021-10-25 15:16:55.285656426 +0200 @@ -1,0 +2,10 @@ +Thu Oct 14 08:32:24 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Use unconditional load: the %{?load???} construct does not work + with RPM 4.17, and not being able to load would give completely + different result anyway. +- Fix the construct to block invalid ruby versions. The syntax + %{ruby:3 < 3.1} 'worked', but essentially just translated to + %{ruby} in older RPM versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vagrant.spec ++++++ --- /var/tmp/diff_new_pack.nYSyt1/_old 2021-10-25 15:16:55.953656843 +0200 +++ /var/tmp/diff_new_pack.nYSyt1/_new 2021-10-25 15:16:55.953656843 +0200 @@ -75,7 +75,7 @@ # we use the rpm macros in this spec # need to load them *after* defining the rb_* macros -%{?load:%{SOURCE97}} +%{load:%{SOURCE97}} %global vagrant_plugin_name vagrant @@ -86,9 +86,9 @@ # s.required_ruby_version = ">= 2.5", "< 3.1" %if 0%{?suse_version} > 1500 -BuildRequires: %{ruby:3 < 3.1} +BuildRequires: %{ruby} < 3.1 %else -BuildRequires: %{ruby:2 >= 2.5} +BuildRequires: %{ruby} >= 2.5 %endif # #
