fix control files
This commit is contained in:
parent
4ab58acfca
commit
70a25dcde6
25
0005-fix-control-files.patch
Normal file
25
0005-fix-control-files.patch
Normal 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
|
||||||
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ukui-bluetooth
|
Name: ukui-bluetooth
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Advanced ukui bluetooth
|
Summary: Advanced ukui bluetooth
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.ukui.org
|
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
|
patch1: 0002-fix-ukui-bluetooth-will-have-a-segfault-when-times-out.patch
|
||||||
patch2: 0003-fix-restart-the-system-Bluetooth-core-dump.patch
|
patch2: 0003-fix-restart-the-system-Bluetooth-core-dump.patch
|
||||||
patch3: 0004-fix-repair-bug.patch
|
patch3: 0004-fix-repair-bug.patch
|
||||||
|
patch4: 0005-fix-control-files.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: gsettings-qt-devel
|
BuildRequires: gsettings-qt-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -44,6 +46,7 @@ Simple bluetooth tool for ukui desktop environment
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 1 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.0-5
|
||||||
- add patch: 0004-fix-repair-bug.patch
|
- add patch: 0004-fix-repair-bug.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user