rpms/mono-nunit22/devel mono-nunit22.spec,1.15,1.16

Tom Callaway spot at fedoraproject.org
Tue Dec 1 17:02:29 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/mono-nunit22/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9094

Modified Files:
	mono-nunit22.spec 
Log Message:
rebuild to use system key


Index: mono-nunit22.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-nunit22/devel/mono-nunit22.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mono-nunit22.spec	26 Oct 2009 19:11:20 -0000	1.15
+++ mono-nunit22.spec	1 Dec 2009 17:02:28 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:	 	mono-nunit22
 Version:	2.2.10
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Unit-testing framework for .NET
 URL:		http://www.nunit.org/
 License:	MIT with acknowledgement
@@ -42,7 +42,8 @@ Development files for mono-nunit22.
 %patch1 -p1 -b .key
 
 %build
-sn -k nunit.snk
+# Use the mono system key instead of generating our own here.
+cp -a /etc/pki/mono/mono.snk nunit.snk
 cd src
 nant mono-2.0 release build-all
 
@@ -78,6 +79,9 @@ rm -rf -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.2.10-12
+- use the system mono.snk key instead of regenerating on every build
+
 * Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 1:2.2.10-11
 - ExcludeArch sparc64  no mono
 




More information about the fedora-extras-commits mailing list