[nvidia-kmod] Avoid armhfp for now

Leigh Scott leigh123linux at rpmfusion.org
Fri Jul 1 19:45:59 CEST 2016


commit c5d2cc09bd81c64d8e8f7033a0daa8390e4b859c
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Jul 1 18:45:52 2016 +0100

    Avoid armhfp for now

 nvidia-kmod.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index a566629..6830ead 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -3,13 +3,14 @@
 # "buildforkernels newest" macro for just that build; immediately after
 # queuing that build enable the macro again for subsequent builds; that way
 # a new akmod package will only get build when a new one is actually needed
-#global buildforkernels newest
+%global buildforkernels akmod
+%global	debug_package %{nil}
 
 Name:          nvidia-kmod
 Epoch:         1
 Version:       367.27
 # Taken over by kmodtool
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       NVIDIA display driver kernel module
 Group:         System Environment/Kernel
 License:       Redistributable, no modification permitted
@@ -22,7 +23,7 @@ Patch1:        nv-linux-arm2.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # needed for plague to make sure it builds for i586 and i686
-ExclusiveArch:  i686 x86_64 armv7hl
+ExclusiveArch:  i686 x86_64
 
 # get the needed BuildRequires (in parts depending on what we build for)
 %global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-kmodsrc >= %{epoch}:%{version}
@@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 01 2016 Leigh Scott <leigh123linux at googlemail.com> - 1:367.27-2
+- Avoid armhfp for now
+
 * Fri Jul 01 2016 Leigh Scott <leigh123linux at googlemail.com> - 1:367.27-1
 - Update to 367.27
 


More information about the rpmfusion-commits mailing list