forked from pool/bluez
Accepting request 1007776 from home:joeyli:branches:Base:System
For pushing bluez 5.65 to 15-SP5 (bluez-5.62), sync the spec file and log: (jsc#PED-1407). Add bluez.changes.sle to package OBS-URL: https://build.opensuse.org/request/show/1007776 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=335
This commit is contained in:
parent
e69387af77
commit
06008fa31c
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 03:20:40 UTC 2022 - Joey Lee <jlee@suse.com>
|
||||||
|
|
||||||
|
- For pushing bluez 5.65 to 15-SP5 (bluez-5.62), sync the spec file and
|
||||||
|
log: (jsc#PED-1407)
|
||||||
|
- SLE15-SP5 will direct use bluez.changes for openSUSE TW.
|
||||||
|
So keep the contents of SLE bluez.changes to bluez.changes.sle file.
|
||||||
|
- Put to /usr/share/doc/packages/bluez/bluez.changes.sle in package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 3 05:21:03 UTC 2022 - Joey Lee <jlee@suse.com>
|
Mon Oct 3 05:21:03 UTC 2022 - Joey Lee <jlee@suse.com>
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ Source: https://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.
|
|||||||
#KEEP NOSOURCE DEBUGINFO
|
#KEEP NOSOURCE DEBUGINFO
|
||||||
Source5: baselibs.conf
|
Source5: baselibs.conf
|
||||||
Source7: bluetooth.modprobe
|
Source7: bluetooth.modprobe
|
||||||
|
Source9: bluez.changes.sle
|
||||||
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
|
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
|
||||||
Patch1: bluez-5.11-logitech-hid2hci.patch
|
Patch1: bluez-5.11-logitech-hid2hci.patch
|
||||||
Patch2: bluez-sdp-unix-path.patch
|
Patch2: bluez-sdp-unix-path.patch
|
||||||
@ -302,9 +303,10 @@ chmod 0644 *.py *.xml *.dtd
|
|||||||
# fix python shebang
|
# fix python shebang
|
||||||
sed -i -e '1s/env p/p/' %{buildroot}%{_libdir}/bluez/test/{example-gatt-{client,server},test-mesh}
|
sed -i -e '1s/env p/p/' %{buildroot}%{_libdir}/bluez/test/{example-gatt-{client,server},test-mesh}
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
|
cp %{SOURCE9} %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
%if %{with mesh}
|
%if %{with mesh}
|
||||||
# boo#1151518
|
# boo#1151518
|
||||||
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
|
||||||
mv %{buildroot}%{_datadir}/dbus-1/system.d/bluetooth-mesh.conf %{buildroot}%{_defaultdocdir}/%{name}
|
mv %{buildroot}%{_datadir}/dbus-1/system.d/bluetooth-mesh.conf %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
mv %{buildroot}%{_datadir}/dbus-1/system-services/org.bluez.mesh.service %{buildroot}%{_defaultdocdir}/%{name}
|
mv %{buildroot}%{_datadir}/dbus-1/system-services/org.bluez.mesh.service %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
cat > %{buildroot}%{_defaultdocdir}/%{name}/README-mesh.SUSE << EOF
|
cat > %{buildroot}%{_defaultdocdir}/%{name}/README-mesh.SUSE << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user