diff --git a/0.5.0.tar.gz b/0.5.0.tar.gz deleted file mode 100644 index b04ff64..0000000 --- a/0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7616855f817e7eb54043071e51c8651bc8cc479ac455fbfe35203d98de8181 -size 37181 diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz new file mode 100644 index 0000000..872d429 --- /dev/null +++ b/0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc4be216ac083ee19dc986e8a510e1d74f6f4080baa4b5fdc7c503eb483f569 +size 38047 diff --git a/mokutil-remove-libkeyutils-check.patch b/mokutil-remove-libkeyutils-check.patch index 7d189a6..197cfbf 100644 --- a/mokutil-remove-libkeyutils-check.patch +++ b/mokutil-remove-libkeyutils-check.patch @@ -11,10 +11,10 @@ Signed-off-by: Gary Lin src/Makefile.am | 3 +-- 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.5.0/configure.ac +--- mokutil-0.6.0.orig/configure.ac ++++ mokutil-0.6.0/configure.ac @@ -85,7 +85,6 @@ AC_CHECK_FUNCS([memset]) 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], 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.5.0/src/Makefile.am +--- mokutil-0.6.0.orig/src/Makefile.am ++++ mokutil-0.6.0/src/Makefile.am @@ -2,13 +2,12 @@ bin_PROGRAMS = mokutil mokutil_CFLAGS = $(OPENSSL_CFLAGS) \ diff --git a/mokutil.changes b/mokutil.changes index 15271e1..caa61d4 100644 --- a/mokutil.changes +++ b/mokutil.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 27 05:00:25 UTC 2022 - Joey Lee + +- 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 diff --git a/mokutil.spec b/mokutil.spec index 5e91249..9b4ea09 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mokutil -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: Tools for manipulating machine owner keys License: GPL-3.0-only @@ -27,8 +27,6 @@ Source: https://github.com/lcp/%{name}/archive/%{version}.tar.gz Source1: modhash # PATCH-FIX-SUSE mokutil-remove-libkeyutils-check.patch glin@suse.com -- Disable the check of libkeyutils version 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: automake BuildRequires: efivar-devel >= 0.12 @@ -47,7 +45,6 @@ keys (MOK) stored in the database of shim. %if 0%{?suse_version} <= 1500 %patch1 -p1 %endif -%patch2 -p1 %build ./autogen.sh