SHA256
1
0
forked from pool/elilo

Accepting request 1149245 from home:dimstar:rpm4.20:e

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149245
OBS-URL: https://build.opensuse.org/package/show/Base:System/elilo?expand=0&rev=24
This commit is contained in:
Raymund Will 2024-02-22 15:09:55 +00:00 committed by Git OBS Bridge
parent d1cebed62f
commit b9e5aabc62
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'