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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 11 22:55:00 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6344

Modified Files:
	mono.spec 
Log Message:
since we're not bootstrapping with prebuilt binaries, BR: mono-core


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- mono.spec	11 Apr 2008 22:26:20 -0000	1.71
+++ mono.spec	11 Apr 2008 22:54:12 -0000	1.72
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        1.9
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -23,6 +23,12 @@
 # Required for mono-libdir.patch
 BuildRequires: automake libtool
 
+# Yes, mono actually depends on itself, because
+# we deleted the bootstrapping binaries. If you
+# need to bootstrap mono, comment out this BuildRequires
+# and don't delete the binaries in %%prep.
+BuildRequires: mono-core
+
 # JIT only availible on these:
 ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
 # Disabled due to strange build failure:
@@ -594,6 +600,9 @@
 %gac_dll IBM.Data.DB2
 
 %changelog
+* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.9-7
+- since we're not bootstrapping with prebuilt binaries, BR: mono-core
+
 * Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.9-6
 - Remove prebuilt binaries
 




More information about the fedora-extras-commits mailing list