Accepting request 1147862 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147862 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli?expand=0&rev=135
This commit is contained in:
parent
38ea7b85f3
commit
ec56808368
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 11:17:11 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 09:49:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Feb 7 09:49:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -279,7 +279,7 @@ Microsoft Azure CLI 2.0 Command Line Utilities
|
|||||||
touch %{_sourcedir}/%{short_name}
|
touch %{_sourcedir}/%{short_name}
|
||||||
%else
|
%else
|
||||||
%setup -q -n azure-cli-%{version}
|
%setup -q -n azure-cli-%{version}
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user