From 55c6f9db7d384c0fc4d22dfae8b4b6d935a11b94 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 9 Jul 2008 20:13:12 +0000 Subject: [PATCH] fix repotag --- jsch.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/jsch.spec b/jsch.spec index 01de275..5781b6e 100644 --- a/jsch.spec +++ b/jsch.spec @@ -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 @@ functionality into your own Java programs. %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 @@ Requires(postun): /bin/rm %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 @@ fi %changelog +* Wed Jul 9 2008 Tom "spot" Callaway - 0:0.1.31-2.5 +- drop repotag + * Thu May 29 2008 Tom "spot" Callaway - 0:0.1.31-2jpp.4 - fix license tag