From ca840be94392a09011ac7996b671b8cd1650542b20dc6cd1385877330de85fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 26 Jun 2023 10:30:50 +0000 Subject: [PATCH] [info=b0ea2dc6c5a767ed8ea0b605df3fa9d3] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-13-image?expand=0&rev=26 --- Dockerfile | 4 ++-- postgres-13-image.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3530068..60049db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.postgres -LABEL org.opencontainers.image.title="openSUSE Tumbleweed PostgreSQL 13 Container Image" -LABEL org.opencontainers.image.description="PostgreSQL 13 based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed PostgreSQL 13" +LABEL org.opencontainers.image.description="PostgreSQL 13 container based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="13" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/postgres-13-image.changes b/postgres-13-image.changes index f1027a9..d40181a 100644 --- a/postgres-13-image.changes +++ b/postgres-13-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller + +- label capitalization and related cleanups + ------------------------------------------------------------------- Tue May 30 06:52:56 UTC 2023 - Dan Čermák