Compare commits
2 Commits
20170127gi
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fa8807b4b | |||
| ba758734a8 |
@@ -1,6 +1,6 @@
|
||||
Name: rtl8723bs_bt
|
||||
Version: 20170127git
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: Bluetooth Code for RTL8723bs
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@@ -14,6 +14,7 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@@ -38,9 +39,22 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rtl8723bs_bt.service
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%systemd_post rtl8723bs_bt
|
||||
systemctl -q daemon-reload
|
||||
:
|
||||
|
||||
%preun
|
||||
%systemd_preun rtl8723bs_bt
|
||||
:
|
||||
|
||||
%postun
|
||||
%systemd_postun rtl8723bs_bt
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir /lib/firmware/rtl_bt
|
||||
#%dir /lib/firmware/rtl_bt
|
||||
/lib/firmware/rtl_bt/rtlbt_config
|
||||
/lib/firmware/rtl_bt/rtlbt_fw
|
||||
/lib/firmware/rtl_bt/rtlbt_fw_new
|
||||
@@ -48,5 +62,11 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rtl8723bs_bt.service
|
||||
%{_sbindir}/rtk_hciattach
|
||||
|
||||
%changelog
|
||||
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20170127git-3mamba
|
||||
- don't own /lib/firmware/rtl_bt conflicting with linux-firmware since rpm4
|
||||
|
||||
* Fri Mar 03 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 20170127git-2mamba
|
||||
- added systemd post and preun scripts
|
||||
|
||||
* Fri Jan 27 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 20170127git-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
||||
Reference in New Issue
Block a user