forked from pool/pesign
Accepting request 236930 from home:gary_lin:branches:Base:System
fix and enable the supplementary programs: pesigcheck, authvar, efisiglist OBS-URL: https://build.opensuse.org/request/show/236930 OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign?expand=0&rev=27
This commit is contained in:
parent
1a493a1467
commit
391395f6e3
4704
pesign-enable-supplementary-programs.patch
Normal file
4704
pesign-enable-supplementary-programs.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 02:47:55 UTC 2014 - glin@suse.com
|
||||
|
||||
- Add pesign-enable-supplementary-programs.patch to fix and enable
|
||||
the supplementary programs: pesigcheck, authvar, efisiglist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 07:12:05 UTC 2014 - aj@suse.com
|
||||
|
||||
|
@ -38,6 +38,8 @@ Patch6: use-standard-pid-location.patch
|
||||
Patch7: pesign-no-db.patch
|
||||
# PATCH-FIX-SUSE pesign-run.patch aj@suse.com - Use /run instead of /var/run
|
||||
Patch8: pesign-run.patch
|
||||
# PATCH-FIX-UPSTREAM pesign-enable-supplementary-programs.patch glin@suse.com -- Fix and enable the supplementary programs
|
||||
Patch9: pesign-enable-supplementary-programs.patch
|
||||
BuildRequires: mozilla-nss-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: popt-devel
|
||||
@ -65,6 +67,7 @@ Authors:
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
make OPTFLAGS="$RPM_OPT_FLAGS"
|
||||
@ -101,6 +104,9 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/pesign.conf
|
||||
%{_bindir}/pesign
|
||||
%{_bindir}/pesign-client
|
||||
%{_bindir}/efikeygen
|
||||
%{_bindir}/pesigcheck
|
||||
%{_bindir}/efisiglist
|
||||
%{_bindir}/authvar
|
||||
%dir %{_sysconfdir}/popt.d
|
||||
%config %{_sysconfdir}/popt.d/pesign.popt
|
||||
%{_sysconfdir}/pki/
|
||||
|
Loading…
Reference in New Issue
Block a user