File PACKAGING_README.md of Package opencloud-server
# Packaging opencloud-server In addition to the source code in the tarball, this package also needs the assets for the web UI. These can be generated by the `Makefile` that is present in this package. To do that, you need to have `make` and `podman` installed locally. For the OBS workflow you also need to have `obs-service-go_modules` installed. 1. Change the version in the `_service` file 2. Run `make` 3. Create a changelog entry 4. Commit the changes as usual 5. If desired, remove the container image used to build the web assets: ``` podman image rm registry.opensuse.org/opensuse/leap:16.0 ```