|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
Name: dbus
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 1.12.8
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
Summary: D-BUS message bus
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -33,7 +33,7 @@ Source1: 00-start-message-bus.sh
|
|
|
|
|
Patch0: 0001-tools-Use-Python3-for-GetAllMatchRules.patch
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1725570
|
|
|
|
|
Patch1: dbus-1.12.8-fix-CVE-2019-12749.patch
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1851996
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1851997
|
|
|
|
|
Patch2: dbus-1.12.8-fix-CVE-2020-12049.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf-archive
|
|
|
|
@ -216,6 +216,7 @@ ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service
|
|
|
|
|
## %find_lang %{gettext_package}
|
|
|
|
|
|
|
|
|
|
install --directory %{buildroot}/var/lib/dbus
|
|
|
|
|
install --directory %{buildroot}/run/dbus
|
|
|
|
|
|
|
|
|
|
install -pm 644 -t %{buildroot}%{_pkgdocdir} \
|
|
|
|
|
doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
|
|
|
|
@ -398,8 +399,11 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 30 2020 David King <dking@redhat.com> - 1:1.12.8-10
|
|
|
|
|
- Fix CVE-2020-12049 (#1851996)
|
|
|
|
|
* Tue Jun 30 2020 David King <dking@redhat.com> - 1:1.12.8-11
|
|
|
|
|
- Fix CVE-2020-12049 (#1851997)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 06 2020 David King <dking@redhat.com> - 1:1.12.8-10
|
|
|
|
|
- Improve permissions on ghosted /run/dbus (#1797833)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 01 2019 David King <dking@redhat.com> - 1:1.12.8-9
|
|
|
|
|
- Ensure that patches are applied (#1725570)
|
|
|
|
|