Accepting request 930400 from home:dimstar:Factory

- Do not hardcode an author in the changes generator service:
  Attribution happens by the user that actually runs the service.

OBS-URL: https://build.opensuse.org/request/show/930400
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rav1e?expand=0&rev=37
This commit is contained in:
Andreas Schneider 2021-11-09 12:08:46 +00:00 committed by Git OBS Bridge
parent b73a6aadf2
commit d1dddfc17d
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,6 @@
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">asn@cryptomilk.org</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 9 11:02:17 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not hardcode an author in the changes generator service:
Attribution happens by the user that actually runs the service.
-------------------------------------------------------------------
Fri Nov 5 03:49:45 UTC 2021 - William Brown <william.brown@suse.com>