update to 20161026git [release 20161026git-1mamba;Wed Oct 26 2016]
This commit is contained in:
parent
e70d260891
commit
a30ee53438
@ -1,6 +1,6 @@
|
|||||||
# rtl8723bs
|
# rtl8723bs
|
||||||
|
|
||||||
Realtek SDIO Wi-Fi driver
|
Realtek SDIO Wi-Fi driver.
|
||||||
|
|
||||||
Tested on:
|
Tested on:
|
||||||
|
|
||||||
@ -14,4 +14,3 @@ Lenovo Miix 3-830
|
|||||||
Medion Akoya S2217
|
Medion Akoya S2217
|
||||||
Chuwi Hi12
|
Chuwi Hi12
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: rtl8723bs
|
Name: rtl8723bs
|
||||||
Version: 20160731git
|
Version: 20161026git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Realtek SDIO Wi-Fi driver
|
Summary: Realtek SDIO Wi-Fi driver
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -17,7 +17,7 @@ Requires(post):dkms
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Realtek SDIO Wi-Fi driver
|
Realtek SDIO Wi-Fi driver.
|
||||||
|
|
||||||
Tested on:
|
Tested on:
|
||||||
|
|
||||||
@ -31,7 +31,6 @@ Lenovo Miix 3-830
|
|||||||
Medion Akoya S2217
|
Medion Akoya S2217
|
||||||
Chuwi Hi12
|
Chuwi Hi12
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -50,7 +49,7 @@ PACKAGE_NAME=%{name}
|
|||||||
PACKAGE_VERSION=%{version}
|
PACKAGE_VERSION=%{version}
|
||||||
MAKE="make KSRC=\"\${kernel_source_dir}\""
|
MAKE="make KSRC=\"\${kernel_source_dir}\""
|
||||||
CLEAN="make KSRC=\"\${kernel_source_dir}\" clean"
|
CLEAN="make KSRC=\"\${kernel_source_dir}\" clean"
|
||||||
BUILT_MODULE_NAME=%{name}
|
BUILT_MODULE_NAME=r8723bs
|
||||||
BUILT_MODULE_LOCATION=.
|
BUILT_MODULE_LOCATION=.
|
||||||
DEST_MODULE_LOCATION=/extra/drivers/net/wireless/
|
DEST_MODULE_LOCATION=/extra/drivers/net/wireless/
|
||||||
REMAKE_INITRD=no
|
REMAKE_INITRD=no
|
||||||
@ -92,5 +91,8 @@ fi
|
|||||||
%{_prefix}/src/%{name}-%{version}/*
|
%{_prefix}/src/%{name}-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 20161026git-1mamba
|
||||||
|
- update to 20161026git
|
||||||
|
|
||||||
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 20160731git-1mamba
|
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 20160731git-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user