diff --git a/umoci.changes b/umoci.changes index 585f986..0b5afe4 100644 --- a/umoci.changes +++ b/umoci.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 15:41:40 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Mar 27 07:03:27 UTC 2023 - Frederic Crozat diff --git a/umoci.spec b/umoci.spec index 32eba2b..5dcdaf2 100644 --- a/umoci.spec +++ b/umoci.spec @@ -44,7 +44,7 @@ provided by the OCI. %prep %setup -q # -%patch1 -p1 +%patch -P 1 -p1 %build export VERSION="$(cat ./VERSION)"