forked from pool/selinux-policy
Hu
7e521cf496
- Update to version 20240902: * Allow xen to use qemu as dom0 disk backend (bsc#1228540) * Label /var/lib/xen/xenstore as xenstored_var_lib_t (bsc#1228540) * Allow xl to access hypercall interfaces to xen hypervisor (bsc#1228540) OBS-URL: https://build.opensuse.org/request/show/1198253 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=265
20 lines
728 B
Plaintext
20 lines
728 B
Plaintext
# How to update this project
|
|
|
|
This project is updated using obs services.
|
|
The obs services pull from git repositories, which are specified in the `_service` file.
|
|
Please contribute all changes to the upstream git repositories listed there.
|
|
|
|
To update this project to the upstream versions, please make sure you installed these obs services locally:
|
|
```
|
|
sudo zypper in obs-service-tar_scm obs-service-recompress obs-service-set_version obs-service-download_files
|
|
```
|
|
|
|
Then, generate new tarballs, changelog and version number for this repository by running this command:
|
|
```
|
|
sh update.sh
|
|
```
|
|
|
|
Afterwards, please check your local project state and remove old tarballs if necessary.
|
|
Then proceed as usual with check-in and build.
|
|
|