From 3ac9e6f6104633f3c59a2c48dfdc1a903ad25489 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 26 Jan 2021 16:26:37 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/sshpass.git#be8729f06c5b32ae204326e5d0130e3b25d8677e --- .gitignore | 1 + sources | 2 +- sshpass.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) 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