Accepting request 991168 from home:joeyli:branches:Base:System
Update to 0.6.0 OBS-URL: https://build.opensuse.org/request/show/991168 OBS-URL: https://build.opensuse.org/package/show/Base:System/mokutil?expand=0&rev=50
This commit is contained in:
parent
8fe0d95cd7
commit
d40e59b37c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af7616855f817e7eb54043071e51c8651bc8cc479ac455fbfe35203d98de8181
|
|
||||||
size 37181
|
|
BIN
0.6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
0.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -11,10 +11,10 @@ Signed-off-by: Gary Lin <glin@suse.com>
|
|||||||
src/Makefile.am | 3 +--
|
src/Makefile.am | 3 +--
|
||||||
2 files changed, 1 insertion(+), 3 deletions(-)
|
2 files changed, 1 insertion(+), 3 deletions(-)
|
||||||
|
|
||||||
Index: mokutil-0.5.0/configure.ac
|
Index: mokutil-0.6.0/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- mokutil-0.5.0.orig/configure.ac
|
--- mokutil-0.6.0.orig/configure.ac
|
||||||
+++ mokutil-0.5.0/configure.ac
|
+++ mokutil-0.6.0/configure.ac
|
||||||
@@ -85,7 +85,6 @@ AC_CHECK_FUNCS([memset])
|
@@ -85,7 +85,6 @@ AC_CHECK_FUNCS([memset])
|
||||||
|
|
||||||
PKG_CHECK_MODULES(OPENSSL, [openssl >= 0.9.8])
|
PKG_CHECK_MODULES(OPENSSL, [openssl >= 0.9.8])
|
||||||
@ -23,10 +23,10 @@ Index: mokutil-0.5.0/configure.ac
|
|||||||
|
|
||||||
AC_ARG_WITH([bash-completion-dir],
|
AC_ARG_WITH([bash-completion-dir],
|
||||||
AS_HELP_STRING([--with-bash-completion-dir[=PATH]],
|
AS_HELP_STRING([--with-bash-completion-dir[=PATH]],
|
||||||
Index: mokutil-0.5.0/src/Makefile.am
|
Index: mokutil-0.6.0/src/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- mokutil-0.5.0.orig/src/Makefile.am
|
--- mokutil-0.6.0.orig/src/Makefile.am
|
||||||
+++ mokutil-0.5.0/src/Makefile.am
|
+++ mokutil-0.6.0/src/Makefile.am
|
||||||
@@ -2,13 +2,12 @@ bin_PROGRAMS = mokutil
|
@@ -2,13 +2,12 @@ bin_PROGRAMS = mokutil
|
||||||
|
|
||||||
mokutil_CFLAGS = $(OPENSSL_CFLAGS) \
|
mokutil_CFLAGS = $(OPENSSL_CFLAGS) \
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 27 05:00:25 UTC 2022 - Joey Lee <jlee@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.6.0
|
||||||
|
+ 6c98907 SBAT revocation update support
|
||||||
|
+ 0276891 mokutil: Add trust_mok_keys and untrust_mok_keys
|
||||||
|
+ 57bc385 mokutil: enable setting fallback verbosity and noreboot mode
|
||||||
|
+ b15e7c4 util: add the missing stdio.h
|
||||||
|
- Drop upstreamed patches:
|
||||||
|
+ mokutil-fix-missing-header.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 15 06:39:26 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
|
Thu Jul 15 06:39:26 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mokutil
|
# spec file for package mokutil
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mokutil
|
Name: mokutil
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for manipulating machine owner keys
|
Summary: Tools for manipulating machine owner keys
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -27,8 +27,6 @@ Source: https://github.com/lcp/%{name}/archive/%{version}.tar.gz
|
|||||||
Source1: modhash
|
Source1: modhash
|
||||||
# PATCH-FIX-SUSE mokutil-remove-libkeyutils-check.patch glin@suse.com -- Disable the check of libkeyutils version
|
# PATCH-FIX-SUSE mokutil-remove-libkeyutils-check.patch glin@suse.com -- Disable the check of libkeyutils version
|
||||||
Patch1: mokutil-remove-libkeyutils-check.patch
|
Patch1: mokutil-remove-libkeyutils-check.patch
|
||||||
# PATCH-FIX-UPSTREAM mokutil-fix-missing-header.patch glin@suse.com -- Fix the compilation error due to the missing header
|
|
||||||
Patch2: mokutil-fix-missing-header.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: efivar-devel >= 0.12
|
BuildRequires: efivar-devel >= 0.12
|
||||||
@ -47,7 +45,6 @@ keys (MOK) stored in the database of shim.
|
|||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user