mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 22:49:08 +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
|
%{_libexecdir}/fwupd/fwupdoffline
|
||||||
%if 0%{?have_uefi}
|
%if 0%{?have_uefi}
|
||||||
%{_bindir}/fwupdate
|
%{_bindir}/fwupdate
|
||||||
%{_bindir}/fwupdtpmevlog
|
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/dfu-tool
|
%{_bindir}/dfu-tool
|
||||||
%if 0%{?have_uefi}
|
%if 0%{?have_uefi}
|
||||||
@ -381,7 +380,6 @@ done
|
|||||||
%{_mandir}/man1/fwupdmgr.1*
|
%{_mandir}/man1/fwupdmgr.1*
|
||||||
%if 0%{?have_uefi}
|
%if 0%{?have_uefi}
|
||||||
%{_mandir}/man1/fwupdate.1*
|
%{_mandir}/man1/fwupdate.1*
|
||||||
%{_mandir}/man1/fwupdtpmevlog.1*
|
|
||||||
%endif
|
%endif
|
||||||
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
|
%{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg
|
%{_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>
|
<provides>
|
||||||
<binary>fwupdmgr</binary>
|
<binary>fwupdmgr</binary>
|
||||||
<binary>fwupdtool</binary>
|
<binary>fwupdtool</binary>
|
||||||
<binary>fwupdtpmevlog</binary>
|
|
||||||
<binary>fwupdagent</binary>
|
<binary>fwupdagent</binary>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<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)
|
test('tpm-self-test', e, env: env)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
fwupdtpmevlog = executable(
|
executable(
|
||||||
'fwupdtpmevlog',
|
'fwupdtpmevlog',
|
||||||
fu_hash,
|
fu_hash,
|
||||||
sources : [
|
sources : [
|
||||||
@ -94,17 +94,6 @@ fwupdtpmevlog = executable(
|
|||||||
fwupd,
|
fwupd,
|
||||||
fwupdplugin,
|
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
|
endif
|
||||||
|
@ -29,8 +29,6 @@ apps:
|
|||||||
command: fwupdmgr.wrapper
|
command: fwupdmgr.wrapper
|
||||||
completer:
|
completer:
|
||||||
share/bash-completion/completions/fwupdmgr
|
share/bash-completion/completions/fwupdmgr
|
||||||
fwupdtpmevlog:
|
|
||||||
command: fwupdtpmevlog.wrapper
|
|
||||||
fwupdagent:
|
fwupdagent:
|
||||||
command: fwupdagent.wrapper
|
command: fwupdagent.wrapper
|
||||||
|
|
||||||
@ -308,5 +306,4 @@ parts:
|
|||||||
- fwupdtool.wrapper
|
- fwupdtool.wrapper
|
||||||
- fwupd.wrapper
|
- fwupd.wrapper
|
||||||
- fwupdmgr.wrapper
|
- fwupdmgr.wrapper
|
||||||
- fwupdtpmevlog.wrapper
|
|
||||||
- fwupdagent.wrapper
|
- fwupdagent.wrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user