rpms/dbus/devel dbus.spec,1.71,1.72

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 24 22:04:52 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5445

Modified Files:
	dbus.spec 
Log Message:
- 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




Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- dbus.spec	24 Feb 2006 20:36:51 -0000	1.71
+++ dbus.spec	24 Feb 2006 22:04:42 -0000	1.72
@@ -19,13 +19,14 @@
 Summary: D-BUS message bus
 Name: dbus
 Version: 0.61
-Release: 1 
+Release: 2 
 URL: http://www.freedesktop.org/software/dbus/
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
-PreReq: chkconfig /usr/sbin/useradd
+PreReq: /usr/sbin/useradd
+Requires: chkconfig >= 1.3.26
 BuildPreReq: libtool
 #BuildRequires: redhat-release 
 BuildRequires: expat-devel >= %{expat_version}
@@ -123,7 +124,8 @@
 Summary: mono bindings for D-BUS
 Group: Development/Libraries
 Requires: %name = %{version}-%{release}
-                                                                                
+Provides: mono(dbus-sharp) = 0.60.0.0
+
 %description sharp
 D-BUS mono bindings for use with mono programs.   
 %endif
@@ -251,7 +253,8 @@
 
 %post
 /sbin/ldconfig
-/sbin/chkconfig --add messagebus
+/sbin/chkconfig --add messagebus 
+/sbin/chkconfig messagebus resetpriorities
 
 %preun
 if [ $1 = 0 ]; then
@@ -334,6 +337,11 @@
 %endif
 
 %changelog
+* Fri Feb 24 2006 John (J5) Palmieri <johnp at 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 at redhat.com> 0.61-1
 - Upgrade to upstream version 0.61
 - remove python callchain patch




More information about the fedora-cvs-commits mailing list