- Add a Provides line to the mono package to get around an auto dep the
buildsystem puts in - Make sure chkconfig rests the priorities so we can start earlier
This commit is contained in:
parent
0d83b87cc6
commit
cc89c66c2d
12
dbus.spec
12
dbus.spec
@ -19,13 +19,14 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.61
|
Version: 0.61
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
PreReq: chkconfig /usr/sbin/useradd
|
PreReq: /usr/sbin/useradd
|
||||||
|
Requires: chkconfig >= 1.3.26
|
||||||
BuildPreReq: libtool
|
BuildPreReq: libtool
|
||||||
#BuildRequires: redhat-release
|
#BuildRequires: redhat-release
|
||||||
BuildRequires: expat-devel >= %{expat_version}
|
BuildRequires: expat-devel >= %{expat_version}
|
||||||
@ -123,6 +124,7 @@ D-BUS python bindings for use with python programs.
|
|||||||
Summary: mono bindings for D-BUS
|
Summary: mono bindings for D-BUS
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %name = %{version}-%{release}
|
Requires: %name = %{version}-%{release}
|
||||||
|
Provides: mono(dbus-sharp) = 0.60.0.0
|
||||||
|
|
||||||
%description sharp
|
%description sharp
|
||||||
D-BUS mono bindings for use with mono programs.
|
D-BUS mono bindings for use with mono programs.
|
||||||
@ -252,6 +254,7 @@ rm -rf %{buildroot}
|
|||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
/sbin/chkconfig --add messagebus
|
/sbin/chkconfig --add messagebus
|
||||||
|
/sbin/chkconfig messagebus resetpriorities
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
@ -334,6 +337,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-2
|
||||||
|
- Add a Provides line to the mono package to get around an auto dep
|
||||||
|
the buildsystem puts in
|
||||||
|
- Make sure chkconfig rests the priorities so we can start earlier
|
||||||
|
|
||||||
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-1
|
* Fri Feb 24 2006 John (J5) Palmieri <johnp@redhat.com> 0.61-1
|
||||||
- Upgrade to upstream version 0.61
|
- Upgrade to upstream version 0.61
|
||||||
- remove python callchain patch
|
- remove python callchain patch
|
||||||
|
Loading…
Reference in New Issue
Block a user