From 5465bfb5e0e440e8d012a822017a8a2d7b8d03bb Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 12 Aug 2021 15:35:55 -0400 Subject: [PATCH] Bump for rebuild Resolves: rhbz#1990951 Signed-off-by: Josh Boyer --- sshpass.spec | 4 ++-- tests/{tests.yaml => tests.yml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{tests.yaml => tests.yml} (100%) diff --git a/sshpass.spec b/sshpass.spec index b386209..65fd4ed 100644 --- a/sshpass.spec +++ b/sshpass.spec @@ -1,7 +1,7 @@ Summary: Non-interactive SSH authentication utility Name: sshpass Version: 1.09 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Url: http://sshpass.sourceforge.net/ Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz @@ -29,7 +29,7 @@ more secure public key authentication of SSH instead. %doc AUTHORS COPYING ChangeLog NEWS %changelog -* Tue Aug 10 2021 Josh Boyer - 1.09-3 +* Tue Aug 10 2021 Josh Boyer - 1.09-4 - Rebuild * Fri Aug 06 2021 Josh Boyer - 1.09-2 diff --git a/tests/tests.yaml b/tests/tests.yml similarity index 100% rename from tests/tests.yaml rename to tests/tests.yml