rpms/dbus/devel dbus.spec,1.40,1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 11 20:18:07 UTC 2005


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

Modified Files:
	dbus.spec 
Log Message:
- added DBUS_VERBOSE=1 to investigate beehive build failures
- added try something patch to change script shebang line 



Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- dbus.spec	11 Apr 2005 19:10:34 -0000	1.40
+++ dbus.spec	11 Apr 2005 20:18:05 -0000	1.41
@@ -37,6 +37,7 @@
 Patch1: dbus-0.32-selinux-init.patch
 Patch2: dbus-0.23-selinux-avc-audit.patch
 Patch3: dbus-0.32-glib-fix-infinite-loop.patch
+Patch4: dbus-0.32-try-something.patch
 
 %description
 
@@ -115,6 +116,7 @@
 %patch1 -p1 -b .selinux-init
 #%patch2 -p1 -b .selinux-avc-audit
 %patch3 -p0 -b .glib-inf-lop
+%patch4 -p1 -b .try-something
 
 %build
 
@@ -137,7 +139,7 @@
         make %{?_smp_mflags} || true
 
         ### then do a real make and don't ignore failure
-        make
+        DBUS_VERBOSE=1 make
 }
 
 %ifarch ia64




More information about the fedora-cvs-commits mailing list