import dbus-1.12.8-11.el8
This commit is contained in:
parent
d468bca098
commit
55f67627a1
@ -19,7 +19,7 @@
|
|||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.12.8
|
Version: 1.12.8
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -33,7 +33,7 @@ Source1: 00-start-message-bus.sh
|
|||||||
Patch0: 0001-tools-Use-Python3-for-GetAllMatchRules.patch
|
Patch0: 0001-tools-Use-Python3-for-GetAllMatchRules.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1725570
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1725570
|
||||||
Patch1: dbus-1.12.8-fix-CVE-2019-12749.patch
|
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
|
Patch2: dbus-1.12.8-fix-CVE-2020-12049.patch
|
||||||
|
|
||||||
BuildRequires: autoconf-archive
|
BuildRequires: autoconf-archive
|
||||||
@ -216,6 +216,7 @@ ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service
|
|||||||
## %find_lang %{gettext_package}
|
## %find_lang %{gettext_package}
|
||||||
|
|
||||||
install --directory %{buildroot}/var/lib/dbus
|
install --directory %{buildroot}/var/lib/dbus
|
||||||
|
install --directory %{buildroot}/run/dbus
|
||||||
|
|
||||||
install -pm 644 -t %{buildroot}%{_pkgdocdir} \
|
install -pm 644 -t %{buildroot}%{_pkgdocdir} \
|
||||||
doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
|
doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
|
||||||
@ -398,8 +399,11 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 30 2020 David King <dking@redhat.com> - 1:1.12.8-10
|
* Tue Jun 30 2020 David King <dking@redhat.com> - 1:1.12.8-11
|
||||||
- Fix CVE-2020-12049 (#1851996)
|
- 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
|
* Thu Aug 01 2019 David King <dking@redhat.com> - 1:1.12.8-9
|
||||||
- Ensure that patches are applied (#1725570)
|
- Ensure that patches are applied (#1725570)
|
||||||
|
Loading…
Reference in New Issue
Block a user