diff --git a/fwupd.spec b/fwupd.spec index 75601869d432ba37bc765f7c02b1e7b8e9b454db..da43d7f66102a7b38261886e3b17e5dcbc4dad63 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: 5 +Release: 6 License: LGPLv2+ Summary: Make updating firmware on Linux automatic, safe and reliable URL: https://github.com/fwupd/fwupd @@ -458,6 +458,9 @@ done %{_datadir}/man/man1/* %changelog +* Thur Mar 23 2023 fushanqing - 1.8.6-6 +- Remove python dependency + * Fri Mar 10 2023 zhouwenpei - 1.8.6-5 - remove bluez require