SHA256
1
0
forked from pool/openSUSEway

Accepting request 1064222 from X11:Wayland

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1064222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSEway?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2023-02-10 13:35:57 +00:00 committed by Git OBS Bridge
commit 96b3a18ace
2 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,10 @@
<param name="revision">0.15</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param>
<param name="extract">openSUSEway.spec</param>
</service>
<service name="format_spec_file" mode="manual">
<param name="specfile">openSUSEway.spec</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 3 10:43:28 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Automatically format the spec file after extracting it.
Any meaningful changes can be manually fed back to the upstream Git repo.
-------------------------------------------------------------------
Fri Feb 3 10:28:58 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Automatically extract the spec file
The spec file is now maintained in Git. The `extract` parameter of the
`obs_scm` service allows you to automatically extract the file from the
obscpio archive when running the service, updating the OBS copy of the spec
file to the upstream maintained one.
-------------------------------------------------------------------
Wed Feb 1 10:12:18 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>