import dbus-1.12.8-14.el8

This commit is contained in:
CentOS Sources 2021-11-09 05:03:46 -05:00 committed by Stepan Oksanichenko
parent e1ec2630bf
commit 9a5b56c1d0
2 changed files with 7 additions and 7 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: 12%{?dist}.2
Release: 14%{?dist}
Summary: D-BUS message bus
Group: System Environment/Libraries
@ -37,7 +37,7 @@ Patch0: 0001-tools-Use-Python3-for-GetAllMatchRules.patch
Patch1: dbus-1.12.8-fix-CVE-2019-12749.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1851997
Patch2: dbus-1.12.8-fix-CVE-2020-12049.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1942052
# https://bugzilla.redhat.com/show_bug.cgi?id=1839753
Patch3: dbus-1.12.8-fix-fd-limit-change.patch
BuildRequires: autoconf-archive
@ -406,11 +406,11 @@ popd
%changelog
* Wed Apr 14 2021 David King <dking@redhat.com> - 1:1.12.8-12.2
- Increment release again (#1942052)
* 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-12.1
- Fix raising hard fd limit (#1942052)
* Tue Mar 23 2021 David King <dking@redhat.com> - 1:1.12.8-13
- Fix raising hard fd limit (#1839753)
* Mon Nov 23 2020 David King <dking@redhat.com> - 1:1.12.8-12
- Install X11 SSH forwarding snippets (#1874282)