From b846c0b719e78fabfdf2df1d2dc77f19b1dd0cec Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 18:25:45 +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#0dd9e8c5d36acca64571504ff999de59362ccc55 --- sshpass.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sshpass.spec b/sshpass.spec index eb3e4cb..f6a3278 100644 --- a/sshpass.spec +++ b/sshpass.spec @@ -1,7 +1,7 @@ Summary: Non-interactive SSH authentication utility Name: sshpass Version: 1.07 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Url: http://sshpass.sourceforge.net/ Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz @@ -18,10 +18,10 @@ more secure public key authentication of SSH instead. %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install %files %{_bindir}/sshpass @@ -29,6 +29,10 @@ make DESTDIR=%{buildroot} install %doc AUTHORS COPYING ChangeLog NEWS %changelog +* Wed Jan 27 2021 Timm Bäder - 1.07-2 +- Use make macros +- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make + * Tue Jan 26 2021 Martin Cermak - 1.07-1 - Rebase to new upstream version