- Added patch to fix deadlocks when using recursive g_mains
This commit is contained in:
parent
2567d6e7ff
commit
b5ddf633ae
@ -12,7 +12,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.32
|
Version: 0.32
|
||||||
Release: 5
|
Release: 6
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: AFL/GPL
|
License: AFL/GPL
|
||||||
@ -38,6 +38,7 @@ Patch1: dbus-0.32-selinux_chroot_workaround.patch
|
|||||||
Patch2: dbus-0.23-selinux-avc-audit.patch
|
Patch2: dbus-0.23-selinux-avc-audit.patch
|
||||||
Patch3: dbus-0.32-glib-fix-infinite-loop.patch
|
Patch3: dbus-0.32-glib-fix-infinite-loop.patch
|
||||||
Patch4: dbus-0.32-print_child_pid.patch
|
Patch4: dbus-0.32-print_child_pid.patch
|
||||||
|
Patch5: dbus-0.32-deadlock-fix.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -117,6 +118,7 @@ D-BUS python bindings for use with python programs.
|
|||||||
#%patch2 -p1 -b .selinux-avc-audit
|
#%patch2 -p1 -b .selinux-avc-audit
|
||||||
%patch3 -p0 -b .glib-inf-lop
|
%patch3 -p0 -b .glib-inf-lop
|
||||||
%patch4 -p1 -b .print_child_pid
|
%patch4 -p1 -b .print_child_pid
|
||||||
|
%patch5 -p0 -b .deadlock-fix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -268,6 +270,9 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/dbus_bindings.so
|
%{_libdir}/python*/site-packages/dbus_bindings.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-6
|
||||||
|
- Added patch to fix deadlocks when using recursive g_mains
|
||||||
|
|
||||||
* Mon Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-5
|
* Mon Apr 12 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-5
|
||||||
- replace selinux_init patch with selinux_chroot_workaround patch
|
- replace selinux_init patch with selinux_chroot_workaround patch
|
||||||
to work around bad selinux interactions when using chroots
|
to work around bad selinux interactions when using chroots
|
||||||
|
Loading…
Reference in New Issue
Block a user