From 3a1e8613feeb40163ecdaca35c2875cce7cc5616 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 30 Nov 2018 13:17:11 +0000 Subject: [PATCH] Use %ghost for files owned by authselect Signed-off-by: Igor Gnatenko --- authselect.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/authselect.spec b/authselect.spec index 6ff68cb..c5f3bb0 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,6 +1,6 @@ Name: authselect Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Configures authentication and identity sources from supported profiles URL: https://github.com/pbrezina/authselect @@ -130,6 +130,16 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \; %dir %{_sysconfdir}/authselect %dir %{_sysconfdir}/authselect/custom %dir %{_localstatedir}/lib/authselect +%ghost %{_localstatedir}/lib/authselect/backups/ +%ghost %{_localstatedir}/lib/authselect/dconf-db +%ghost %{_localstatedir}/lib/authselect/dconf-locks +%ghost %{_localstatedir}/lib/authselect/fingerprint-auth +%ghost %{_localstatedir}/lib/authselect/nsswitch.conf +%ghost %{_localstatedir}/lib/authselect/password-auth +%ghost %{_localstatedir}/lib/authselect/postlogin +%ghost %{_localstatedir}/lib/authselect/smartcard-auth +%ghost %{_localstatedir}/lib/authselect/system-auth +%ghost %{_localstatedir}/lib/authselect/user-nsswitch-created %dir %{_datadir}/authselect %dir %{_datadir}/authselect/vendor %dir %{_datadir}/authselect/default @@ -254,6 +264,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq exit 0 %changelog +* Tue Feb 26 2019 Igor Gnatenko - 1.0.2-4 +- Use %ghost for files owned by authselect + * Thu Jan 31 2019 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild