diff --git a/ipxe-3fe683e.tar.bz2 b/ipxe-3fe683e.tar.bz2 deleted file mode 100644 index 0f60c1e..0000000 Binary files a/ipxe-3fe683e.tar.bz2 and /dev/null differ diff --git a/ipxe.spec b/ipxe.spec index 5d6cdaf..3bf6fe7 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -2,16 +2,15 @@ %global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0 %global buildarches x86_64 %global debug_package %{nil} -%global hash 3fe683e Name: ipxe -Version: 20190930 -Release: 5 +Version: 1.20.1 +Release: 1 Summary: A network boot loader - +Epoch: 1 License: GPLv2 with additional permissions and BSD URL: http://ipxe.org/ -Source0: https://git.ipxe.org/ipxe.git/snapshot/%{name}-%{hash}.tar.bz2 +Source0: https://github.com/ipxe/ipxe/archive/v%{version}.tar.gz Patch0001: 0001-build-customize-configuration.patch Patch0002: 0002-Use-spec-compliant-timeouts.patch @@ -67,7 +66,7 @@ replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. %prep -%setup -q -n %{name}-%{hash} +%setup -q -n %{name}-%{version} %autopatch -p1 @@ -168,6 +167,9 @@ done %endif %changelog +* Tue Jun 22 2020 zhujunhao - 1.20.1-1 +- update to 1.20.1 + * Mon Jan 13 2020 openEuler Buildteam - 20190125-5 - Type:bugfix - Id:NA diff --git a/v1.20.1.tar.gz b/v1.20.1.tar.gz new file mode 100644 index 0000000..7d36df5 Binary files /dev/null and b/v1.20.1.tar.gz differ