1
0

Compare commits

..

No commits in common. "devel" and "factory" have entirely different histories.

3 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.osc

View File

@ -20,7 +20,6 @@ LABEL org.opencontainers.image.title="CDI operator service container"
LABEL org.opencontainers.image.description="Operator for the data fetching service for VM container images" LABEL org.opencontainers.image.description="Operator for the data fetching service for VM container images"
LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%" LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%"
# endlabelprefix # endlabelprefix

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Add LABEL with source URL
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 23 12:23:28 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com> Mon Oct 23 12:23:28 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>