From 5ef46c08522c6454bfec161806a7ff35652c04a4 Mon Sep 17 00:00:00 2001 From: "Satadru Pramanik, DO, MPH, MEng" Date: Tue, 9 Jan 2024 10:02:57 -0500 Subject: [PATCH] fixup ruby_debug in fixup (#9159) --- lib/const.rb | 2 +- lib/fixup.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/const.rb b/lib/const.rb index 1967d8854..96cc8e574 100644 --- a/lib/const.rb +++ b/lib/const.rb @@ -1,7 +1,7 @@ # lib/const.rb # Defines common constants used in different parts of crew -CREW_VERSION = '1.40.6' +CREW_VERSION = '1.40.7' # kernel architecture KERN_ARCH = `uname -m`.chomp diff --git a/lib/fixup.rb b/lib/fixup.rb index 4fcbd5e56..ff77bfda5 100644 --- a/lib/fixup.rb +++ b/lib/fixup.rb @@ -53,7 +53,7 @@ pkg_update_arr = [ { pkg_name: 'qtwebglplugin', pkg_rename: 'qt5_webglplugin', pkg_deprecated: nil, comments: nil }, { pkg_name: 'qtwebsockets', pkg_rename: 'qt5_websockets', pkg_deprecated: nil, comments: nil }, { pkg_name: 'qtx11extras', pkg_rename: 'qt5_x11extras', pkg_deprecated: nil, comments: nil }, - { pkg_name: 'ruby_debug', pkg_deprecated: nil, comments: nil }, + { pkg_name: 'ruby_debug', pkg_rename: nil, pkg_deprecated: true, comments: 'Integrated into ruby package.' }, { pkg_name: 'wget', pkg_rename: 'wget2', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' } ]