Modify source0 and rename package

This commit is contained in:
baizg1107 2020-09-14 14:04:33 +08:00
parent ca4294b968
commit b25d48a708
2 changed files with 5 additions and 2 deletions

View File

@ -2,10 +2,10 @@
Name: pesign Name: pesign
Summary: Signing utility for UEFI binaries Summary: Signing utility for UEFI binaries
Version: 0.113 Version: 0.113
Release: 2 Release: 3
License: GPLv2 License: GPLv2
URL: https://github.com/vathpela/pesign URL: https://github.com/vathpela/pesign
Source0: pesign-%{version}.tar.gz Source0: https://github.com/rhboot/pesign/archive/113.tar.gz
Source1: certs.tar.xz Source1: certs.tar.xz
Source2: pesign.py Source2: pesign.py
Source3: euleros-certs.tar.bz2 Source3: euleros-certs.tar.bz2
@ -93,6 +93,9 @@ exit 0
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Thu Sep 10 2020 baizhonggui <baizhonggui@huawei.com> - 0.113-3
- Modify source0 and replace package
* Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 0.113-2 * Wed Aug 05 2020 lingsheng <lingsheng@huawei.com> - 0.113-2
- Fix the build with nss 3.44 - Fix the build with nss 3.44