Update to 69
Resolves: rhbz#2132250
This commit is contained in:
parent
da5d194dab
commit
f31644466a
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
||||
/osbuild-composer-62.tar.gz
|
||||
/osbuild-composer-67.tar.gz
|
||||
/osbuild-composer-68.tar.gz
|
||||
/osbuild-composer-69.tar.gz
|
||||
|
@ -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 <imagebuilder-bots+imagebuilder-bot@redhat.com> - 69-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Nov 16 2022 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 68-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-68.tar.gz) = 95a0eaeecf14785414467ae09f2f63ce383742fe72881e4874c3d6dabf2f549e6ea21626bb284d40650c55e8867fcc03edb96c3e7f1fc0c3b558f926f9e9a890
|
||||
SHA512 (osbuild-composer-69.tar.gz) = 4407526c6f887324e6837098c738c21e81effc80965152959764f2e553d0fe4bd96223ff83d91054778236ad5d4bafc34c65b6080202a0c09a3785275fe67b9d
|
||||
|
Loading…
Reference in New Issue
Block a user