mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 04:57:59 +00:00
trivial: Do not install the fwupdtpmevlog debugging cli to save 50Kb
This commit is contained in:
parent
49afe450ab
commit
7e386f8791
@ -334,7 +334,6 @@ done
|
||||
%{_libexecdir}/fwupd/fwupdoffline
|
||||
%if 0%{?have_uefi}
|
||||
%{_bindir}/fwupdate
|
||||
%{_bindir}/fwupdtpmevlog
|
||||
%endif
|
||||
%{_bindir}/dfu-tool
|
||||
%if 0%{?have_uefi}
|
||||
@ -381,7 +380,6 @@ done
|
||||
%{_mandir}/man1/fwupdmgr.1*
|
||||
%if 0%{?have_uefi}
|
||||
%{_mandir}/man1/fwupdate.1*
|
||||
%{_mandir}/man1/fwupdtpmevlog.1*
|
||||
%endif
|
||||
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
exec "$SNAP/fwupd-command" $SNAP/bin/fwupdtpmevlog $@
|
@ -31,7 +31,6 @@
|
||||
<provides>
|
||||
<binary>fwupdmgr</binary>
|
||||
<binary>fwupdtool</binary>
|
||||
<binary>fwupdtpmevlog</binary>
|
||||
<binary>fwupdagent</binary>
|
||||
</provides>
|
||||
<releases>
|
||||
|
@ -1,17 +0,0 @@
|
||||
.\" Report problems in https://github.com/fwupd/fwupd
|
||||
.TH man 8 "11 April 2021" @PACKAGE_VERSION@ "fwupdtpmevlog man page"
|
||||
.SH NAME
|
||||
fwupdtpmevlog \- debugging utility for the TPM event log
|
||||
.SH SYNOPSIS
|
||||
fwupdtpmevlog [CMD]
|
||||
.SH DESCRIPTION
|
||||
This tool will read and parse the TPM event log from the system firmware.
|
||||
.SH OPTIONS
|
||||
The fwupdtpmevlog command takes various options depending on the action.
|
||||
Run \fBfwupdtpmevlog --help\fR for the full list.
|
||||
.SH SEE ALSO
|
||||
fwupdtool(1)
|
||||
.SH BUGS
|
||||
No known bugs.
|
||||
.SH AUTHOR
|
||||
Richard Hughes (richard@hughsie.com)
|
@ -73,7 +73,7 @@ if get_option('tests')
|
||||
test('tpm-self-test', e, env: env)
|
||||
endif
|
||||
|
||||
fwupdtpmevlog = executable(
|
||||
executable(
|
||||
'fwupdtpmevlog',
|
||||
fu_hash,
|
||||
sources : [
|
||||
@ -94,17 +94,6 @@ fwupdtpmevlog = executable(
|
||||
fwupd,
|
||||
fwupdplugin,
|
||||
],
|
||||
install : true,
|
||||
install_dir : bindir
|
||||
)
|
||||
|
||||
if get_option('man')
|
||||
configure_file(
|
||||
input : 'fwupdtpmevlog.1',
|
||||
output : 'fwupdtpmevlog.1',
|
||||
configuration : conf,
|
||||
install: true,
|
||||
install_dir: join_paths(mandir, 'man1'),
|
||||
)
|
||||
endif
|
||||
endif
|
||||
|
@ -29,8 +29,6 @@ apps:
|
||||
command: fwupdmgr.wrapper
|
||||
completer:
|
||||
share/bash-completion/completions/fwupdmgr
|
||||
fwupdtpmevlog:
|
||||
command: fwupdtpmevlog.wrapper
|
||||
fwupdagent:
|
||||
command: fwupdagent.wrapper
|
||||
|
||||
@ -308,5 +306,4 @@ parts:
|
||||
- fwupdtool.wrapper
|
||||
- fwupd.wrapper
|
||||
- fwupdmgr.wrapper
|
||||
- fwupdtpmevlog.wrapper
|
||||
- fwupdagent.wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user