rpms/jsch/devel jsch.spec,1.26,1.27

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


Author: spot

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

Modified Files:
	jsch.spec 
Log Message:
fix repotag


Index: jsch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jsch/devel/jsch.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- jsch.spec	29 May 2008 14:26:41 -0000	1.26
+++ jsch.spec	9 Jul 2008 20:13:12 -0000	1.27
@@ -36,7 +36,7 @@
 
 Name:           jsch
 Version:        0.1.31
-Release:        2jpp.4%{?dist}
+Release:        2.5%{?dist}
 Epoch:          0
 Summary:        Pure Java implementation of SSH2
 Group:          Development/Libraries/Java
@@ -76,8 +76,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
 %{summary}.
@@ -85,8 +86,9 @@
 %package        demo
 Summary:        Examples 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    demo
 %{summary}.
@@ -182,6 +184,9 @@
 
 
 %changelog
+* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:0.1.31-2.5
+- drop repotag
+
 * Thu May 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:0.1.31-2jpp.4
 - fix license tag
 




More information about the fedora-extras-commits mailing list