Accepting request 1093327 from devel:microos:containers

OBS-URL: https://build.opensuse.org/request/show/1093327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keylime-control-plane-image?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2023-06-16 14:54:36 +00:00 committed by Git OBS Bridge
commit 7494d1316c
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,6 @@
<service name="replace_using_package_version" mode="buildtime"> <service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param> <param name="file">Dockerfile</param>
<param name="regex">%%KEYLIME_VERSION%%</param> <param name="regex">%%KEYLIME_VERSION%%</param>
<param name="package">python310-keylime</param> <param name="package">keylime-registrar</param>
</service> </service>
</services> </services>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 15 13:38:42 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use keylime-registrar as leading package to set the version
number: the python package changes name depending on python
version in use.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 8 12:49:21 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com> Wed Mar 8 12:49:21 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>