Properly own all appropriate directories
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
4c5cb1a9ae
commit
e2f1869abb
@ -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 <ignatenko@redhat.com> - 0.3-2
|
||||
- Properly own all appropriate directories
|
||||
|
||||
* Tue Feb 20 2018 Pavel Březina <pbrezina@redhat.com> - 0.3-1
|
||||
- rebasing to 0.3
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user