provide default directory
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
parent
9a28df7247
commit
c115ec27f2
@ -1,6 +1,6 @@
|
|||||||
Name: authselect
|
Name: authselect
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
@ -79,6 +79,8 @@ autoreconf -ivf
|
|||||||
%postun -n %{name} -p /sbin/ldconfig
|
%postun -n %{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%dir %{_sysconfdir}/authselect
|
||||||
|
%dir %{_sysconfdir}/authselect/custom
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/authselect
|
%{_bindir}/authselect
|
||||||
@ -109,6 +111,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 15 2022 yixiangzhike <yixiangzhike007@163.com> - 1.2.4-5
|
||||||
|
- provide default directory /etc/authselect
|
||||||
|
|
||||||
* Fri Apr 29 2022 yixiangzhike <yixiangzhike007@163.com> - 1.2.4-4
|
* Fri Apr 29 2022 yixiangzhike <yixiangzhike007@163.com> - 1.2.4-4
|
||||||
- delete duplicate file README.md from authselect-help
|
- delete duplicate file README.md from authselect-help
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user