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