[nvidia-390xx-kmod] Restore kmod for el build
by Leigh Scott
commit 94b417975d6853c8a15d3b77362dd00fef804a40
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 28 20:28:19 2022 +0100
Restore kmod for el build
nvidia-390xx-kmod.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index 9327963..54a4f1e 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -5,20 +5,20 @@
# a new akmod package will only get build when a new one is actually needed
%if 0%{?fedora}
%bcond_with kmod
-%endif
%if %{with kmod}
%global buildforkernels current
%else
%global buildforkernels akmod
-%global debug_package %{nil}
%endif
+%endif
+%global debug_package %{nil}
Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.154
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -134,6 +134,9 @@ done
%changelog
+* Sun Aug 28 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:390.154-2
+- Restore kmod for el build
+
* Sun Aug 28 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:390.154-1
- Update to 390.154 release
2 years, 2 months
[nvidia-settings-390xx] Fix el8 build
by Leigh Scott
commit 48047bef76bd6981501ddd95407aeca8daa6e6b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 28 18:24:49 2022 +0100
Fix el8 build
nvidia-settings-390xx.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/nvidia-settings-390xx.spec b/nvidia-settings-390xx.spec
index 699bc40..f6f2728 100644
--- a/nvidia-settings-390xx.spec
+++ b/nvidia-settings-390xx.spec
@@ -100,12 +100,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
install -pm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/nvidia-settings-user.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/nvidia-settings-user.desktop
-%if 0%{?fedora}
# AppData installation
mkdir -p %{buildroot}%{_metainfodir}
install -p -m 0644 %{SOURCE2} %{buildroot}%{_metainfodir}
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
-%endif
%ldconfig_scriptlets
2 years, 2 months