From c115ec27f23faea7c6a376f8a278e850c0bf5d80 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Sun, 15 May 2022 11:35:09 +0800 Subject: [PATCH] provide default directory Signed-off-by: yixiangzhike --- authselect.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/authselect.spec b/authselect.spec index ced6397..414588a 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,6 +1,6 @@ Name: authselect Version: 1.2.4 -Release: 4 +Release: 5 Summary: A tool to select system authentication and identity sources from a list of supported profiles License: GPLv3+ URL: https://github.com/authselect/authselect @@ -79,6 +79,8 @@ autoreconf -ivf %postun -n %{name} -p /sbin/ldconfig %files +%dir %{_sysconfdir}/authselect +%dir %{_sysconfdir}/authselect/custom %defattr(-,root,root) %license COPYING %{_bindir}/authselect @@ -109,6 +111,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq exit 0 %changelog +* Sun May 15 2022 yixiangzhike - 1.2.4-5 +- provide default directory /etc/authselect + * Fri Apr 29 2022 yixiangzhike - 1.2.4-4 - delete duplicate file README.md from authselect-help