remove unneeded %defattr

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-20 14:27:12 +01:00
parent e2f1869abb
commit 6d624de2e9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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