update code
This commit is contained in:
parent
d3df0c1ea8
commit
4e094b9c0f
Binary file not shown.
BIN
ipxe-3fe683e.tar.bz2
Normal file
BIN
ipxe-3fe683e.tar.bz2
Normal file
Binary file not shown.
25
ipxe.spec
25
ipxe.spec
@ -2,16 +2,16 @@
|
|||||||
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
|
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
|
||||||
%global buildarches %{ix86} x86_64
|
%global buildarches %{ix86} x86_64
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%global hash 36a4c85f
|
%global hash 3fe683e
|
||||||
|
|
||||||
Name: ipxe
|
Name: ipxe
|
||||||
Version: 20190125
|
Version: 20190930
|
||||||
Release: 1
|
Release: 3
|
||||||
Summary: A network boot loader
|
Summary: A network boot loader
|
||||||
|
|
||||||
License: GPLv2 with additional permissions and BSD
|
License: GPLv2 with additional permissions and BSD
|
||||||
URL: http://ipxe.org/
|
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
|
Patch0001: 0001-build-customize-configuration.patch
|
||||||
Patch0002: 0002-Use-spec-compliant-timeouts.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.
|
DNS, HTTP, iSCSI, etc.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-git%{hash}
|
%setup -q -n %{name}-%{hash}
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
|
|
||||||
@ -108,7 +108,8 @@ done
|
|||||||
%ifarch %{buildarches}
|
%ifarch %{buildarches}
|
||||||
%files -f rom.list
|
%files -f rom.list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.GPLv2 COPYING.UBDL
|
%doc README
|
||||||
|
%license COPYING COPYING.GPLv2 COPYING.UBDL
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%dir %{_datadir}/%{name}.efi
|
%dir %{_datadir}/%{name}.efi
|
||||||
%{_datadir}/%{name}/ipxe.iso
|
%{_datadir}/%{name}/ipxe.iso
|
||||||
@ -122,6 +123,18 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 20190125-3
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change the directory of the license files
|
||||||
|
|
||||||
|
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 20190125-2
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add requires
|
||||||
|
|
||||||
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 20190125-1
|
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 20190125-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user