SHA256
1
0
forked from pool/elilo

Accepting request 1149551 from Base:System

Prepare for RPM 4.20 (forwarded request 1149245 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1149551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elilo?expand=0&rev=34
This commit is contained in:
Ana Guerrero 2024-02-23 15:41:37 +00:00 committed by Git OBS Bridge
commit 17ae22887a
2 changed files with 8 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 11:34:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Tue Aug 16 14:30:43 UTC 2022 - rw@suse.com

View File

@ -65,18 +65,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
The EFI Linux boot loader.
%prep
%setup -q -n %{name}-%{version}-source
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%autosetup -p1 -n %{name}-%{version}-source
# work around b0rked 'Str'-ops in newer 'gnu-efi' ... :-(
find . -type f -name '*.[ch]' -print0 | xargs -0rn 1 \
perl -pi -e 's{Str(Chr|n(X?Cpy|Cat))}{eliloStr$1}g'