diff --git a/.gitignore b/.gitignore index 7522ab0..20b5d01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sshpass-1.05.tar.gz /sshpass-1.06.tar.gz +/sshpass-1.07.tar.gz diff --git a/sources b/sources index 7023c9c..a8f8b39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sshpass-1.06.tar.gz) = fc08fcca5aaa5e4958f16d38116d828739a5d53f8e2a83506ef78ee602941a7bfc0e3f07154dc390660df490dbdf7601e0c7ec17c68c9627d72d565e4c6717f8 +SHA512 (sshpass-1.07.tar.gz) = 9206abad36629d1db922a085088d13d5ed2c9bf80c32a1b6a78051a5b7cdb5e92ee9659882bc6163cbb63f2652b064b35e22cbb25cebdd76da78cf327b675593 diff --git a/sshpass.spec b/sshpass.spec index 0a916c7..eb3e4cb 100644 --- a/sshpass.spec +++ b/sshpass.spec @@ -1,11 +1,12 @@ Summary: Non-interactive SSH authentication utility Name: sshpass -Version: 1.06 -Release: 10%{?dist} +Version: 1.07 +Release: 1%{?dist} License: GPLv2 Url: http://sshpass.sourceforge.net/ Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc %description Tool for non-interactively performing password authentication with so called @@ -28,6 +29,9 @@ make DESTDIR=%{buildroot} install %doc AUTHORS COPYING ChangeLog NEWS %changelog +* Tue Jan 26 2021 Martin Cermak - 1.07-1 +- Rebase to new upstream version + * Wed Jul 29 2020 Fedora Release Engineering - 1.06-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild