Sync from SUSE:SLFO:Main afterburn revision bc795fd9ec3da47e966b23665f124a9f
This commit is contained in:
parent
e171f36723
commit
eca77bb678
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 10:03:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 20 11:02:18 UTC 2023 - miika.alikirri@suse.com
|
Thu Apr 20 11:02:18 UTC 2023 - miika.alikirri@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package afterburn
|
# spec file for package afterburn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -54,9 +54,9 @@ to run in the initramfs on boot.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -N -a1
|
%autosetup -N -a1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p0
|
%patch -P 2 -p0
|
||||||
%patch3 -p0
|
%patch -P 3 -p0
|
||||||
|
|
||||||
mkdir .cargo
|
mkdir .cargo
|
||||||
cp %{SOURCE2} .cargo/config
|
cp %{SOURCE2} .cargo/config
|
||||||
|
Loading…
Reference in New Issue
Block a user