diff --git a/.gitignore b/.gitignore index 21e2518..fd1a95b 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /osbuild-composer-62.tar.gz /osbuild-composer-67.tar.gz /osbuild-composer-68.tar.gz +/osbuild-composer-69.tar.gz diff --git a/osbuild-composer.spec b/osbuild-composer.spec index 7cf0854..a2e7fb4 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -9,7 +9,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 68 +Version: 69 %gometa @@ -326,8 +326,9 @@ The worker for osbuild-composer %preun worker # systemd_preun uses systemctl disable --now which doesn't work well with template services. # See https://github.com/systemd/systemd/issues/15620 -# The following lines mimicks its behaviour by running two commands: -if [ -d /run/systemd/system ]; then +# The following lines mimicks its behaviour by running two commands. +# The scriptlet is supposed to run only when the package is being removed. +if [ $1 -eq 0 ] && [ -d /run/systemd/system ]; then # disable and stop all the worker services systemctl --no-reload disable osbuild-worker@.service osbuild-remote-worker@.service systemctl stop "osbuild-worker@*.service" "osbuild-remote-worker@*.service" @@ -427,6 +428,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* Wed Nov 30 2022 imagebuilder-bot - 69-1 +- New upstream release + * Wed Nov 16 2022 imagebuilder-bot - 68-1 - New upstream release diff --git a/sources b/sources index 0b90e93..6b1099a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-composer-68.tar.gz) = 95a0eaeecf14785414467ae09f2f63ce383742fe72881e4874c3d6dabf2f549e6ea21626bb284d40650c55e8867fcc03edb96c3e7f1fc0c3b558f926f9e9a890 +SHA512 (osbuild-composer-69.tar.gz) = 4407526c6f887324e6837098c738c21e81effc80965152959764f2e553d0fe4bd96223ff83d91054778236ad5d4bafc34c65b6080202a0c09a3785275fe67b9d