diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index 151e0ce42942a75bfcecdabe27e3d1b9bbcbcfcb..e0e11cbd673c06a0fcd42d3642b821a9efed0892 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -2,12 +2,12 @@ %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} %global gem_name rspec-expectations -%global need_bootstrap_set 1 +%global need_bootstrap_set 0 %undefine __brp_mangle_shebangs Summary: RSpec expectations (should and matchers) Name: rubygem-%{gem_name} Version: %{majorver} -Release: 1 +Release: 2 License: MIT URL: http://github.com/rspec/rspec-expectations Source0: https://rubygems.org/gems/%{gem_name}-%{fullver}.gem @@ -63,6 +63,9 @@ ruby -rrubygems -Ilib/ -S rspec spec/ %{gem_docdir} %changelog +* Wed Jan 18 2023 Ge Wang -3.12.1-2 +- Restore need_bootstrap_set flag after upgrade + * Thu Jan 05 2023 Ge Wang - 3.12.1-1 - Upgrade to version 3.12.1