Accepting request 1151370 from home:dimstar:rpm4.20:o
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151370 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=116
This commit is contained in:
parent
3b0dfe9fd2
commit
cf07ba1094
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 12:34:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
PatchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 16 13:30:57 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri Feb 16 13:30:57 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -103,8 +103,8 @@ Some of these, such as the ability to run scripts, extend the Console's
|
|||||||
functionality.
|
functionality.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n oci-cli-%{version}
|
%autosetup -p1 -n oci-cli-%{version}
|
||||||
%patch0 -p1
|
|
||||||
# Fix includes
|
# Fix includes
|
||||||
find . -name "*.py" -exec sed -i 's/from oci\._vendor //' \{\} +
|
find . -name "*.py" -exec sed -i 's/from oci\._vendor //' \{\} +
|
||||||
find . -name "*.py" -exec sed -i 's/oci\._vendor\.//' \{\} +
|
find . -name "*.py" -exec sed -i 's/oci\._vendor\.//' \{\} +
|
||||||
|
Loading…
Reference in New Issue
Block a user