Remove unused i option in authvar
Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
0c67660d1b
commit
f8cc4ae6b7
16
Remove-unused-i-option-in-authvar.patch
Normal file
16
Remove-unused-i-option-in-authvar.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff -Nur a/src/authvar.c b/src/authvar.c
|
||||||
|
--- a/src/authvar.c 2022-03-09 01:46:30.000000000 +0800
|
||||||
|
+++ b/src/authvar.c 2023-05-31 16:47:15.329069974 +0800
|
||||||
|
@@ -324,12 +324,6 @@
|
||||||
|
.arg = &ctx.valuefile,
|
||||||
|
.descrip = "read value from <file>",
|
||||||
|
.argDescrip = "<file>" },
|
||||||
|
- {.longName = "import",
|
||||||
|
- .shortName = 'i',
|
||||||
|
- .argInfo = POPT_ARG_STRING,
|
||||||
|
- .arg = &ctx.importfile,
|
||||||
|
- .descrip = "import variable from <file>",
|
||||||
|
- .argDescrip = "<file>" },
|
||||||
|
{.longName = "export",
|
||||||
|
.shortName = 'e',
|
||||||
|
.argInfo = POPT_ARG_STRING,
|
||||||
@ -2,7 +2,7 @@
|
|||||||
Name: pesign
|
Name: pesign
|
||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Version: 116
|
Version: 116
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/rhboot/pesign
|
URL: https://github.com/rhboot/pesign
|
||||||
Source0: https://github.com/rhboot/pesign/archive/refs/tags/116.tar.gz
|
Source0: https://github.com/rhboot/pesign/archive/refs/tags/116.tar.gz
|
||||||
@ -22,6 +22,7 @@ Patch0002: 0001-cms_common-Fixed-Segmentation-fault.patch
|
|||||||
Patch9000: Feature-pesign-support-SM3-digest-algorithm.patch
|
Patch9000: Feature-pesign-support-SM3-digest-algorithm.patch
|
||||||
Patch9001: Feature-pesign-support-SM2-signature-algorithm.patch
|
Patch9001: Feature-pesign-support-SM2-signature-algorithm.patch
|
||||||
Patch9002: Fix-build-error-of-gcc-version-too-low.patch
|
Patch9002: Fix-build-error-of-gcc-version-too-low.patch
|
||||||
|
Patch9004: Remove-unused-i-option-in-authvar.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pesign is a command line tool for manipulating signatures and
|
pesign is a command line tool for manipulating signatures and
|
||||||
@ -99,6 +100,9 @@ exit 0
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 07 2024 xu_ping <707078654@qq.com> - 116-4
|
||||||
|
- Remove unused i option in authvar
|
||||||
|
|
||||||
* Wed Apr 24 2024 xu_ping <707078654@qq.com> - 116-3
|
* Wed Apr 24 2024 xu_ping <707078654@qq.com> - 116-3
|
||||||
- Modify permissions for macros.pesign.
|
- Modify permissions for macros.pesign.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user