forked from pool/flux2-cli
update to 2.2.3 OBS-URL: https://build.opensuse.org/request/show/1144473 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/flux2-cli?expand=0&rev=26
769 B
769 B
Packaging README
-
Delete the old tarball and vendor tarball
-
Adjust new package version in
_service
-
Run
osc service manualrun
-
Check the version numbers in all
kustomization.yaml
files in./flux2/manifests/bases/*
by using the following command:grep github.com flux2/manifests/bases/*/kustomization.yaml
-
Run
download_yaml.sh
(this downloads the correct versions of all the controller yaml files to the current directory) -
Adjust the version numbers in the spec file. The code in the spec copies the downloaded YAML files to the correct place and modifies the
kustomization.yaml
files to no longer point to Github (no downloads possible inside OBS builds...) -
Update the changelog and commit the changes