An interpreter of object-oriented scripting language
Go to file
Vít Ondruch a0bcb33eaa Disable package notes to prevent rubygem- build breakage.
The embedded linker flags breaks build of rubygem- packages with binary
extension:

~~~
gcc -shared -o nio4r_ext.so bytebuffer.o monitor.o nio4r_ext.o selector.o -L. -L/usr/lib64 -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/builddir/build/BUILD/.package_note-rubygem-nio4r-2.5.2-6.fc36.x86_64.ld -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/builddir/build/BUILD/.package_note-ruby-0.15.2-157.fc36.x86_64.ld  -m64  -lruby  -lm   -lc
/usr/bin/ld: cannot open linker script file /builddir/build/BUILD/.package_note-ruby-0.15.2-157.fc36.x86_64.ld: No such file or directory
~~~
2022-01-20 17:27:08 +01:00
.gitignore Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
libruby.stp Add TapSet for Ruby. 2013-02-22 14:17:04 +01:00
macros.ruby Add %{ruby_default_filter} macro. 2013-04-30 14:42:13 +02:00
macros.rubygems Pass ldflags to gem install 2021-05-31 10:25:26 +00:00
operating_system.rb Fix: return default path with nonexistent home dir 2018-10-23 13:12:19 +02:00
ruby-1.9.3-mkmf-verbose.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.1.0-always-use-i386.patch Upgrade to Ruby 3.0.2. 2021-07-15 14:02:23 +02:00
ruby-2.1.0-custom-rubygems-location.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-2.1.0-Enable-configuration-of-archlibdir.patch Upgrade to Ruby 3.0.2. 2021-07-15 14:02:23 +02:00
ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch Upgrade to Ruby 3.0.2. 2021-07-15 14:02:23 +02:00
ruby-2.3.0-ruby_version.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-2.7.0-Initialize-ABRT-hook.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.7.1-Timeout-the-test_bug_reporter_add-witout-raising-err.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-3.0.3-ext-openssl-extconf.rb-require-OpenSSL-version-1.0.1.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Add-more-support-for-generic-pkey-types.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-addr2line-DW_FORM_ref_addr.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Allow-setting-algorithm-specific-options-in-sign-and-verify.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-autoconf-2.70-add-ac-prog-cc.patch Add AC_PROG_CC to make C++ compiler dependency optional on autoconf >= 2.70. 2021-10-04 12:23:30 +02:00
ruby-3.1.0-Fix-stack-buffer-overflow.patch Fix segfault in TestArray#test_sample on s390x. 2022-01-20 11:20:01 +01:00
ruby-3.1.0-Get-rid-of-type-punning-pointer-casts.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Ignore-DW_FORM_ref_addr.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Implement-PKey-encrypt-decrypt-sign_raw-verify_raw-and-verify_recover.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Miscellaneous-changes-for-OpenSSL-3.0-support.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Properly-exclude-test-cases.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Refactor-PEM-DER-serialization-code.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-SSL_read-EOF-handling.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Support-GCCs-DWARF-5.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Support-OpenSSL-3.0.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_digest-do-not-test-constants-for-l.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_pkcs12-fix-test-failures-with-Open.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_pkey-use-EC-keys-for-PKey.generate.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_ssl-relax-regex-to-match-OpenSSL-s.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-test-openssl-utils-remove-dup_public-helper-method.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Use-EVP-API-in-more-places.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-Use-high-level-EVP-interface-to-generate-parameters-and-keys.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-exercise.stp Add missing ruby-exercise.stp file. 2013-02-22 14:17:53 +01:00
ruby.rpmlintrc ruby.rpmlintrc: Remove prefix match. 2021-05-18 15:40:11 +02:00
ruby.spec Disable package notes to prevent rubygem- build breakage. 2022-01-20 17:27:08 +01:00
rubygems-3.2.30-Provide-distinguished-name-which-will-be-correctly-p.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
rubygems-3.2.33-Fix-loading-operating_system-rb-customizations-too-late.patch Fix loading of default gems. 2021-12-10 17:06:26 +01:00
rubygems.attr Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.con Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.prov Upgrade to Ruby 2.6.0. 2019-01-17 08:31:01 +01:00
rubygems.req Extract composition of dependecy strings into helper. 2019-01-24 10:38:43 +01:00
sources Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
test_abrt.rb Move the ABRT hook test into separate file. 2015-12-13 19:36:58 +01:00
test_systemtap.rb Upgrade to Ruby 2.4.0. 2017-01-09 15:58:21 +01:00