From 2637d9bb09a031cb3c36c2a8a734386412223b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 12 Aug 2020 03:10:36 +0200 Subject: [PATCH] Bump required python3-qubesadmin version For QubesDaemonAccessError exception. QubesOS/qubes-issues#5811 --- debian/control | 2 +- rpm_spec/qmgr.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3d827fb..ebfaee6 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ X-Python3-Version: >= 3.4 Package: qubes-manager Architecture: any Depends: - python3-qubesadmin, + python3-qubesadmin (>= 4.1.8), python3-pyqt5, python3-pyinotify, python3-qasync, diff --git a/rpm_spec/qmgr.spec.in b/rpm_spec/qmgr.spec.in index 1d02d84..a535ae3 100644 --- a/rpm_spec/qmgr.spec.in +++ b/rpm_spec/qmgr.spec.in @@ -10,7 +10,7 @@ URL: https://www.qubes-os.org Requires: python%{python3_pkgversion} Requires: python%{python3_pkgversion}-PyQt5 Requires: python%{python3_pkgversion}-inotify -Requires: python%{python3_pkgversion}-qubesadmin >= 4.1.1 +Requires: python%{python3_pkgversion}-qubesadmin >= 4.1.8 Requires: python%{python3_pkgversion}-qasync Requires: qubes-desktop-linux-common >= 4.1.2 Requires: qubes-artwork