automatic version update by autodist [release 1.7.7-1mamba;Mon Apr 18 2022]
This commit is contained in:
parent
2c81e3897f
commit
290744044d
11
fwupd-1.7.7-tpm2-tss-3.2.0.patch
Normal file
11
fwupd-1.7.7-tpm2-tss-3.2.0.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- fwupd-1.7.7/meson.build.orig 2022-04-18 15:01:16.000000000 +0200
|
||||
+++ fwupd-1.7.7/meson.build 2022-04-18 16:14:36.591188389 +0200
|
||||
@@ -415,7 +415,7 @@
|
||||
endif
|
||||
|
||||
if build_standalone and get_option('plugin_tpm')
|
||||
- tpm2tss = dependency('tss2-esys', version : '>= 2.0')
|
||||
+ tpm2tss = dependency('tss2-esys')
|
||||
conf.set('HAVE_TSS2', '1')
|
||||
else
|
||||
tpm2tss = dependency('', required: false)
|
@ -1,5 +1,5 @@
|
||||
Name: fwupd
|
||||
Version: 1.7.5
|
||||
Version: 1.7.7
|
||||
Release: 1mamba
|
||||
Summary: A simple daemon to allow session software to update firmware
|
||||
Group: System/Kernel and Hardware
|
||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://fwupd.org/
|
||||
Source: https://github.com/hughsie/fwupd.git/%{version}/fwupd-%{version}.tar.bz2
|
||||
Patch0: fwupd-1.7.7-tpm2-tss-3.2.0.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -60,6 +61,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%prep
|
||||
%setup -q
|
||||
#sed -i "s|'python3'|'python3.6'|" meson.build
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -97,6 +99,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/fwupd
|
||||
%config %{_sysconfdir}/fwupd/daemon.conf
|
||||
%config %{_sysconfdir}/fwupd/msr.conf
|
||||
%config %{_sysconfdir}/fwupd/redfish.conf
|
||||
%config %{_sysconfdir}/fwupd/uefi_capsule.conf
|
||||
%config %{_sysconfdir}/fwupd/thunderbolt.conf
|
||||
@ -188,6 +191,9 @@ This package contains libraries and header files for developing applications tha
|
||||
#%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 1.7.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 08 2022 Automatic Build System <autodist@mambasoft.it> 1.7.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user