diff --git a/sshpass-1.09.tar.gz b/sshpass-1.09.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fc0886e363b75e9ae150210eb1447c94e4830609 Binary files /dev/null and b/sshpass-1.09.tar.gz differ diff --git a/sshpass.spec b/sshpass.spec new file mode 100644 index 0000000000000000000000000000000000000000..4dc4072103dda91e2d6f68278332087e5cffcaff --- /dev/null +++ b/sshpass.spec @@ -0,0 +1,45 @@ +%define anolis_release 1 + +Summary: Non-interactive SSH authentication utility +Name: sshpass +Version: 1.09 +Release: %{anolis_release}%{?dist} +License: GPLv2 +Url: http://sshpass.sourceforge.net/ +Source0: https://sourceforge.net/projects/sshpass/files/sshpass/%{version}/sshpass-%{version}.tar.gz + +BuildRequires: make +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. + +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + +%prep +%setup -q + +%build +%configure +%make_build + +%install +%make_install + +%files +%{_bindir}/sshpass +%{_datadir}/man/man1/sshpass.1.* + +%files doc +%doc AUTHORS COPYING ChangeLog NEWS + +%changelog +* Tue Jun 17 2025 mgb01105731 - 1.09-1 +- Init sshpass from upstream