Update sshpass to 1.09 (#1827)
* Update sshpass to 1.09 * Fix lint * Fix linting * Fix spacing
This commit is contained in:
Родитель
7d245bf11e
Коммит
641577f048
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"sshpass-1.06.tar.gz": "c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60"
|
||||
"sshpass-1.09.tar.gz": "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7"
|
||||
}
|
||||
}
|
|
@ -1,17 +1,18 @@
|
|||
Summary: Noninteractive ssh password provider
|
||||
Name: sshpass
|
||||
Version: 1.06
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://sourceforge.net/projects/sshpass/
|
||||
Source0: http://downloads.sourceforge.net/project/sshpass/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
Group: Applications/Networking
|
||||
Summary: Noninteractive ssh password provider
|
||||
Name: sshpass
|
||||
Version: 1.09
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: Applications/Networking
|
||||
URL: http://sourceforge.net/projects/sshpass/
|
||||
Source0: http://downloads.sourceforge.net/project/sshpass/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
Requires: openssh
|
||||
|
||||
%description
|
||||
sshpass is a utility designed for running ssh using the mode referred to as "keyboard-interactive" password authentication, but in non-interactive mode.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
@ -20,7 +21,6 @@ sshpass is a utility designed for running ssh using the mode referred to as "key
|
|||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make prefix=%{_prefix} DESTDIR=%{buildroot} install
|
||||
|
||||
%files
|
||||
|
@ -31,6 +31,9 @@ make prefix=%{_prefix} DESTDIR=%{buildroot} install
|
|||
%{_mandir}/man1
|
||||
|
||||
%changelog
|
||||
* Mon Jan 03 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 1.09-1
|
||||
- Updated to version 1.09.
|
||||
|
||||
* Thu Dec 16 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.06-4
|
||||
- Removing the explicit %%clean stage.
|
||||
- License verified.
|
||||
|
@ -38,15 +41,20 @@ make prefix=%{_prefix} DESTDIR=%{buildroot} install
|
|||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.06-3
|
||||
- Added %%license line automatically
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.06-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
* Wed Apr 12 2017 Vinay Kulkarni <kulkarniv@vmware.com> 1.06-1
|
||||
- Update to version 1.06
|
||||
* Mon Oct 04 2016 ChangLee <changlee@vmware.com> 1.05-4
|
||||
- Modified %check
|
||||
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.05-3
|
||||
- GA - Bump release of all rpms
|
||||
* Thu Apr 28 2016 Anish Swaminathan <anishs@vmware.com> 1.05-2
|
||||
- Add requires for openssh
|
||||
* Fri Sep 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.05-1
|
||||
- Initial version
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.06-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Wed Apr 12 2017 Vinay Kulkarni <kulkarniv@vmware.com> 1.06-1
|
||||
- Update to version 1.06
|
||||
|
||||
* Mon Oct 04 2016 ChangLee <changlee@vmware.com> 1.05-4
|
||||
- Modified %check
|
||||
|
||||
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.05-3
|
||||
- GA - Bump release of all rpms
|
||||
|
||||
* Thu Apr 28 2016 Anish Swaminathan <anishs@vmware.com> 1.05-2
|
||||
- Add requires for openssh
|
||||
|
||||
* Fri Sep 11 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.05-1
|
||||
- Initial version
|
||||
|
|
|
@ -27437,8 +27437,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "sshpass",
|
||||
"version": "1.06",
|
||||
"downloadUrl": "http://downloads.sourceforge.net/project/sshpass/sshpass/1.06/sshpass-1.06.tar.gz"
|
||||
"version": "1.09",
|
||||
"downloadUrl": "http://downloads.sourceforge.net/project/sshpass/sshpass/1.09/sshpass-1.09.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче