SHA256
1
0
forked from pool/cloud-init

- Prepare for RPM 4.20 switch patch syntax

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=224
This commit is contained in:
Robert Schweikert 2024-02-20 20:29:52 +00:00 committed by Git OBS Bridge
parent 77d6307bc5
commit a46ffe0388
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 20:29:27 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Prepare for RPM 4.20 switch patch syntax
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 20 09:20:42 UTC 2024 - Robert Schweikert <rjschwei@suse.com> Sat Jan 20 09:20:42 UTC 2024 - Robert Schweikert <rjschwei@suse.com>

View File

@ -142,15 +142,15 @@ Documentation and examples for cloud-init tools
%prep %prep
%setup -q %setup -q
%patch1 -p0 %patch -P 1 -p0
%patch2 %patch -P 2
%patch3 %patch -P 3
%patch4 %patch -P 4
%patch6 %patch -P 6
%patch7 %patch -P 7
%patch8 %patch -P 8
%patch9 %patch -P 9
%patch10 %patch -P 10
# patch in the full version to version.py # patch in the full version to version.py
version_pys=$(find . -name version.py -type f) version_pys=$(find . -name version.py -type f)