From f65b77ab21f5c4af5319e4cba1454ef1a765a96f Mon Sep 17 00:00:00 2001 From: sqfu Date: Fri, 28 Feb 2025 02:16:22 +0000 Subject: [PATCH] Remove python dependency Signed-off-by: sqfu --- fwupd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index 281b41f..c16c374 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.17 -Release: 7 +Release: 8 License: LGPLv2+ Summary: Make updating firmware on Linux automatic, safe and reliable URL: https://github.com/fwupd/fwupd @@ -484,6 +484,9 @@ done %{_datadir}/man/man1/* %changelog +* Fri Feb 28 2025 sqfu - 1.8.17-8 +- Remove python dependency + * Wed Sep 25 2024 laokz - 1.8.17-7 - Let valgrind depend on system architecture macro -- Gitee