diff --git a/README.md b/README.md index 09ed9600..5a3b6daf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ report bugs and feature requests on GitHub using the above URL. - `python3-jira` - `python3-kobo-client` - `python3-kobo-django` -- `python3-kobo-hub >= 0.32.0` +- `python3-kobo-hub >= 0.33.0` - `python3-kobo-rpmlib` - `python3-mod_wsgi` - `python3-psycopg2` diff --git a/osh.spec b/osh.spec index 1be6e320..99787f4d 100644 --- a/osh.spec +++ b/osh.spec @@ -80,7 +80,7 @@ Requires: mod_ssl Requires: python3-django >= %{min_required_version_django} Requires: python3-kobo-client Requires: python3-kobo-django -Requires: python3-kobo-hub >= 0.32.0 +Requires: python3-kobo-hub >= 0.33.0 Requires: python3-kobo-rpmlib Requires: python3-mod_wsgi # PostgreSQL adapter for python diff --git a/osh/hub/menu.py b/osh/hub/menu.py index e908c40c..58dc8c74 100644 --- a/osh/hub/menu.py +++ b/osh/hub/menu.py @@ -39,6 +39,7 @@ MenuItem("Tasks", "task/index", menu=( MenuItem("All", "task/index"), MenuItem("Running", "task/running"), + MenuItem("Failed", "task/failed"), MenuItem("Finished", "task/finished"), MenuItem("Errata Tool Tasks", "task/et"), )),