Accepting request 1007619 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) OBS-URL: https://build.opensuse.org/request/show/1007619 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=334
This commit is contained in:
parent
f8af464f41
commit
e69387af77
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 05:21:03 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 use the bluez.spec from openSUSE TW. The following
|
||||
are changes in bluez.spec of SLE15-SP5:
|
||||
- Obsoletes: bluez-utils <= 3.36
|
||||
to
|
||||
Obsoletes: bluez-utils < 3.36
|
||||
- Obsoletes: bluez-audio <= 3.36
|
||||
to
|
||||
Obsoletes: bluez-audio < 3.36
|
||||
- In %package -n libbluetooth3:
|
||||
Obsoletes: bluez-libs <= 3.36
|
||||
to
|
||||
Obsoletes: bluez-libs < 3.36
|
||||
- In %package cups, add the following statements
|
||||
Requires: %{name}
|
||||
Requires: cups
|
||||
Supplements: (%{name} and cups)
|
||||
- In %package test
|
||||
Requires: python3-gobject2
|
||||
to
|
||||
Requires: python3-gobject
|
||||
- In %package auto-enable-devices package, add
|
||||
Requires(post): systemd
|
||||
- Add %package obexd and %package zsh-completion
|
||||
and their %description
|
||||
- In %prep
|
||||
- Removed
|
||||
%setup -q
|
||||
- Removed
|
||||
# FIXME: Change the dbus service to be a real service, not systemd launched
|
||||
sed -i "s:Exec=/bin/false:Exec=%{_libexecdir}/bluetooth/obexd:g" obexd/src/org.bluez.obex.service
|
||||
sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
|
||||
# END FIXME
|
||||
- In %build, add
|
||||
--with-dbusconfdir=%{_datadir} \
|
||||
- In %install
|
||||
- Removed
|
||||
# FIXME: Do not delete the systemd service once we support systemd user/session services
|
||||
rm %{buildroot}%{_userunitdir}/obex.service
|
||||
# end FIXME
|
||||
- org.bluez.mesh.service to %{_sysconfdir}/dbus-1/system-services/,
|
||||
to
|
||||
org.bluez.mesh.service to %{_datadir}/dbus-1/system-services/,
|
||||
- In %files
|
||||
- Add
|
||||
%{_bindir}/isotest
|
||||
%{_libexecdir}/bluetooth/obexd
|
||||
%{_mandir}/man1/isotest.1%{?ext_man}
|
||||
- %config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
|
||||
to
|
||||
%{_datadir}/dbus-1/system.d/bluetooth.conf
|
||||
- Removed
|
||||
%{_datadir}/dbus-1/services/org.bluez.obex.service
|
||||
- Removed
|
||||
%{_datadir}/zsh/site-functions/_bluetoothctl
|
||||
- Add %files zsh-completion
|
||||
- SLE15-SP5 will direct use bluez.changes for openSUSE TW.
|
||||
So keep the contents of SLE bluez.changes to bluez.changes.sle file.
|
||||
- Removed shared-gatt-server-Fix-heap-overflow-when-appending-.patch in
|
||||
SLE15-SP5 bluez because 5.65 bluez already includes it.
|
||||
- The code shall check if the prepare writes would append more the
|
||||
allowed maximum attribute length. (bsc#1194704 CVE-2022-0204)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 07:56:19 UTC 2022 - Joey Lee <jlee@suse.com>
|
||||
|
||||
|
2460
bluez.changes.sle
Normal file
2460
bluez.changes.sle
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user