From 70a25dcde614bc81cc25b69f28052c5293a7342e Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 16 Nov 2021 16:18:21 +0800 Subject: [PATCH] fix control files --- 0005-fix-control-files.patch | 25 +++++++++++++++++++++++++ ukui-bluetooth.spec | 8 +++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0005-fix-control-files.patch diff --git a/0005-fix-control-files.patch b/0005-fix-control-files.patch new file mode 100644 index 0000000..e0e7ead --- /dev/null +++ b/0005-fix-control-files.patch @@ -0,0 +1,25 @@ +From c2dd7b21afd60a8f30520f3724ae1c3d4d8aeda2 Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Tue, 16 Nov 2021 16:12:18 +0800 +Subject: [PATCH] fix control files + +--- + debian/control | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/debian/control b/debian/control +index 4f12e6c..c7447ea 100644 +--- a/debian/control ++++ b/debian/control +@@ -26,7 +26,7 @@ Depends: libkf5bluezqt6, + libnotify-bin, + bluez (>= 5), + bluez-obexd, +- peony-bluetooth (>= 3.2.2), ++ peony-extensions (>= 3.2.2+0611), + ${shlibs:Depends}, ${misc:Depends} + Recommends: pulseaudio-module-bluetooth + Conflicts: blueman +-- +2.30.0 + diff --git a/ukui-bluetooth.spec b/ukui-bluetooth.spec index 2ba1d8b..7e9a70b 100644 --- a/ukui-bluetooth.spec +++ b/ukui-bluetooth.spec @@ -2,7 +2,7 @@ Name: ukui-bluetooth Version: 1.0.0 -Release: 5 +Release: 6 Summary: Advanced ukui bluetooth License: GPLv2+ URL: http://www.ukui.org @@ -12,6 +12,8 @@ patch0: 0001-fix-Bluetooth-pulled-up-by-the-session-manager-and-exits-abnormall patch1: 0002-fix-ukui-bluetooth-will-have-a-segfault-when-times-out.patch patch2: 0003-fix-restart-the-system-Bluetooth-core-dump.patch patch3: 0004-fix-repair-bug.patch +patch4: 0005-fix-control-files.patch + BuildRequires: gsettings-qt-devel BuildRequires: glib2-devel @@ -44,6 +46,7 @@ Simple bluetooth tool for ukui desktop environment %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build mkdir build && cd build @@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 16 2021 tanyulong - 1.0.0-6 +- fix control files + * Mon Nov 1 2021 tanyulong - 1.0.0-5 - add patch: 0004-fix-repair-bug.patch