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:
parent
d1cebed62f
commit
b9e5aabc62
@ -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
|
Tue Aug 16 14:30:43 UTC 2022 - rw@suse.com
|
||||||
|
|
||||||
|
14
elilo.spec
14
elilo.spec
@ -65,18 +65,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
The EFI Linux boot loader.
|
The EFI Linux boot loader.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-source
|
%autosetup -p1 -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
|
|
||||||
# work around b0rked 'Str'-ops in newer 'gnu-efi' ... :-(
|
# work around b0rked 'Str'-ops in newer 'gnu-efi' ... :-(
|
||||||
find . -type f -name '*.[ch]' -print0 | xargs -0rn 1 \
|
find . -type f -name '*.[ch]' -print0 | xargs -0rn 1 \
|
||||||
perl -pi -e 's{Str(Chr|n(X?Cpy|Cat))}{eliloStr$1}g'
|
perl -pi -e 's{Str(Chr|n(X?Cpy|Cat))}{eliloStr$1}g'
|
||||||
|
Loading…
Reference in New Issue
Block a user