diff --git a/.gitignore b/.gitignore index 20b5d01..24a30a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sshpass-1.05.tar.gz /sshpass-1.06.tar.gz /sshpass-1.07.tar.gz +/sshpass-1.09.tar.gz diff --git a/sources b/sources index a8f8b39..1df99cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sshpass-1.07.tar.gz) = 9206abad36629d1db922a085088d13d5ed2c9bf80c32a1b6a78051a5b7cdb5e92ee9659882bc6163cbb63f2652b064b35e22cbb25cebdd76da78cf327b675593 +SHA512 (sshpass-1.09.tar.gz) = 9b4ba83ca4d34364e7c43e29f98493dc3d595d24dc68c2fe3c244600d92a0f8bc0a6a7f8f43d64c0b4d714eb196516f297d904fa66035a76dae89a3726c0f2ff diff --git a/sshpass.spec b/sshpass.spec index f6a3278..481ed47 100644 --- a/sshpass.spec +++ b/sshpass.spec @@ -1,7 +1,7 @@ Summary: Non-interactive SSH authentication utility Name: sshpass -Version: 1.07 -Release: 2%{?dist} +Version: 1.09 +Release: 1%{?dist} License: GPLv2 Url: http://sshpass.sourceforge.net/ Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz @@ -29,6 +29,9 @@ more secure public key authentication of SSH instead. %doc AUTHORS COPYING ChangeLog NEWS %changelog +* Fri Feb 12 2021 Martin Cermak - 1.09-1 +- Rebase to new upstream version + * Wed Jan 27 2021 Timm Bäder - 1.07-2 - Use make macros - https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make