delete duplicate file from authselect-help

This commit is contained in:
yixiangzhike 2022-04-29 12:46:35 +08:00
parent 9ae14422d3
commit 0c5616b3b4

View File

@ -1,6 +1,6 @@
Name: authselect Name: authselect
Version: 1.2.4 Version: 1.2.4
Release: 3 Release: 4
Summary: A tool to select system authentication and identity sources from a list of supported profiles Summary: A tool to select system authentication and identity sources from a list of supported profiles
License: GPLv3+ License: GPLv3+
URL: https://github.com/authselect/authselect URL: https://github.com/authselect/authselect
@ -101,6 +101,7 @@ autoreconf -ivf
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/doc/authselect/* %{_datadir}/doc/authselect/*
%exclude %{_datadir}/doc/authselect/README.md
%{_mandir}/* %{_mandir}/*
%posttrans compat %posttrans compat
@ -108,6 +109,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq
exit 0 exit 0
%changelog %changelog
* Fri Apr 29 2022 yixiangzhike <yixiangzhike007@163.com> - 1.2.4-4
- delete duplicate file README.md from authselect-help
* Mon Mar 21 2022 yixiangzhike <yixiangzhike007@163.com> - 1.2.4-3 * Mon Mar 21 2022 yixiangzhike <yixiangzhike007@163.com> - 1.2.4-3
- fix change date for version 1.2.4-2 in changelog - fix change date for version 1.2.4-2 in changelog