Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
|
/sshpass-1.05.tar.gz
|
||||||
|
/sshpass-1.06.tar.gz
|
||||||
|
/sshpass-1.07.tar.gz
|
||||||
/sshpass-1.09.tar.gz
|
/sshpass-1.09.tar.gz
|
||||||
|
|||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
22
sshpass.spec
22
sshpass.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Non-interactive SSH authentication utility
|
Summary: Non-interactive SSH authentication utility
|
||||||
Name: sshpass
|
Name: sshpass
|
||||||
Version: 1.09
|
Version: 1.09
|
||||||
Release: 4%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://sshpass.sourceforge.net/
|
Url: http://sshpass.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
|
||||||
@ -29,11 +29,23 @@ more secure public key authentication of SSH instead.
|
|||||||
%doc AUTHORS COPYING ChangeLog NEWS
|
%doc AUTHORS COPYING ChangeLog NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 10 2021 Josh Boyer <jwboyer@redaht.com> - 1.09-4
|
* Thu Mar 06 2025 Josh Boyer <jwboyer@redhat.com> - 1.09-9
|
||||||
- Rebuild
|
- Rebuild for c10s
|
||||||
|
|
||||||
* Fri Aug 06 2021 Josh Boyer <jwboyer@redhat.com> - 1.09-2
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-6
|
||||||
- Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Feb 12 2021 Martin Cermak <mcermak@redhat.com> - 1.09-1
|
* Fri Feb 12 2021 Martin Cermak <mcermak@redhat.com> - 1.09-1
|
||||||
- Rebase to new upstream version
|
- Rebase to new upstream version
|
||||||
|
|||||||
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
gather_facts: yes
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: /usr/bin/sshpass -h
|
||||||
|
# tasks:
|
||||||
|
# This is only used as part of rpm-ostree which has extensive tests
|
||||||
|
# and there is no point to testing it separately.
|
||||||
|
# - name: true
|
||||||
|
# shell: true
|
||||||
Loading…
Reference in New Issue
Block a user