From 93ecb07c2be3164d7bcdd69045426b63f4b2c538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Mon, 6 Mar 2023 06:32:13 +0000 Subject: [PATCH] Remove python dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- fwupd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index b34fe9b..77944b4 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -6,7 +6,7 @@ %global systemd_version 231 %global json_glib_version 1.1.1 -%global __requires_exclude ^%{python3}$ +%global __requires_exclude ^/usr/bin/python3 %global enable_tests 1 %global enable_dummy 1 @@ -43,7 +43,7 @@ Name: fwupd Version: 1.8.6 -Release: 4 +Release: 5 License: LGPLv2+ Summary: Make updating firmware on Linux automatic, safe and reliable URL: https://github.com/fwupd/fwupd @@ -459,6 +459,9 @@ done %{_datadir}/man/man1/* %changelog +* Mon Mar 06 2023 fushanqing - 1.8.6-5 +- Remove python dependency + * Fri Mar 3 2023 liyanan - 1.8.6-4 - Remove rpath -- Gitee