Add bootwrapper for ppc64le

This commit is contained in:
Josh Boyer 2014-03-17 15:28:25 -04:00
parent 9981d6373e
commit 33113c62e4

View File

@ -247,7 +247,7 @@ Summary: The Linux kernel
%endif %endif
# bootwrapper is only on ppc # bootwrapper is only on ppc
%ifnarch ppc ppc64 ppc64p7 %ifnarch ppc ppc64 ppc64p7 ppc64le
%define with_bootwrapper 0 %define with_bootwrapper 0
%endif %endif
@ -2068,6 +2068,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Mon Mar 17 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Add bootwrapper for ppc64le
* Mon Mar 17 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc7.git0.1 * Mon Mar 17 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc7.git0.1
- Linux v3.14-rc7 - Linux v3.14-rc7
- Disable debugging options. - Disable debugging options.