[nvidia-kmod] Revert "Build kernel kmod package for el8"
by Leigh Scott
commit 413ec5e4185dec4c75a6da27fc12f7a49dbf8f32
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon May 20 12:10:54 2019 +0100
Revert "Build kernel kmod package for el8"
This reverts commit cd865523a2c65c2307d5a8437845839536eae211.
nvidia-kmod.spec | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 6cf8056..eebeaf4 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -3,11 +3,7 @@
# "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
-%if 0%{?fedora} || 0%{?rhel} < 8
%global buildforkernels akmod
-%else
-%global buildforkernels current
-%endif
%global debug_package %{nil}
Name: nvidia-kmod
5 years, 6 months
[nvidia-kmod] Build kernel kmod package for el8
by Leigh Scott
commit cd865523a2c65c2307d5a8437845839536eae211
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon May 20 12:00:48 2019 +0100
Build kernel kmod package for el8
nvidia-kmod.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index eebeaf4..6cf8056 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -3,7 +3,11 @@
# "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
+%if 0%{?fedora} || 0%{?rhel} < 8
%global buildforkernels akmod
+%else
+%global buildforkernels current
+%endif
%global debug_package %{nil}
Name: nvidia-kmod
5 years, 6 months
[wl-kmod/el7: 5/5] Merge branch 'master' into el7
by Nicolas Viéville
commit 58766224917c163b31558c1a4dddae5f43e8e7ca
Merge: d1e3150 c91eb57
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Sun May 19 18:47:05 2019 +0200
Merge branch 'master' into el7
wl-kmod-015_kernel_5.1_get_ds_removed.patch | 15 +++++++++++++++
wl-kmod-016_fix_unsupported_mesh_point.patch | 19 +++++++++++++++++++
wl-kmod.spec | 12 +++++++++++-
3 files changed, 45 insertions(+), 1 deletion(-)
---
5 years, 6 months
[wl-kmod/el7] (5 commits) ...Merge branch 'master' into el7
by Nicolas Viéville
Summary of changes:
4c931b9... Add patch for kernel >= 5.1.x - get_ds function removed (*)
4107111... Add patch for kernel >= 5.1.x - get_ds function removed (*)
cc87c6a... Add wl-kmod-015_kernel_5.1_get_ds_removed.patch (*)
c91eb57... Add patch for f30 new wpa_supplicant - fix unsupported mesh (*)
5876622... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[wl-kmod] Add patch for f30 new wpa_supplicant - fix unsupported mesh point RHBZ#1703745
by Nicolas Viéville
commit c91eb572d69c18afaaa33caafd0d233011788ad6
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Sun May 19 18:21:00 2019 +0200
Add patch for f30 new wpa_supplicant - fix unsupported mesh point RHBZ#1703745
wl-kmod-016_fix_unsupported_mesh_point.patch | 19 +++++++++++++++++++
wl-kmod.spec | 7 ++++++-
2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/wl-kmod-016_fix_unsupported_mesh_point.patch b/wl-kmod-016_fix_unsupported_mesh_point.patch
new file mode 100644
index 0000000..ba8f449
--- /dev/null
+++ b/wl-kmod-016_fix_unsupported_mesh_point.patch
@@ -0,0 +1,19 @@
+diff -Naur hybrid-v35_64-nodebug-pcoem-6_30_223_271.orig/src/wl/sys/wl_cfg80211_hybrid.c hybrid-v35_64-nodebug-pcoem-6_30_223_271/src/wl/sys/wl_cfg80211_hybrid.c
+--- hybrid-v35_64-nodebug-pcoem-6_30_223_271.orig/src/wl/sys/wl_cfg80211_hybrid.c 2019-04-14 17:35:23.565460847 +0200
++++ hybrid-v35_64-nodebug-pcoem-6_30_223_271/src/wl/sys/wl_cfg80211_hybrid.c 2019-05-19 17:23:24.985525866 +0200
+@@ -522,6 +522,7 @@
+ switch (type) {
+ case NL80211_IFTYPE_MONITOR:
+ case NL80211_IFTYPE_WDS:
++ case NL80211_IFTYPE_MESH_POINT:
+ WL_ERR(("type (%d) : currently we do not support this type\n",
+ type));
+ return -EOPNOTSUPP;
+@@ -2944,6 +2945,7 @@
+ switch (iftype) {
+ case NL80211_IFTYPE_MONITOR:
+ case NL80211_IFTYPE_WDS:
++ case NL80211_IFTYPE_MESH_POINT:
+ WL_ERR(("type (%d) : currently we do not support this mode\n",
+ iftype));
+ err = -EINVAL;
diff --git a/wl-kmod.spec b/wl-kmod.spec
index b489d5d..ea853cf 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -8,7 +8,7 @@
Name: wl-kmod
Version: 6.30.223.271
-Release: 24%{?dist}
+Release: 25%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -31,6 +31,7 @@ Patch11: wl-kmod-012_kernel_4.15_new_timer.patch
Patch12: wl-kmod-013_gcc8_fix_bounds_check_warnings.patch
Patch13: wl-kmod-014_kernel_read_pos_increment_fix.patch
Patch14: wl-kmod-015_kernel_5.1_get_ds_removed.patch
+Patch15: wl-kmod-016_fix_unsupported_mesh_point.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64
@@ -86,6 +87,7 @@ pushd %{name}-%{version}-src
%patch12 -p1 -b .gcc8_fix_bounds_check_warnings
%patch13 -p1 -b .kernel_read_pos_increment_fix
%patch14 -p1 -b .kernel_5.1_get_ds_removed
+%patch15 -p1 -b .fix_unsupported_mesh_point
# Manual patching to build for RHEL - inspired by CentOS wl-kmod.spec
# Actually works for RHEL 6.x and 7.x
@@ -255,6 +257,9 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun May 19 2019 Nicolas Viéville <nicolas.vieville(a)uphf.fr> - 6.30.223.271-25
+- Add patch for f30 new wpa_supplicant - fix unsupported mesh point RHBZ#1703745
+
* Sun Apr 14 2019 Nicolas Viéville <nicolas.vieville(a)uphf.fr> - 6.30.223.271-24
- Add patch for kernel >= 5.1.x - get_ds function removed
5 years, 6 months
[libva] Moved to fedora
by Nicolas Chauvet
commit bb490b5eb65786c9d2310109c37c4096d77fcbe9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun May 19 18:13:06 2019 +0200
Moved to fedora
.gitignore | 0
dead.package | 1 +
sources | 0
3 files changed, 1 insertion(+)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9c61d12
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to fedora
5 years, 6 months