From 430cad9b14b911dcb9d4b584066704fc308d5c85 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Wed, 27 Jul 2022 04:58:32 -0400 Subject: [PATCH] fix source0 --- ipxe.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ipxe.spec b/ipxe.spec index 7f4dd51..e08d8b9 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -38,7 +38,7 @@ Summary: A network boot loader License: GPLv2 with additional permissions and BSD URL: http://ipxe.org/ -Source0: %{name}-%{version}-git%{hash}.tar.xz +Source0: %{name}-%{date}-git%{hash}.tar.xz # Enable IPv6 for qemu's config # Sent upstream: http://lists.ipxe.org/pipermail/ipxe-devel/2015-November/004494.html @@ -125,8 +125,7 @@ replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. %prep -%setup -q -n %{name}-%{version}-git%{hash} -%autopatch -p1 +%autosetup -n %{name}-%{date}-git%{hash} -p1 # ath9k drivers are too big for an Option ROM, and ipxe devs say it doesn't # make sense anyways # http://lists.ipxe.org/pipermail/ipxe-devel/2012-March/001290.html -- Gitee