fix warning in digestlist.conf
This commit is contained in:
parent
ffb6c0fb15
commit
f7d2c0a984
@ -1,6 +1,6 @@
|
||||
name: digest-list-tools
|
||||
Version: 0.3.95
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Utilities for IMA Digest Lists extension
|
||||
|
||||
Source0: https://gitee.com/openeuler/%{name}/repository/archive/v%{version}.tar.gz
|
||||
@ -9,6 +9,7 @@ License: GPLv2+
|
||||
Url: https://gitee.com/openeuler/digest-list-tools
|
||||
|
||||
Patch0: fix-multiple-definition-of-pgp_algo_mapping.patch
|
||||
Patch1: fix-digestlist-conf-warning.patch
|
||||
|
||||
BuildRequires: autoconf automake libcurl-devel libtool rpm-devel dracut gzip
|
||||
BuildRequires: libcap-devel libcmocka-devel libselinux-devel
|
||||
@ -120,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue Aug 24 2021 Anakin Zhang <zhangtianxing3@huawei.com> - 0.3.95-4
|
||||
- Fix warning in digestlist.conf
|
||||
|
||||
* Mon Aug 2 2021 Anakin Zhang <zhangtianxing3@huawei.com> - 0.3.95-3
|
||||
- Fix multiple definition of pgp_algo_mapping
|
||||
|
||||
|
||||
22
fix-digestlist-conf-warning.patch
Normal file
22
fix-digestlist-conf-warning.patch
Normal file
@ -0,0 +1,22 @@
|
||||
From 00187d4b8e54bc5b40e64ab16aaf5fb9dfbcdf43 Mon Sep 17 00:00:00 2001
|
||||
From: Anakin Zhang <benjamin93@163.com>
|
||||
Date: Tue, 24 Aug 2021 15:18:24 +0800
|
||||
Subject: [PATCH] fix digestlist.conf warning
|
||||
|
||||
Signed-off-by: Anakin Zhang <benjamin93@163.com>
|
||||
---
|
||||
initrd/dracut/digestlist.conf | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/initrd/dracut/digestlist.conf b/initrd/dracut/digestlist.conf
|
||||
index 1c9ddff..f58c08d 100644
|
||||
--- a/initrd/dracut/digestlist.conf
|
||||
+++ b/initrd/dracut/digestlist.conf
|
||||
@@ -1,3 +1,3 @@
|
||||
do_strip=no
|
||||
-add_dracutmodules+=" digestlist"
|
||||
+add_dracutmodules+=" digestlist "
|
||||
file_metadata_opt="-e xattr"
|
||||
--
|
||||
2.23.0.windows.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user