sshpass/sshpass.spec

38 lines
1014 B
RPMSpec
Raw Permalink Normal View History

2021-01-26 10:25:53 +08:00
Name: sshpass
2023-04-13 17:46:45 +08:00
Version: 1.10
2021-01-26 10:25:53 +08:00
Release: 1
Summary: Non-interactive SSH authentication utility
License: GPL+
Url: http://sshpass.sourceforge.net/
Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
BuildRequires: gcc
%description
Tool for non-interactively performing password authentication with so called
"interactive keyboard password authentication" of SSH. Most users should use
more secure public key authentication of SSH instead.
%prep
2023-04-13 17:46:45 +08:00
%autosetup -p1
2021-01-26 10:25:53 +08:00
%build
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%files
%doc AUTHORS COPYING ChangeLog NEWS
%{_bindir}/sshpass
%{_datadir}/man/man1/sshpass.1.gz
%changelog
2023-04-13 17:46:45 +08:00
* Thu Apr 13 2023 yaoxin <yao_xin001@hoperun.com> - 1.10-1
- Update to 1.10
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.09-1
- Upgrade to version 1.09
2021-01-26 10:25:53 +08:00
* Fri Jan 15 2021 yanan li <liyanan32@huawei.com> - 1.06-1
- Package init