!11 Remove the python installation dependency of fwupd.
From: @fu-shanqing Reviewed-by: @zhuchunyi Signed-off-by: @zhuchunyi
This commit is contained in:
commit
a593e55d2f
11
fwupd.spec
11
fwupd.spec
@ -3,13 +3,17 @@
|
|||||||
%bcond_without libsmbios
|
%bcond_without libsmbios
|
||||||
%endif
|
%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
|
%ifarch x86_64 aarch64
|
||||||
%bcond_without uefi
|
%bcond_without uefi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.5.8
|
Version: 1.5.8
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Make updating firmware on Linux automatic, safe and reliable
|
Summary: Make updating firmware on Linux automatic, safe and reliable
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/fwupd/fwupd/releases
|
URL: https://github.com/fwupd/fwupd/releases
|
||||||
@ -40,8 +44,6 @@ Requires(post):systemd
|
|||||||
Requires(preun):systemd
|
Requires(preun):systemd
|
||||||
Requires(postun):systemd
|
Requires(postun):systemd
|
||||||
|
|
||||||
Recommends: python3
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} aims to make updating firmware on Linux automatic, safe and reliable.
|
%{name} aims to make updating firmware on Linux automatic, safe and reliable.
|
||||||
|
|
||||||
@ -173,6 +175,9 @@ mkdir -pm 0700 %{buildroot}%{_localstatedir}/lib/%{name}/gnupg
|
|||||||
%{_datadir}/man/man1/*
|
%{_datadir}/man/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2022 fushanqing <fushanqing@kylinos.cn> - 1.5.8-2
|
||||||
|
- Remove the python installation dependency of fwupd
|
||||||
|
|
||||||
* Mon Jun 17 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.5.8-1
|
* Mon Jun 17 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.5.8-1
|
||||||
- Upgrade to 1.5.8
|
- Upgrade to 1.5.8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user