Sync from SUSE:SLFO:Main umoci revision acb4b469a493c4cff6902c10db0e90ab
This commit is contained in:
parent
778bd45b42
commit
1112e46c91
@ -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>
|
||||
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user