From 67bd79bfdee83d675e9d511b444a571fbd46156a Mon Sep 17 00:00:00 2001 From: peijiankang Date: Fri, 5 Aug 2022 00:48:18 +0800 Subject: [PATCH] fix install error (cherry picked from commit b4e18e1746223dad3d736e0f899c79def530f412) --- blueman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blueman.spec b/blueman.spec index 2a6f834..5290f70 100644 --- a/blueman.spec +++ b/blueman.spec @@ -4,7 +4,7 @@ License: GPLv2+ Epoch: 1 Version: 2.2.2 -Release: 1 +Release: 2 URL: https://github.com/blueman-project/blueman Source0: %{URL}/releases/download/%{version}/blueman-%{version}.tar.gz @@ -34,7 +34,7 @@ Requires: dconf Requires: desktop-notification-daemon Requires: iproute Requires: python3-dbus -Requires: python3dist(pygobject) >= 3.27.2 +Requires: python%{python3_version}dist(pygobject) >= 3.27.2 Requires: pulseaudio-libs-glib2 Requires: pulseaudio-module-bluetooth @@ -124,6 +124,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/blueman-*.desktop %changelog +* Fri Aug 05 2022 peijiankang - 2.2.2-2 +- fix install error + * Tue Oct 11 2021 douyan - 2.2.2-1 - update to version 2.2.2 -- Gitee