From b208828580469848e06329f591e0dca8b4128644 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 23 Aug 2022 15:59:09 +0800 Subject: [PATCH] Change the files order in patch file fix-doc-about-difok Signed-off-by: yixiangzhike --- fix-doc-about-difok.patch | 52 +++++++++++++++++++-------------------- libpwquality.spec | 8 +++++- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/fix-doc-about-difok.patch b/fix-doc-about-difok.patch index 915e43d..84fdbde 100644 --- a/fix-doc-about-difok.patch +++ b/fix-doc-about-difok.patch @@ -4,13 +4,26 @@ Date: Wed, 10 Aug 2022 15:34:03 +0800 Subject: [PATCH] fix doc about difok --- - doc/man/pam_pwquality.8 | 2 +- doc/man/pam_pwquality.8.pod | 2 +- - doc/man/pwquality.conf.5 | 2 +- + doc/man/pam_pwquality.8 | 2 +- doc/man/pwquality.conf.5.pod | 2 +- + doc/man/pwquality.conf.5 | 2 +- src/pwquality.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) +diff --git a/doc/man/pam_pwquality.8.pod b/doc/man/pam_pwquality.8.pod +index 7a74b48..4734a24 100644 +--- a/doc/man/pam_pwquality.8.pod ++++ b/doc/man/pam_pwquality.8.pod +@@ -102,7 +102,7 @@ I<1>. + + =item BI + +-This argument will change the default of I<1> for the number of changes in ++This argument will change the default of I<5> for the number of changes in + the new password from the old password. + + The special value of I<0> disables all checks of similarity of the new password diff --git a/doc/man/pam_pwquality.8 b/doc/man/pam_pwquality.8 index 030223d..670d562 100644 --- a/doc/man/pam_pwquality.8 @@ -24,19 +37,19 @@ index 030223d..670d562 100644 the new password from the old password. .Sp The special value of \fI0\fR disables all checks of similarity of the new password -diff --git a/doc/man/pam_pwquality.8.pod b/doc/man/pam_pwquality.8.pod -index 7a74b48..4734a24 100644 ---- a/doc/man/pam_pwquality.8.pod -+++ b/doc/man/pam_pwquality.8.pod -@@ -102,7 +102,7 @@ I<1>. - - =item BI +diff --git a/doc/man/pwquality.conf.5.pod b/doc/man/pwquality.conf.5.pod +index ada22d0..c7c44cb 100644 +--- a/doc/man/pwquality.conf.5.pod ++++ b/doc/man/pwquality.conf.5.pod +@@ -34,7 +34,7 @@ The possible options in the file are: + =item B --This argument will change the default of I<1> for the number of changes in -+This argument will change the default of I<5> for the number of changes in - the new password from the old password. + Number of characters in the new password that must not be present in the +-old password. (default 1) ++old password. (default 5) - The special value of I<0> disables all checks of similarity of the new password + The special value of 0 disables all checks of similarity of the new password + with the old password except the new password being exactly the same as diff --git a/doc/man/pwquality.conf.5 b/doc/man/pwquality.conf.5 index 1093aeb..7ed1992 100644 --- a/doc/man/pwquality.conf.5 @@ -48,19 +61,6 @@ index 1093aeb..7ed1992 100644 -old password. (default 1) +old password. (default 5) .Sp - The special value of 0 disables all checks of similarity of the new password - with the old password except the new password being exactly the same as -diff --git a/doc/man/pwquality.conf.5.pod b/doc/man/pwquality.conf.5.pod -index ada22d0..c7c44cb 100644 ---- a/doc/man/pwquality.conf.5.pod -+++ b/doc/man/pwquality.conf.5.pod -@@ -34,7 +34,7 @@ The possible options in the file are: - =item B - - Number of characters in the new password that must not be present in the --old password. (default 1) -+old password. (default 5) - The special value of 0 disables all checks of similarity of the new password with the old password except the new password being exactly the same as diff --git a/src/pwquality.conf b/src/pwquality.conf diff --git a/libpwquality.spec b/libpwquality.spec index 2adfc7e..3734264 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -3,7 +3,7 @@ Name: libpwquality Version: 1.4.4 -Release: 3 +Release: 4 Summary: Library for password quality checking and generating random passwords. License: BSD or GPLv2+ URL: https://github.com/libpwquality/libpwquality/ @@ -94,6 +94,12 @@ mkdir %{buildroot}%{_secconfdir}/pwquality.conf.d %{_mandir}/man8/* %changelog +* Tue Aug 23 2022 yixiangzhike - 1.4.4-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change the files order in patch file fix-doc-about-difok.patch + * Wed Aug 10 2022 yixiangzhike - 1.4.4-3 - Type:bugfix - ID:NA -- Gitee