- ABI hasn't changed so add patch that makes dbus-sharp think it is still
0.60 (mono uses hard version names so any change means apps need to recompile)
This commit is contained in:
parent
ddbadb8987
commit
a3bd691276
13
dbus.spec
13
dbus.spec
@ -19,7 +19,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.61
|
Version: 0.61
|
||||||
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
|
||||||
@ -50,6 +50,9 @@ Patch1: dbus-0.32-selinux_chroot_workaround.patch
|
|||||||
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
|
||||||
|
|
||||||
|
#make sure we take this out if ABI changes
|
||||||
|
Patch4: dbus-0.61-mono-no-abi-version-change.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
D-BUS is a system for sending messages between applications. It is
|
D-BUS is a system for sending messages between applications. It is
|
||||||
@ -136,6 +139,9 @@ D-BUS mono bindings for use with mono programs.
|
|||||||
%patch2 -p1 -b .selinux-avc-audit
|
%patch2 -p1 -b .selinux-avc-audit
|
||||||
%patch3 -p1 -b .start-early
|
%patch3 -p1 -b .start-early
|
||||||
|
|
||||||
|
#make sure we take this out if ABI changes
|
||||||
|
%patch4 -p1 -b .mono-no-abi-version-change
|
||||||
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -336,6 +342,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-2
|
||||||
|
- ABI hasn't changed so add patch that makes dbus-sharp think
|
||||||
|
it is still 0.60 (mono uses hard version names so any change
|
||||||
|
means apps need to recompile)
|
||||||
|
|
||||||
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-2
|
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-2
|
||||||
- Make sure chkconfig rests the priorities so we can start earlier
|
- Make sure chkconfig rests the priorities so we can start earlier
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user