From abfaf4a594a4a03f52adfdab032a5db5db628e1d Mon Sep 17 00:00:00 2001 From: defolos <> Date: Jun 05 2024 15:54:37 +0000 Subject: Update postgres-13-image to rev 10 via SR 1178553 https://build.opensuse.org/request/show/1178553 by user defolos + anag+factory 🤖: sync package with devel:BCI:Tumbleweed from OBS --- diff --git a/.files b/.files index 3aa62f7..1bedf70 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ee18c0f..5b2133b 100644 --- a/.rev +++ b/.rev @@ -71,4 +71,12 @@ <comment>🤖: sync package with devel:BCI:Tumbleweed from OBS</comment> <requestid>1175889</requestid> </revision> + <revision rev="10" vrev="10"> + <srcmd5>4f767017b5479cff753917c105629d04</srcmd5> + <version>unknown</version> + <time>1717602071</time> + <user>anag+factory</user> + <comment>🤖: sync package with devel:BCI:Tumbleweed from OBS</comment> + <requestid>1178553</requestid> + </revision> </revisionlist> diff --git a/README.md b/README.md index a0a88eb..81f5587 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,10 @@ $ cat dump.sql | podman exec -i $CONTAINER_ID psql -U $POSTGRES_USER -d $POSTGRE For more information on how to perform backup and restore, refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/current/backup.html). ## Licensing + `SPDX-License-Identifier: MIT` -The build recipe and this documentation is licensed as MIT. +This documentation and the build recipe are licensed as MIT. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM). diff --git a/postgres-13-image.changes b/postgres-13-image.changes index cde6a34..1618b0e 100644 --- a/postgres-13-image.changes +++ b/postgres-13-image.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Jun 4 12:35:15 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com> + +- Fix grammar mistake in licensing footer + +------------------------------------------------------------------- Wed May 22 13:38:23 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com> - Extend README