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:
parent
8e27de29b2
commit
2c28c85afe
@ -6,10 +6,6 @@ version = "0.0.1"
|
|||||||
name = "httpd"
|
name = "httpd"
|
||||||
version = "2.4.*"
|
version = "2.4.*"
|
||||||
|
|
||||||
[[modules]]
|
|
||||||
name = "mod_auth_openidc"
|
|
||||||
version = "1.8.10.*"
|
|
||||||
|
|
||||||
[[modules]]
|
[[modules]]
|
||||||
name = "mod_ssl"
|
name = "mod_ssl"
|
||||||
version = "2.4.*"
|
version = "2.4.*"
|
||||||
|
@ -154,7 +154,6 @@ class ServerTestCase(unittest.TestCase):
|
|||||||
"errors":[],
|
"errors":[],
|
||||||
"blueprints":[{"description":"An example http server with PHP and MySQL support.",
|
"blueprints":[{"description":"An example http server with PHP and MySQL support.",
|
||||||
"modules":[{"name":"httpd", "version":"2.4.*"},
|
"modules":[{"name":"httpd", "version":"2.4.*"},
|
||||||
{"name":"mod_auth_openidc", "version":"1.8.10.*"},
|
|
||||||
{"name":"mod_ssl", "version":"2.4.*"},
|
{"name":"mod_ssl", "version":"2.4.*"},
|
||||||
{"name":"php", "version":"7.2.*"},
|
{"name":"php", "version":"7.2.*"},
|
||||||
{"name": "php-mysqlnd", "version":"7.2.*"}],
|
{"name": "php-mysqlnd", "version":"7.2.*"}],
|
||||||
@ -182,7 +181,6 @@ class ServerTestCase(unittest.TestCase):
|
|||||||
"version": "0.0.1"},
|
"version": "0.0.1"},
|
||||||
{"description":"An example http server with PHP and MySQL support.",
|
{"description":"An example http server with PHP and MySQL support.",
|
||||||
"modules":[{"name":"httpd", "version":"2.4.*"},
|
"modules":[{"name":"httpd", "version":"2.4.*"},
|
||||||
{"name":"mod_auth_openidc", "version":"1.8.10.*"},
|
|
||||||
{"name":"mod_ssl", "version":"2.4.*"},
|
{"name":"mod_ssl", "version":"2.4.*"},
|
||||||
{"name":"php", "version":"7.2.*"},
|
{"name":"php", "version":"7.2.*"},
|
||||||
{"name": "php-mysqlnd", "version":"7.2.*"}],
|
{"name": "php-mysqlnd", "version":"7.2.*"}],
|
||||||
|
Loading…
Reference in New Issue
Block a user