Fix int10 interrupt vector setup
This commit is contained in:
parent
ed2719bb8e
commit
862eeca652
@ -45,7 +45,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.17.1
|
Version: 1.17.1
|
||||||
Release: 5%{?gitdate:.%{gitdate}}%{dist}
|
Release: 6%{?gitdate:.%{gitdate}}%{dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -105,6 +105,8 @@ Patch10000: 0001-Fedora-hack-Make-the-suid-root-wrapper-always-start-.patch
|
|||||||
# Fix build with gcc5, submitted upstream, likely needs a better fix
|
# Fix build with gcc5, submitted upstream, likely needs a better fix
|
||||||
Patch10001: 0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch
|
Patch10001: 0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch
|
||||||
|
|
||||||
|
Patch10002: 0001-int10-Fix-mapping-the-interrupt-vector.patch
|
||||||
|
|
||||||
%global moduledir %{_libdir}/xorg/modules
|
%global moduledir %{_libdir}/xorg/modules
|
||||||
%global drimoduledir %{_libdir}/dri
|
%global drimoduledir %{_libdir}/dri
|
||||||
%global sdkdir %{_includedir}/xorg
|
%global sdkdir %{_includedir}/xorg
|
||||||
@ -638,6 +640,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 04 2015 Adam Jackson <ajax@redhat.com> 1.17.1-6
|
||||||
|
- Fix int10 interrupt vector setup
|
||||||
|
|
||||||
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 1.17.1-5
|
* Mon Mar 02 2015 Dave Airlie <airlied@redhat.com> 1.17.1-5
|
||||||
- omg, define something to 0 makes it work, security.
|
- omg, define something to 0 makes it work, security.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user