#161 Fix bundled provide net-http-persistent typo.
Merged 6 months ago by vondruch. Opened 6 months ago by jackorp.
rpms/ jackorp/ruby fix_bundled_provide_name  into  rawhide

file modified
+5 -2
@@ -101,7 +101,7 @@ 

  Summary: An interpreter of object-oriented scripting language

  Name: ruby

  Version: %{ruby_version}%{?development_release}

- Release: 182%{?dist}

+ Release: 183%{?dist}

  # BSD-3-Clause: missing/{crypt,mt19937,setproctitle}.c

  # ISC: missing/strl{cat,cpy}.c

  # Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ...
@@ -473,7 +473,7 @@ 

  Provides:   bundled(rubygem-connection_pool) = %{bundler_connection_pool_version}

  Provides:   bundled(rubygem-fileutils) = %{bundler_fileutils_version}

  Provides:   bundled(rubygem-pub_grub) = %{bundler_pub_grub_version}

- Provides:   bundled(rubygem-net-http-persisntent) = %{bundler_net_http_persistent_version}

+ Provides:   bundled(rubygem-net-http-persistent) = %{bundler_net_http_persistent_version}

  Provides:   bundled(rubygem-thor) = %{bundler_thor_version}

  Provides:   bundled(rubygem-uri) = %{bundler_uri_version}

  BuildArch:  noarch
@@ -1584,6 +1584,9 @@ 

  

  

  %changelog

+ * Thu Nov 02 2023 Jarek Prokop <jprokop@redhat.com> - 3.2.2 - 183

+ - Fix typo in bundled provide of rubygem-bundler for rubygem-net-http-persistent.

+ 

  * Wed Sep 20 2023 Jun Aruga <jaruga@redhat.com> - 3.2.2-182

  - Fix OpenSSL.fips_mode and OpenSSL::PKey.read in OpenSSL 3 FIPS.

  

I am quite sure rubygem bundler does not use rubygem-net-http-persisntent but rather the rubygem-net-http-persistent.

This went uncaught for some time apparently :D
First git blame takes me back 3 years https://src.fedoraproject.org/rpms/ruby/c/a9b3ba531fab9f5919908bbf8c944bc6cbe85969
But that typo is still there, just shifted place.
Found accidentally by inspecting RPM packages metadata for Ruby 3.3 build output.

Not sure if this is worthy of an update, but it sure can be included in the Ruby 3.3 rebase @vondruch

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/dbb44e3d44f14ccc90818f1a3de37153

Pull-Request has been merged by vondruch

6 months ago

Good catch. Thx :thumbsup:

Metadata