re-import sources as agreed with the maintainer
This commit is contained in:
parent
0fe36c7d6b
commit
5b48125d6e
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,2 +1,13 @@
|
||||
SOURCES/authselect-1.2.6.tar.gz
|
||||
/0.1-alpha.tar.gz
|
||||
/0.1.tar.gz
|
||||
/authselect-0.2.tar.gz
|
||||
/authselect-0.3.tar.gz
|
||||
/authselect-0.3.1.tar.gz
|
||||
/authselect-0.3.2.tar.gz
|
||||
/authselect-0.4.tar.gz
|
||||
/authselect-1.0.tar.gz
|
||||
/authselect-1.1.tar.gz
|
||||
/authselect-1.2.1.tar.gz
|
||||
/authselect-1.2.2.tar.gz
|
||||
/authselect-1.2.5.tar.gz
|
||||
/authselect-1.2.6.tar.gz
|
||||
|
||||
9
authselect.rpmlintrc
Normal file
9
authselect.rpmlintrc
Normal file
@ -0,0 +1,9 @@
|
||||
# Whitelist known warnings that can not be fixed
|
||||
addFilter("authselect.*: W: spelling-error %description -l en_US authconfig -> configuration");
|
||||
addFilter("authselect.*: W: non-conffile-in-etc /etc/bash_completion.d/authselect-completion.sh")
|
||||
addFilter("authselect-compat.*: W: self-obsoletion authconfig < 7.0.1-6 obsoletes authconfig")
|
||||
addFilter("authselect-compat.*: W: no-documentation")
|
||||
addFilter("authselect-compat.*: W: no-manual-page-for-binary authconfig")
|
||||
addFilter("authselect-devel.*: W: no-documentation")
|
||||
addFilter("authselect-libs.*: W: dangerous-command-in-%pre rm")
|
||||
addFilter("authselect-libs.*: W: dangerous-command-in-%posttrans cp")
|
||||
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
become: True
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: authselect list
|
||||
Loading…
Reference in New Issue
Block a user