[packages/fwupd] - updated to 1.8.17
qboosh
qboosh at pld-linux.org
Thu Jul 27 18:27:19 CEST 2023
commit 76e55849cf53d9f5ffb6d401897eba4bbc9d240d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jul 27 17:58:44 2023 +0200
- updated to 1.8.17
fwupd.spec | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/fwupd.spec b/fwupd.spec
index 838f2ba..6f83dde 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -23,12 +23,13 @@
Summary: System daemon for installing device firmware
Summary(pl.UTF-8): Demon systemowy do instalowania firmware'u urządzeń
Name: fwupd
-Version: 1.8.10
+Version: 1.8.17
Release: 1
License: LGPL v2.1+
Group: Applications/System
-Source0: https://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
-# Source0-md5: bf6b6486f79732656980ba17a2087362
+#Source0Download: https://github.com/hughsie/fwupd/releases
+Source0: https://github.com/hughsie/fwupd/releases/download/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 12b5ee390019a9fbfec2733597f53ced
URL: https://github.com/hughsie/fwupd
%{?with_modemmanager:BuildRequires: ModemManager-devel >= 1.10.0}
BuildRequires: bash-completion-devel >= 1:2.0
@@ -68,6 +69,7 @@ BuildRequires: ninja >= 1.6
BuildRequires: pkgconfig
BuildRequires: polkit-devel >= 0.114
BuildRequires: python3 >= 1:3.0
+%{?with_doc:BuildRequires: python3-markdown >= 3.2}
BuildRequires: rpm-build >= 4.6
BuildRequires: rpmbuild(macros) >= 1.736
BuildRequires: sqlite3-devel >= 3
@@ -219,6 +221,7 @@ API języka Vala do biblioteki fwupd.
%build
%meson build \
-Dbluez=enabled \
+ -Dcompat_cli=true \
-Defi_binary=false \
-Ddocs=%{__enabled_disabled apidocs} \
-Dlzma=enabled \
@@ -259,7 +262,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS MAINTAINERS README.md README-*.md SECURITY.md
+%doc MAINTAINERS README.md README-*.md SECURITY.md
%{?with_efi:%attr(755,root,root) %{_bindir}/dbxtool}
%attr(755,root,root) %{_bindir}/dfu-tool
%attr(755,root,root) %{_bindir}/fwupdagent
@@ -288,6 +291,7 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/redfish.conf
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/uefi_capsule.conf
%endif
+%dir %{_sysconfdir}/fwupd/bios-settings.d
%dir %{_sysconfdir}/fwupd/remotes.d
%if %{with dell}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fwupd/remotes.d/dell-esrt.conf
@@ -346,7 +350,6 @@ rm -rf $RPM_BUILD_ROOT
%files -n bash-completion-fwupd
%defattr(644,root,root,755)
-%{bash_compdir}/fwupdagent
%{bash_compdir}/fwupdmgr
%{bash_compdir}/fwupdtool
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fwupd.git/commitdiff/76e55849cf53d9f5ffb6d401897eba4bbc9d240d
More information about the pld-cvs-commit
mailing list