- 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
|
||||
Name: dbus
|
||||
Version: 0.61
|
||||
Release: 2
|
||||
Release: 3
|
||||
URL: http://www.freedesktop.org/software/dbus/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: AFL/GPL
|
||||
@ -50,6 +50,9 @@ Patch1: dbus-0.32-selinux_chroot_workaround.patch
|
||||
Patch2: dbus-0.61-selinux-avc-audit.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
|
||||
|
||||
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
|
||||
%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
|
||||
|
||||
%build
|
||||
@ -336,6 +342,11 @@ fi
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Make sure chkconfig rests the priorities so we can start earlier
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user