Rebase to 20151127svn18975-1
- Linker script renamed to GccBase.lds
This commit is contained in:
parent
2478ec3e73
commit
ac38c1f2c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/edk2-buildtools-r2649.tar.xz
|
||||
/edk2-buildtools-r2670.tar.xz
|
||||
/edk2-buildtools-r17469.tar.xz
|
||||
/edk2-buildtools-r18975.tar.xz
|
||||
|
14
edk2.spec
14
edk2.spec
@ -1,9 +1,9 @@
|
||||
%define SVNDATE 20150519
|
||||
%define SVNREV 17469
|
||||
%define SVNDATE 20151127
|
||||
%define SVNREV 18975
|
||||
|
||||
Name: edk2
|
||||
Version: %{SVNDATE}svn%{SVNREV}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: EFI Development Kit II
|
||||
|
||||
# There are no formal releases from upstream.
|
||||
@ -112,7 +112,7 @@ install \
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/%{name}/Scripts
|
||||
install \
|
||||
Scripts/gcc4.4-ld-script \
|
||||
Scripts/GccBase.lds \
|
||||
%{buildroot}%{_datadir}/%{name}/Scripts
|
||||
|
||||
cp -R Source/Python %{buildroot}%{_datadir}/%{name}/Python
|
||||
@ -189,10 +189,14 @@ done
|
||||
%doc UserManuals/VolInfo_Utility_Man_Page.rtf
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2015 Paolo Bonzini <pbonzini@redhat.com> - 20151127svn18975-1
|
||||
- Rebase to 20151127svn18975-1
|
||||
- Linker script renamed to GccBase.lds
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150519svn17469-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue May 19 2015 Bonzini <pbonzini@redhat.com> - 20150519svn17469-1
|
||||
* Tue May 19 2015 Paolo Bonzini <pbonzini@redhat.com> - 20150519svn17469-1
|
||||
- Rebase to 20150519svn17469-1
|
||||
- edk2-remove-tree-check.patch now upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user