Soc Virnyl Estela 2024-05-08 11:38:51 +00:00 committed by Git OBS Bridge
parent 3e026a49ff
commit 85db73cd8c
4 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,6 @@
1. Edit the service file to the corresponding version number of the tarball.
2. Run `osc service disabledrun`.
2. Run `osc service manualrun` or `osc service mr`.
3. Edit zellij.changes with `osc vc`.
4. Remove the old version tarball.
5. Then commit to your branch and SR.

View File

@ -4,6 +4,7 @@
<param name="srctar">zellij-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9730358dc0acc49d54abdaa715b725f7ae9ce85ab71947fda4f61691214e19a9
size 51078193
oid sha256:cc594738a77e932673374761ac985a76af140dd4039da852a7c1e5777ad3f1d6
size 32691860

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 8 09:54:06 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update _service:
* apply vendor filterer
- Update ./README.suse-maint.md:
* manualrun obsoletes disabledrun
- Update vendored dependencies:
* filter for only linux platforms. this lessens tarball size
-------------------------------------------------------------------
Wed May 8 08:59:34 UTC 2024 - Maikel Martens <maikel@martens.me>