import dbus-1.12.8-14.el8

This commit is contained in:
CentOS Sources 2021-05-08 08:11:14 +00:00 committed by Andrew Lukoshko
parent 7571ff61a2
commit 6fa591f064
2 changed files with 5 additions and 2 deletions

View File

@ -4,4 +4,4 @@
[ "$SHLVL" -gt 1 ] && return
GDK_BACKEND=x11; export GDK_BACKEND
eval $(dbus-launch --sh-syntax --exit-with-session)
eval $(dbus-launch --sh-syntax --exit-with-x11)

View File

@ -19,7 +19,7 @@
Name: dbus
Epoch: 1
Version: 1.12.8
Release: 13%{?dist}
Release: 14%{?dist}
Summary: D-BUS message bus
Group: System Environment/Libraries
@ -406,6 +406,9 @@ popd
%changelog
* Tue Apr 27 2021 David King <dking@redhat.com> - 1:1.12.8-14
- Fix dbus-launch call in sh snippet (#1940348)
* Tue Mar 23 2021 David King <dking@redhat.com> - 1:1.12.8-13
- Fix raising hard fd limit (#1839753)