From e2f1869abb80dd9f6fbffa5e4901991aab802c39 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 20 Feb 2018 14:26:26 +0100 Subject: [PATCH] Properly own all appropriate directories Signed-off-by: Igor Gnatenko --- authselect.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/authselect.spec b/authselect.spec index 94c7694..01b9c84 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,6 +1,6 @@ Name: authselect Version: 0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configures authentication and identity sources from supported profiles URL: https://github.com/pbrezina/authselect @@ -123,13 +123,7 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \; %files compat %defattr(-,root,root,-) %{_sbindir}/authconfig -%{python3_sitelib}/authselect/authcompat.py -%{python3_sitelib}/authselect/authcompat_ConfigSnippet.py -%{python3_sitelib}/authselect/authcompat_EnvironmentFile.py -%{python3_sitelib}/authselect/authcompat_Options.py -%{python3_sitelib}/authselect/snippets/authconfig-krb.conf -%{python3_sitelib}/authselect/snippets/authconfig-sssd.conf -%{python3_sitelib}/authselect/__pycache__/* +%{python3_sitelib}/authselect/ %files devel %defattr(-,root,root,-) @@ -146,6 +140,9 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \; %postun libs -p /sbin/ldconfig %changelog +* Tue Feb 20 2018 Igor Gnatenko - 0.3-2 +- Properly own all appropriate directories + * Tue Feb 20 2018 Pavel Březina - 0.3-1 - rebasing to 0.3 * Wed Feb 07 2018 Fedora Release Engineering - 0.2-3