diff --git a/sshpass.spec b/sshpass.spec index ddc4220..e205377 100644 --- a/sshpass.spec +++ b/sshpass.spec @@ -1,7 +1,7 @@ Summary: Non-interactive SSH authentication utility Name: sshpass Version: 1.09 -Release: 7%{?dist} +Release: 8%{?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 -* Wed Mar 05 2025 Josh Boyer - 1.09-7 +* Thu Mar 06 2025 Josh Boyer - 1.09-8 - Rebuild for c10s * Sat Jul 22 2023 Fedora Release Engineering - 1.09-6 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..d90161a --- /dev/null +++ b/tests/tests.yml @@ -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