rpms/mono-nunit22/devel mono-nunit22.spec,1.12,1.13

Tom Callaway spot at fedoraproject.org
Tue Mar 3 22:58:51 UTC 2009


Author: spot

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

Modified Files:
	mono-nunit22.spec 
Log Message:
fix devel requires


Index: mono-nunit22.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-nunit22/devel/mono-nunit22.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mono-nunit22.spec	3 Mar 2009 20:36:27 -0000	1.12
+++ mono-nunit22.spec	3 Mar 2009 22:58:21 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:	 	mono-nunit22
 Version:	2.2.10
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Unit-testing framework for .NET
 URL:		http://www.nunit.org/
 License:	MIT with acknowledgement
@@ -30,7 +30,7 @@
 %package devel
 Summary:	Unit-testing framework for .NET
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name} = %{epoch}:%{version}-%{release}
 Requires:	pkgconfig
 
 %description devel
@@ -78,6 +78,9 @@
 
 
 %changelog
+* Tue Mar  3 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.2.10-9
+- forgot to include epoch in devel requires
+
 * Tue Mar  3 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.2.10-8
 - bump epoch, revert to 2.2.10 (this is the compat package after all)
 




More information about the fedora-extras-commits mailing list