Accepting request 1148223 from home:dimstar:rpm4.20:u

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148223
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=59
This commit is contained in:
Aleksa Sarai 2024-03-21 03:21:35 +00:00 committed by Git OBS Bridge
parent 5306b6918c
commit 47b2123bf1
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> Mon Mar 27 07:03:27 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

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