- add fix for glib infinite loop (fdo #2889)
This commit is contained in:
parent
d26cb11fe7
commit
9e642d3018
@ -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: 2
|
Release: 3
|
||||||
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
|
||||||
@ -36,6 +36,7 @@ Conflicts: cups < 1:1.1.20-4
|
|||||||
|
|
||||||
Patch1: dbus-0.32-selinux-init.patch
|
Patch1: dbus-0.32-selinux-init.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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -113,6 +114,7 @@ D-BUS python bindings for use with python programs.
|
|||||||
|
|
||||||
%patch1 -p1 -b .selinux-init
|
%patch1 -p1 -b .selinux-init
|
||||||
#%patch2 -p1 -b .selinux-avc-audit
|
#%patch2 -p1 -b .selinux-avc-audit
|
||||||
|
%patch3 -p0 -b .glib-inf-lop
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -264,6 +266,9 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/dbus_bindings.so
|
%{_libdir}/python*/site-packages/dbus_bindings.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 7 2005 David Zeuthen <davidz@redhat.com> - 0.32-3
|
||||||
|
- add fix for glib infinite loop (fdo #2889)
|
||||||
|
|
||||||
* Thu Mar 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-2
|
* Thu Mar 31 2005 John (J5) Palmieri <johnp@redhat.com> - 0.32-2
|
||||||
- add selinux-init patch to fix dbus from segfaulting when
|
- add selinux-init patch to fix dbus from segfaulting when
|
||||||
building on machines that don't have selinux enabled
|
building on machines that don't have selinux enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user