From 92cfa1c2872530910a937e5bc153303f8128b21fe4cf8d5519ed6775d7ba0b76 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 27 Feb 2022 16:52:31 +0000 Subject: [PATCH] Accepting request 957815 from home:gmbr3:Active - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) OBS-URL: https://build.opensuse.org/request/show/957815 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=319 --- bluez-cups-libexec.patch | 4 ++-- bluez.changes | 5 +++++ bluez.spec | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/bluez-cups-libexec.patch b/bluez-cups-libexec.patch index 0d26b68..2c9f390 100644 --- a/bluez-cups-libexec.patch +++ b/bluez-cups-libexec.patch @@ -7,7 +7,7 @@ Index: bluez-5.55/Makefile.in @DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline -@CUPS_TRUE@cupsdir = $(libdir)/cups/backend -+@CUPS_TRUE@cupsdir = $(libexecdir)/cups/backend ++@CUPS_TRUE@cupsdir = $(prefix)/lib/cups/backend @CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \ @CUPS_TRUE@ profiles/cups/cups.h \ @CUPS_TRUE@ profiles/cups/sdp.c \ @@ -20,7 +20,7 @@ Index: bluez-5.55/Makefile.tools if CUPS -cupsdir = $(libdir)/cups/backend -+cupsdir = $(libexecdir)/cups/backend ++cupsdir = $(prefix)/lib/cups/backend cups_PROGRAMS = profiles/cups/bluetooth diff --git a/bluez.changes b/bluez.changes index e6697e2..e995276 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 26 18:20:25 UTC 2022 - Callum Farmer + +- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) + ------------------------------------------------------------------- Tue Nov 23 09:52:32 UTC 2021 - Bjørn Lie diff --git a/bluez.spec b/bluez.spec index 3a1aa3a..5a2ac51 100644 --- a/bluez.spec +++ b/bluez.spec @@ -418,9 +418,9 @@ touch -r %{SOURCE0} %{buildroot}%{_defaultdocdir}/%{name}/README-mesh.SUSE %license COPYING %files cups -%dir %{_libexecdir}/cups -%dir %{_libexecdir}/cups/backend -%{_libexecdir}/cups/backend/bluetooth +%dir %{_prefix}/lib/cups +%dir %{_prefix}/lib/cups/backend +%{_prefix}/lib/cups/backend/bluetooth %files test %{_bindir}/avinfo