From d91b12025ce13d5043e5ac9fff07ad3f0e01a26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 22 Nov 2022 17:40:19 +0100 Subject: [PATCH] Revert "Re-enable package notes." This reverts commit 768e5a37f81dcaecf921df93b8ddc781713f0f01, because it causes additional issues: https://bugzilla.redhat.com/show_bug.cgi?id=2043092#c67 --- ruby.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ruby.spec b/ruby.spec index 527f2ff..f148b61 100644 --- a/ruby.spec +++ b/ruby.spec @@ -93,6 +93,10 @@ %bcond_without hardening_test %endif +# The additional linker flags break binary rubygem- packages. +# https://bugzilla.redhat.com/show_bug.cgi?id=2043092 +%undefine _package_note_flags + Summary: An interpreter of object-oriented scripting language Name: ruby Version: %{ruby_version} @@ -1529,9 +1533,6 @@ mv test/fiddle/test_import.rb{,.disable} * Wed Oct 12 2022 Vít Ondruch - 3.2.0-1 - Upgrade to Ruby 3.2.0 (6bf458eefd). -* Thu Sep 29 2022 Vít Ondruch - 3.1.2-170 -- Re-enable package notes. - * Mon Aug 29 2022 Jun Aruga - 3.1.2-168 - Make RDoc soft dependnecy in IRB. Resolves: rhbz#2119964