[packit] 69 upstream release
Upstream tag: v69 Upstream commit: c6570f6c Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
20016be196
commit
890b5988e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
||||
/osbuild-composer-66.tar.gz
|
||||
/osbuild-composer-67.tar.gz
|
||||
/osbuild-composer-68.tar.gz
|
||||
/osbuild-composer-69.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.63.2.dev5+ge7f3b9c.
|
||||
The file was generated using packit 0.63.2.dev8+g33fd64a.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 68
|
||||
Version: 69
|
||||
|
||||
%gometa
|
||||
|
||||
@ -480,8 +480,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"
|
||||
@ -581,6 +582,27 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 30 2022 Packit <hello@packit.dev> - 69-1
|
||||
Changes with 69
|
||||
----------------
|
||||
* Add /blueprints/change/NAME/COMMIT route and save blueprint changes in the store (#3121)
|
||||
* CloudAPI: add description for `Repository` definition (#3158)
|
||||
* Rewrite RHEL 9 and CS9 image definitions using the new framework (#3120)
|
||||
* SPEC: run the %preun commands in worker package only on removal (#3149)
|
||||
* Update snapshots to 20221115 (#3136)
|
||||
* azure-sap image (#3074)
|
||||
* ci: update Fedora 37 runners to GA (#3157)
|
||||
* cloudapi/v2: pass rhsm requirement to ostree resolve job (#3142)
|
||||
* disk: align LVM2 volumes to the extent size (#3137)
|
||||
* image: create image-installer image type for fedora (#3077)
|
||||
* tools: silence version comparison in get_build_info() (#3150)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Antonio Murdaca, Brian C. Lane, Christian Kellner, Ondřej Budai, Sanne Raymaekers, Sarita Mahajan, Simon de Vlieger, Tomáš Hozza, Xiaofeng Wang, fkolwa, schutzbot
|
||||
|
||||
— Somewhere on the Internet, 2022-11-30
|
||||
|
||||
|
||||
|
||||
* Wed Nov 16 2022 Packit <hello@packit.dev> - 68-1
|
||||
Changes with 68
|
||||
----------------
|
||||
|
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