From 27d18da0cd64741c942efdd32f57aac20336dcbe Mon Sep 17 00:00:00 2001 From: peulerosci Date: Fri, 19 Mar 2021 14:17:11 +0800 Subject: [PATCH] this is another test commit title CVE:NA Reference: test ref Type: bugfix reason:add env param E2FS_UNRELIABLE_IO to fix unreliable io case --- cracklib.spec | 3 ++- test2.patch | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 test2.patch diff --git a/cracklib.spec b/cracklib.spec index 7eaff9b..bc1f2d4 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -6,7 +6,7 @@ Name: cracklib Version: 2.9.7 -Release: 5 +Release: 6 Summary: A password-checking library License: LGPLv2+ @@ -15,6 +15,7 @@ Source0: https://github.com/cracklib/cracklib/releases/download/v%{version}/crac Source1: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-words-%{version}.gz Patch9000: fix-problem-of-error-message-about-simplistic-passwo.patch Patch9001: test1.patch +Patch9002: test2.patch BuildRequires: gcc, words, gettext, gettext-autopoint, zlib-devel %if %{with python2} diff --git a/test2.patch b/test2.patch new file mode 100644 index 0000000..69ec23d --- /dev/null +++ b/test2.patch @@ -0,0 +1 @@ +ddd \ No newline at end of file -- Gitee