[steam/f25] Update conditionals
by Simone Caronni
Summary of changes:
9b4765e... Update conditionals (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months
[steam/f24] Update conditionals
by Simone Caronni
Summary of changes:
9b4765e... Update conditionals (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months
[steam] Update conditionals
by Simone Caronni
commit 9b4765e4aefe6cf60ce665fd02a0e8dc9f0a435c
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 12 10:34:25 2017 +0200
Update conditionals
steam.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 5501b73..e4d067f 100644
--- a/steam.spec
+++ b/steam.spec
@@ -142,13 +142,13 @@ install -p -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/appdata/
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-%if 0%{?fedora} == 24 || 0%{?fedora} == 23 || 0%{?rhel} == 7
+%if 0%{?fedora} == 24 || 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
%endif
%firewalld_reload
%postun
-%if 0%{?fedora} == 24 || 0%{?fedora} == 23 || 0%{?rhel} == 7
+%if 0%{?fedora} == 24 || 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
%endif
if [ $1 -eq 0 ] ; then
7 years, 7 months
[steam/el7] Update conditionals
by Simone Caronni
commit 89af69a5c508c564ccd559270134e11117a8160b
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 12 10:34:25 2017 +0200
Update conditionals
steam.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 5501b73..e4d067f 100644
--- a/steam.spec
+++ b/steam.spec
@@ -142,13 +142,13 @@ install -p -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/appdata/
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-%if 0%{?fedora} == 24 || 0%{?fedora} == 23 || 0%{?rhel} == 7
+%if 0%{?fedora} == 24 || 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
%endif
%firewalld_reload
%postun
-%if 0%{?fedora} == 24 || 0%{?fedora} == 23 || 0%{?rhel} == 7
+%if 0%{?fedora} == 24 || 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
%endif
if [ $1 -eq 0 ] ; then
7 years, 7 months
[wl-kmod/f26] Fix build Release tag
by Nicolas Viéville
commit cbba1b23e0928a2185c6b3dfb3585e9d7803c411
Author: Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr>
Date: Mon Apr 10 19:39:19 2017 +0200
Fix build Release tag
wl-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 341ce09..7cd0cd4 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -8,7 +8,7 @@
Name: wl-kmod
Version: 6.30.223.271
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -102,6 +102,9 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-10
+- Fix build Release tag
+
* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-9
- Add patch for kernel >= 4.11 - remove last_rx reference in net_device struct rfbz#4503
- Add elfutils-libelf-devel to BuildRequires
7 years, 7 months
[wl-kmod] Fix build Release tag
by Nicolas Viéville
commit 4cc9d1fa118b967e076d211118ea9f4f8391c659
Author: Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr>
Date: Mon Apr 10 19:27:42 2017 +0200
Fix build Release tag
wl-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 341ce09..7cd0cd4 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -8,7 +8,7 @@
Name: wl-kmod
Version: 6.30.223.271
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -102,6 +102,9 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-10
+- Fix build Release tag
+
* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-9
- Add patch for kernel >= 4.11 - remove last_rx reference in net_device struct rfbz#4503
- Add elfutils-libelf-devel to BuildRequires
7 years, 7 months
[wl-kmod/f26] Add patch for kernel >= 4.11 - remove last_rx reference in net_device struct rfbz#4503 Add elfutils-
by Nicolas Viéville
commit 43b389ace8527d2943a8a82aa4799cad21c42898
Author: Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr>
Date: Mon Apr 10 19:13:25 2017 +0200
Add patch for kernel >= 4.11 - remove last_rx reference in net_device struct rfbz#4503
Add elfutils-libelf-devel to BuildRequires
..._4.11_remove_last_rx_in_net_device_struct.patch | 27 ++++++++++++++++++++++
wl-kmod.spec | 7 ++++++
2 files changed, 34 insertions(+)
---
diff --git a/wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch b/wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch
new file mode 100644
index 0000000..4d46d04
--- /dev/null
+++ b/wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch
@@ -0,0 +1,27 @@
+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 2017-02-08 19:35:44.320100235 +0100
++++ hybrid-v35_64-nodebug-pcoem-6_30_223_271/src/wl/sys/wl_cfg80211_hybrid.c 2017-04-10 14:23:40.909434506 +0200
+@@ -39,6 +39,10 @@
+ #include <proto/802.11.h>
+ #include <wl_cfg80211_hybrid.h>
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
++#include <linux/sched/signal.h>
++#endif
++
+ #define EVENT_TYPE(e) dtoh32((e)->event_type)
+ #define EVENT_FLAGS(e) dtoh16((e)->flags)
+ #define EVENT_STATUS(e) dtoh32((e)->status)
+diff -Naur hybrid-v35_64-nodebug-pcoem-6_30_223_271.orig/src/wl/sys/wl_linux.c hybrid-v35_64-nodebug-pcoem-6_30_223_271/src/wl/sys/wl_linux.c
+--- hybrid-v35_64-nodebug-pcoem-6_30_223_271.orig/src/wl/sys/wl_linux.c 2016-08-26 08:24:32.558643000 +0200
++++ hybrid-v35_64-nodebug-pcoem-6_30_223_271/src/wl/sys/wl_linux.c 2017-04-10 14:23:40.884434339 +0200
+@@ -2929,7 +2929,9 @@
+ if (skb == NULL) return;
+
+ skb->dev = wl->monitor_dev;
++#if LINUX_VERSION_CODE <= KERNEL_VERSION(4, 10, 0)
+ skb->dev->last_rx = jiffies;
++#endif
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
+ skb_reset_mac_header(skb);
+ #else
diff --git a/wl-kmod.spec b/wl-kmod.spec
index a36fddb..341ce09 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -24,8 +24,10 @@ Patch4: wl-kmod-005_kernel_4.7_IEEE80211_BAND_to_NL80211_BAND.patch
Patch5: wl-kmod-006_gcc_6_fix_indentation_warnings.patch
Patch6: wl-kmod-007_kernel_4.8_add_cfg80211_scan_info_struct.patch
Patch7: wl-kmod-008_fix_kernel_warnings.patch
+Patch8: wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch
BuildRequires: %{_bindir}/kmodtool
+BuildRequires: elfutils-libelf-devel
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64
@@ -70,6 +72,7 @@ pushd %{name}-%{version}-src
%patch5 -p1 -b .gcc_6_fix_indentation_warnings
%patch6 -p1 -b .kernel_4.8_add_cfg80211_scan_info_struct
%patch7 -p1 -b .fix_kernel_warnings
+%patch8 -p1 -b .kernel_4.11_remove_last_rx_in_net_device_struct
popd
for kernel_version in %{?kernel_versions} ; do
@@ -99,6 +102,10 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-9
+- Add patch for kernel >= 4.11 - remove last_rx reference in net_device struct rfbz#4503
+- Add elfutils-libelf-devel to BuildRequires
+
* Sun Mar 26 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 6.30.223.271-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 7 months
[wl-kmod: 2/2] Merge branch 'master' of ssh://pkgs.rpmfusion.org/nonfree/wl-kmod
by Nicolas Viéville
commit fda5796aaccac924219e914c3e8bcdcaca7e1ea6
Merge: 55ac30b 573adaf
Author: Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr>
Date: Mon Apr 10 18:58:33 2017 +0200
Merge branch 'master' of ssh://pkgs.rpmfusion.org/nonfree/wl-kmod
wl-kmod.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --cc wl-kmod.spec
index 03e99da,a36fddb..341ce09
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@@ -102,10 -99,9 +102,13 @@@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-9
+- Add patch for kernel >= 4.11 - remove last_rx reference in net_device struct rfbz#4503
+- Add elfutils-libelf-devel to BuildRequires
+
+ * Sun Mar 26 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 6.30.223.271-9
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
* Wed Feb 08 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-8
- Add patch to fix kernel warnings - thanks to Adrien Bustany rfbz#4427
- Updated URLs to new Broadcom WEB site
7 years, 7 months