import CS git dbus-1.12.8-28.el8_10

This commit is contained in:
AlmaLinux RelEng Bot 2026-05-05 06:29:24 -04:00
parent 52a3d61713
commit d18b003386
2 changed files with 5 additions and 1 deletions

View File

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

View File

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