summaryrefslogtreecommitdiff
path: root/remctl.spec
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-05-02 16:31:49 -0700
committerRuss Allbery <rra@stanford.edu>2010-05-02 16:31:49 -0700
commitaddf5d4a7a5f0408e716be9eeb91a1b8133cd34f (patch)
treed9642685b9c1795d12baff8399d80c8ae7798626 /remctl.spec
parent2c8fac5e67e7c6c9c988a9dcfab6641ac371df03 (diff)
Release 2.16
Diffstat (limited to 'remctl.spec')
-rw-r--r--remctl.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/remctl.spec b/remctl.spec
index effb72e..519dc0c 100644
--- a/remctl.spec
+++ b/remctl.spec
@@ -5,7 +5,7 @@
Name: remctl
Summary: Client/server for Kerberos-authenticated command execution
-Version: 2.13
+Version: 2.16
Release: 1.EL%{rel}
Copyright: MIT
URL: http://www.eyrie.org/~eagle/software/remctl/
@@ -96,7 +96,7 @@ find %{buildroot} -name perllocal.pod -exec rm {} \;
/usr/include/remctl.h
%{ldir}/libremctl.a
%{ldir}/libremctl.la
-%{ldir}/libremctl.so.1.0.0
+%{ldir}/libremctl.so.1.0.2
%{_mandir}/*/remctl.*
%{_mandir}/*/remctl_*
%if %{buildperl}
@@ -158,6 +158,10 @@ fi
%{__rm} -rf %{buildroot}
%changelog
+* Sun May 2 2010 Russ Allbery <rra@stanford.edu> 2.16-1
+- Update for 2.16.
+- Ruby bindings also not yet supported.
+
* Fri Nov 14 2008 Russ Allbery <rra@stanford.edu> 2.13-1
- Update for 2.13.
- PHP and Python bindings not yet supported.