tests: Update openssh-server to version *

Related: rhbz#1678937
This commit is contained in:
Brian C. Lane 2019-05-02 17:02:30 -07:00 committed by Alexander Todorov
parent a643522769
commit 0557f5adda
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ version = "*"
[[packages]]
name = "openssh-server"
version = "7.*"
version = "*"
[[packages]]
name = "rsync"

View File

@ -24,7 +24,7 @@ version = "*"
[[packages]]
name = "openssh-server"
version = "7.*"
version = "*"
[[packages]]
name = "rsync"

View File

@ -46,7 +46,7 @@ HTTP_GLOB = {"name":"httpd", "version":"2.4.*"}
MODSSL_GLOB = {"name":"mod_ssl", "version":"2.4.*"}
PHP_GLOB = {"name":"php", "version":"7.*"}
PHPMYSQL_GLOB = {"name": "php-mysqlnd", "version":"7.*"}
OPENSSH_GLOB = {"name":"openssh-server", "version": "7.*"}
OPENSSH_GLOB = {"name":"openssh-server", "version": "*"}
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
TMUX_GLOB = {"name": "tmux", "version": "*"}