Revert "Re-enable package notes."
This reverts commit 588a4ae9f0
, because it
causes additional issues:
https://bugzilla.redhat.com/show_bug.cgi?id=2043092#c67
This commit is contained in:
parent
79d75fdcdd
commit
1d0c071aeb
10
ruby.spec
10
ruby.spec
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
|
||||
%global release 170
|
||||
%global release 171
|
||||
%{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
|
||||
|
||||
# The RubyGems library has to stay out of Ruby directory tree, since the
|
||||
@ -92,6 +92,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}
|
||||
@ -1549,6 +1553,10 @@ DISABLE_TESTS="$DISABLE_TESTS -n !/Fiddle::TestFunction#test_argument_count/"
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-171
|
||||
- Re-disable package notes. It causes additional issues with installing binary
|
||||
gems.
|
||||
|
||||
* Thu Sep 29 2022 Vít Ondruch <vondruch@redhat.com> - 3.1.2-170
|
||||
- Re-enable package notes.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user