Drop mod_auth_openidc from httpd example blueprint

dnf 3.3.0 doesn't want to depsolve it, it isn't essential to the
blueprint, so drop it.

Related: rhbz#1613058
This commit is contained in:
Brian C. Lane 2018-08-28 14:01:26 -07:00
parent 8e27de29b2
commit 2c28c85afe
2 changed files with 0 additions and 6 deletions

View File

@ -6,10 +6,6 @@ version = "0.0.1"
name = "httpd"
version = "2.4.*"
[[modules]]
name = "mod_auth_openidc"
version = "1.8.10.*"
[[modules]]
name = "mod_ssl"
version = "2.4.*"

View File

@ -154,7 +154,6 @@ class ServerTestCase(unittest.TestCase):
"errors":[],
"blueprints":[{"description":"An example http server with PHP and MySQL support.",
"modules":[{"name":"httpd", "version":"2.4.*"},
{"name":"mod_auth_openidc", "version":"1.8.10.*"},
{"name":"mod_ssl", "version":"2.4.*"},
{"name":"php", "version":"7.2.*"},
{"name": "php-mysqlnd", "version":"7.2.*"}],
@ -182,7 +181,6 @@ class ServerTestCase(unittest.TestCase):
"version": "0.0.1"},
{"description":"An example http server with PHP and MySQL support.",
"modules":[{"name":"httpd", "version":"2.4.*"},
{"name":"mod_auth_openidc", "version":"1.8.10.*"},
{"name":"mod_ssl", "version":"2.4.*"},
{"name":"php", "version":"7.2.*"},
{"name": "php-mysqlnd", "version":"7.2.*"}],