From 96a033abfd4472a9222759a2e63b6d533482a7a4 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 15 May 2025 11:48:01 -0400 Subject: [PATCH] Drop PCP_DIR PCP is no longer part of GTS. Related: RHEL-81741 Resolves: RHEL-91830 (cherry picked from commit 1a67fd6f9b97928f68bb76cb307c764f68f5455e) --- enable.in | 2 -- gcc-toolset-15.spec | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/enable.in b/enable.in index acdd255..e7d7d63 100644 --- a/enable.in +++ b/enable.in @@ -2,8 +2,6 @@ export PATH=%{_bindir}${PATH:+:${PATH}} export MANPATH=%{_mandir}${MANPATH:+:${MANPATH}} export INFOPATH=%{_infodir}${INFOPATH:+:${INFOPATH}} -# ??? We probably don't need this anymore. -export PCP_DIR=%{_scl_root} # bz847911 workaround: # we need to evaluate rpm's installed run-time % { _libdir }, not rpmbuild time # or else /etc/ld.so.conf.d files? diff --git a/gcc-toolset-15.spec b/gcc-toolset-15.spec index 296a538..72585cc 100644 --- a/gcc-toolset-15.spec +++ b/gcc-toolset-15.spec @@ -254,8 +254,8 @@ fi %endif %changelog -* Thu May 15 2025 Siddhesh Poyarekar - 15.0-4 -- New script to replace scl-enable (RHEL-88743). +* Tue May 20 2025 Siddhesh Poyarekar - 15.0-4 +- New rhel10-specific script to replace scl-enable (RHEL-91830). * Thu May 8 2025 Siddhesh Poyarekar - 15.0-3 - Drop the sudo wrapper script.