1 Star 0 Fork 1

yang_chenguang/sbsigntools

forked from src-openEuler/sbsigntools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sbsigntools.spec 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
yang_chenguang 提交于 2024-01-02 11:17 . initial commit sbsigntools 0.9.5
Name: sbsigntools
Version: 0.9.5
Release: 1
Summary: Signing utility for UEFI secure boot
License: GPLv3
URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/jejb/sbsigntools/
Source0: %{name}-%{version}.tar.xz
ExclusiveArch: x86_64 aarch64 loongarch64
BuildRequires: make
BuildRequires: automake
BuildRequires: binutils-devel
BuildRequires: gcc
BuildRequires: gnu-efi-devel gnu-efi
BuildRequires: help2man
BuildRequires: libuuid-devel
BuildRequires: openssl
BuildRequires: openssl-devel
%description
Tools to add signatures to EFI binaries and Drivers.
%prep
%autosetup -p1
%build
./autogen.sh
%configure
%make_build
%install
%make_install
%check
make check
%files
%license COPYING LICENSE.GPLv3 lib/ccan/licenses/*
%doc AUTHORS ChangeLog
%{_bindir}/sbattach
%{_bindir}/sbkeysync
%{_bindir}/sbsiglist
%{_bindir}/sbsign
%{_bindir}/sbvarsign
%{_bindir}/sbverify
%{_mandir}/man1/sbattach.1.*
%{_mandir}/man1/sbkeysync.1.*
%{_mandir}/man1/sbsiglist.1.*
%{_mandir}/man1/sbsign.1.*
%{_mandir}/man1/sbvarsign.1.*
%{_mandir}/man1/sbverify.1.*
%changelog
* Tue Jan 02 2024 yangchenguang <yangchenguang@kylinsec.com.cn> - 0.9.5-1
- initial commit sbsigntools 0.9.5
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangchen_guang/sbsigntools.git
git@gitee.com:yangchen_guang/sbsigntools.git
yangchen_guang
sbsigntools
sbsigntools
master

搜索帮助