- add patch to fix taking a connection ref when it is locked
This commit is contained in:
parent
de56cc285c
commit
9f75849dd7
@ -8,7 +8,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.90
|
Version: 0.90
|
||||||
Release: 6
|
Release: 7
|
||||||
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
|
||||||
@ -31,6 +31,7 @@ Conflicts: cups < 1:1.1.20-4
|
|||||||
Patch2: dbus-0.61-selinux-avc-audit.patch
|
Patch2: dbus-0.61-selinux-avc-audit.patch
|
||||||
Patch3: dbus-0.60-start-early.patch
|
Patch3: dbus-0.60-start-early.patch
|
||||||
Patch4: dbus-0.90-remove-glib.patch
|
Patch4: dbus-0.90-remove-glib.patch
|
||||||
|
Patch5: dbus-0.90-ref-unlocked.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -64,6 +65,7 @@ in this separate package so server systems need not install X.
|
|||||||
%patch2 -p1 -b .selinux-avc-audit
|
%patch2 -p1 -b .selinux-avc-audit
|
||||||
%patch3 -p1 -b .start-early
|
%patch3 -p1 -b .start-early
|
||||||
%patch4 -p1 -b .remove-glib
|
%patch4 -p1 -b .remove-glib
|
||||||
|
%patch5 -p1 -b .ref-unlocked
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
@ -169,6 +171,9 @@ fi
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-7
|
||||||
|
- add patch to fix taking a connection ref when it is locked
|
||||||
|
|
||||||
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-6
|
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-6
|
||||||
- change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
|
- change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
|
||||||
in the dbus-1.pc file after compile
|
in the dbus-1.pc file after compile
|
||||||
|
Loading…
Reference in New Issue
Block a user