rpms/modello/devel modello.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jul 9 20:57:17 UTC 2008


Author: spot

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

Modified Files:
	modello.spec 
Log Message:
fix repotag


Index: modello.spec
===================================================================
RCS file: /cvs/pkgs/rpms/modello/devel/modello.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- modello.spec	20 Mar 2007 07:38:28 -0000	1.2
+++ modello.spec	9 Jul 2008 20:56:25 -0000	1.3
@@ -39,7 +39,7 @@
 
 Name:           modello
 Version:        1.0
-Release:        0.1.a8.4jpp.3%{?dist}
+Release:        0.1.a8.4.4%{?dist}
 Epoch:          0
 Summary:        Modello Data Model toolkit
 License:        MIT  
@@ -113,8 +113,9 @@
 %package javadoc
 Summary:        Javadoc for %{name}
 Group:          Development/Documentation
-Requires(post):   /bin/rm,/bin/ln
-Requires(postun): /bin/rm
+# for /bin/rm and /bin/ln
+Requires(post):   coreutils
+Requires(postun): coreutils
 
 %description javadoc
 Javadoc for %{name}.
@@ -244,6 +245,9 @@
 
 
 %changelog
+* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:1.0-0.1.a8.4.4
+- drop repotag
+
 * Tue Mar 20 2007 Matt Wringe <wringe at redhat.com> 0:1.0-0.1.a8.4jpp.3
 - disable gcj support
 




More information about the scm-commits mailing list