Fix SSH forwarding with csh (RHEL-4156)
Based on an earlier request by Orion Poplawski. Additionally, mark the dbus package as empty for rpminspect. Resolves: RHEL-4156
This commit is contained in:
parent
d983ff6a3f
commit
3f434651cd
@ -19,7 +19,7 @@
|
||||
Name: dbus
|
||||
Epoch: 1
|
||||
Version: 1.12.8
|
||||
Release: 27%{?dist}
|
||||
Release: 28%{?dist}
|
||||
Summary: D-BUS message bus
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -425,6 +425,9 @@ popd
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 10 2025 David King <dking@redhat.com> - 1:1.12.8-28
|
||||
- Fix SSH forwarding with csh (RHEL-4156)
|
||||
|
||||
* Thu May 29 2025 Milan Crha <mcrha@redhat.com> - 1.12.8-27
|
||||
- Resolves: RHEL-65330 (Crash on configuration reload)
|
||||
|
||||
|
||||
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
emptyrpm:
|
||||
expected_empty:
|
||||
- dbus
|
||||
@ -2,6 +2,7 @@
|
||||
if ( $?SSH_CONNECTION == 0 ) exit
|
||||
if ( $?XDG_SESSION_ID == 0) exit
|
||||
if ( $?DISPLAY == 0 ) exit
|
||||
if ( $DISPLAY =~ :* ) exit
|
||||
if ( $SHLVL > 1 ) exit
|
||||
|
||||
set DBUS_SESSIONS = "${XDG_RUNTIME_DIR}/dbus-1/sessions"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user