!7 fix control files

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-12-02 02:22:32 +00:00 committed by Gitee
commit d722b0c8b6
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From c2dd7b21afd60a8f30520f3724ae1c3d4d8aeda2 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
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

View File

@ -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 <tanyulong@kylinos.cn> - 1.0.0-6
- fix control files
* Mon Nov 1 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.0-5
- add patch: 0004-fix-repair-bug.patch