Drop PCP_DIR

PCP is no longer part of GTS.

Related: RHEL-81741
Resolves: RHEL-91830
(cherry picked from commit 1a67fd6f9b)
This commit is contained in:
Siddhesh Poyarekar 2025-05-15 11:48:01 -04:00
parent d1c2152dd1
commit 96a033abfd
2 changed files with 2 additions and 4 deletions

View File

@ -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?

View File

@ -254,8 +254,8 @@ fi
%endif
%changelog
* Thu May 15 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 15.0-4
- New script to replace scl-enable (RHEL-88743).
* Tue May 20 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 15.0-4
- New rhel10-specific script to replace scl-enable (RHEL-91830).
* Thu May 8 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 15.0-3
- Drop the sudo wrapper script.