remove unneeded %defattr
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
e2f1869abb
commit
6d624de2e9
@ -88,7 +88,6 @@ find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_sysconfdir}/authselect
|
||||
%dir %{_sysconfdir}/authselect/custom
|
||||
%dir %{_datadir}/authselect
|
||||
@ -121,17 +120,14 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
%doc README.md
|
||||
|
||||
%files compat
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/authconfig
|
||||
%{python3_sitelib}/authselect/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/authselect.h
|
||||
%{_libdir}/libauthselect.so
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/authselect
|
||||
%{_mandir}/man8/authselect.8*
|
||||
%{_mandir}/man7/authselect-migration.7*
|
||||
@ -142,6 +138,7 @@ find $RPM_BUILD_ROOT -name "*.a" -exec rm -f {} \;
|
||||
%changelog
|
||||
* Tue Feb 20 2018 Igor Gnatenko <ignatenko@redhat.com> - 0.3-2
|
||||
- Properly own all appropriate directories
|
||||
- Remove unneeded %%defattr
|
||||
|
||||
* Tue Feb 20 2018 Pavel Březina <pbrezina@redhat.com> - 0.3-1
|
||||
- rebasing to 0.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user