Accepting request 1149784 from devel:kubic:ignition
Forwarded request #1147736 from dimstar Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afterburn?expand=0&rev=11
This commit is contained in:
commit
d84cc78ebe
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -54,9 +54,9 @@ to run in the initramfs on boot.
|
||||
|
||||
%prep
|
||||
%autosetup -N -a1
|
||||
%patch1 -p1
|
||||
%patch2 -p0
|
||||
%patch3 -p0
|
||||
%patch -P 1 -p1
|
||||
%patch -P 2 -p0
|
||||
%patch -P 3 -p0
|
||||
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
Loading…
Reference in New Issue
Block a user