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
This commit is contained in:
DistroBaker 2021-02-05 18:25:45 +00:00
parent e1ad0e4c23
commit b846c0b719

View File

@ -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 <tbaeder@redhat.com> - 1.07-2
- Use make macros
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
* Tue Jan 26 2021 Martin Cermak <mcermak@redhat.com> - 1.07-1
- Rebase to new upstream version