diff --git a/ipxe-20190125-git36a4c85f.tar.xz b/ipxe-20190125-git36a4c85f.tar.xz deleted file mode 100644 index 265d07f..0000000 Binary files a/ipxe-20190125-git36a4c85f.tar.xz and /dev/null differ diff --git a/ipxe-3fe683e.tar.bz2 b/ipxe-3fe683e.tar.bz2 new file mode 100644 index 0000000..0f60c1e Binary files /dev/null and b/ipxe-3fe683e.tar.bz2 differ diff --git a/ipxe.spec b/ipxe.spec index dd2f3b4..1263bc3 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -2,16 +2,16 @@ %global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0 %global buildarches %{ix86} x86_64 %global debug_package %{nil} -%global hash 36a4c85f +%global hash 3fe683e Name: ipxe -Version: 20190125 -Release: 1 +Version: 20190930 +Release: 3 Summary: A network boot loader License: GPLv2 with additional permissions and BSD URL: http://ipxe.org/ -Source0: %{name}-%{version}-git%{hash}.tar.xz +Source0: https://git.ipxe.org/ipxe.git/snapshot/%{name}-%{hash}.tar.bz2 Patch0001: 0001-build-customize-configuration.patch Patch0002: 0002-Use-spec-compliant-timeouts.patch @@ -30,7 +30,7 @@ replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. %prep -%setup -q -n %{name}-%{version}-git%{hash} +%setup -q -n %{name}-%{hash} %autopatch -p1 @@ -108,7 +108,8 @@ done %ifarch %{buildarches} %files -f rom.list %defattr(-,root,root) -%doc COPYING COPYING.GPLv2 COPYING.UBDL +%doc README +%license COPYING COPYING.GPLv2 COPYING.UBDL %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}.efi %{_datadir}/%{name}/ipxe.iso @@ -122,6 +123,18 @@ done %endif %changelog +* Sat Oct 19 2019 openEuler Buildteam - 20190125-3 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license files + +* Thu Oct 10 2019 openEuler Buildteam - 20190125-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add requires + * Thu Sep 19 2019 openEuler Buildteam - 20190125-1 - Package init