Sync from SUSE:SLFO:Main umoci revision acb4b469a493c4cff6902c10db0e90ab

This commit is contained in:
Adrian Schröter 2024-10-03 18:03:12 +02:00
parent 778bd45b42
commit 1112e46c91
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 15:41:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Mar 27 07:03:27 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -44,7 +44,7 @@ provided by the OCI.
%prep
%setup -q
# <https://github.com/opencontainers/umoci/pull/369>
%patch1 -p1
%patch -P 1 -p1
%build
export VERSION="$(cat ./VERSION)"