diff --git a/README.md b/README.md index 2e814470..721e1e5f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ report bugs and feature requests on GitHub using the above URL. - `koji` - `python3-kobo-client` - `python3-kobo-rpmlib` -- `python3-kobo-worker >= 0.32.0` +- `python3-kobo-worker >= 0.36.1` ### client: - `koji` diff --git a/osh.spec b/osh.spec index ac3df875..bd1efb5f 100644 --- a/osh.spec +++ b/osh.spec @@ -68,7 +68,7 @@ Requires: file Requires: koji Requires: python3-kobo-client Requires: python3-kobo-rpmlib -Requires: python3-kobo-worker >= 0.32.0 +Requires: python3-kobo-worker >= 0.36.1 Requires: %{name}-common = %{version}-%{release} Recommends: osh-worker-conf diff --git a/osh/worker/osh-worker.service b/osh/worker/osh-worker.service index e244c24e..f1ba36f2 100644 --- a/osh/worker/osh-worker.service +++ b/osh/worker/osh-worker.service @@ -5,6 +5,7 @@ After=network-online.target [Service] Type=exec +ExecReload=kill -HUP $MAINPID ExecStartPre=test -r /etc/osh/worker.conf ExecStart=/usr/sbin/osh-worker -f KillMode=process