diff --git a/fwupd.spec b/fwupd.spec index 5a083fd650ee2371187711a72187194249f2f6f7..eacc0c5936250947654cb5eeee4f7329cc53ed81 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -3,13 +3,17 @@ %bcond_without libsmbios %endif +# although we ship a few tiny python files these are utilities that 99.99% +# of users do not need -- use this to avoid dragging python onto NestOS +%global __requires_exclude ^/usr/bin/python3 + %ifarch x86_64 aarch64 %bcond_without uefi %endif Name: fwupd Version: 1.2.9 -Release: 5 +Release: 6 Summary: Make updating firmware on Linux automatic, safe and reliable License: LGPLv2+ URL: https://github.com/fwupd/fwupd/releases @@ -46,7 +50,6 @@ Requires(post):systemd Requires(preun):systemd Requires(postun):systemd -Recommends: python3 %description %{name} aims to make updating firmware on Linux automatic, safe and reliable. @@ -178,6 +181,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg %{_datadir}/man/man1/* %changelog +* Tue Aug 23 2022 duyiwei - 1.2.9-6 +- Remove the python installation dependency of fwupd + * Fri Aug 05 2022 yaoxin - 1.2.9-5 - Resolve fwupd upgrade and downgrade error