Accepting request 1093326 from home:dimstar:branches:devel:microos:containers

- Use keylime-registrar as leading package to set the version
  number: the python package changes name depending on python
  version in use.

OBS-URL: https://build.opensuse.org/request/show/1093326
OBS-URL: https://build.opensuse.org/package/show/devel:microos:containers/keylime-control-plane-image?expand=0&rev=8
This commit is contained in:
Alberto Planas 2023-06-15 13:43:49 +00:00 committed by Git OBS Bridge
parent e9670d8b51
commit dd81777a7b
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>