Remove needless use of %defattr
This commit is contained in:
parent
94737202b7
commit
d7530cdc8e
@ -190,11 +190,9 @@ rename %{pot_file}.mo %{lang_dom}.mo $(find %{buildroot}/%{_datadir} -name %{pot
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f _build/%{lang_dom}.lang
|
%files -f _build/%{lang_dom}.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libsmbios_c.so.*
|
%{_libdir}/libsmbios_c.so.*
|
||||||
|
|
||||||
%files -n libsmbios-devel -f _build/buildlogs.txt
|
%files -n libsmbios-devel -f _build/buildlogs.txt
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING-GPL COPYING-OSL README.md src/bin/getopts_LICENSE.txt src/include/smbios_c/config/boost_LICENSE_1_0_txt
|
%doc COPYING-GPL COPYING-OSL README.md src/bin/getopts_LICENSE.txt src/include/smbios_c/config/boost_LICENSE_1_0_txt
|
||||||
%{_includedir}/smbios
|
%{_includedir}/smbios
|
||||||
%{_includedir}/smbios_c
|
%{_includedir}/smbios_c
|
||||||
@ -209,7 +207,6 @@ rename %{pot_file}.mo %{lang_dom}.mo $(find %{buildroot}/%{_datadir} -name %{pot
|
|||||||
# no other files.
|
# no other files.
|
||||||
|
|
||||||
%files -n smbios-utils-bin
|
%files -n smbios-utils-bin
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING-GPL COPYING-OSL README.md
|
%doc COPYING-GPL COPYING-OSL README.md
|
||||||
%doc src/bin/getopts_LICENSE.txt src/include/smbios_c/config/boost_LICENSE_1_0_txt
|
%doc src/bin/getopts_LICENSE.txt src/include/smbios_c/config/boost_LICENSE_1_0_txt
|
||||||
%{_sbindir}/smbios-state-byte-ctl
|
%{_sbindir}/smbios-state-byte-ctl
|
||||||
@ -222,12 +219,10 @@ rename %{pot_file}.mo %{lang_dom}.mo $(find %{buildroot}/%{_datadir} -name %{pot
|
|||||||
%{_mandir}/man?/smbios-sys-info-lite.*
|
%{_mandir}/man?/smbios-sys-info-lite.*
|
||||||
|
|
||||||
%files -n python3-smbios
|
%files -n python3-smbios
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING-GPL COPYING-OSL README.md
|
%doc COPYING-GPL COPYING-OSL README.md
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%files -n smbios-utils-python
|
%files -n smbios-utils-python
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING-GPL COPYING-OSL README.md
|
%doc COPYING-GPL COPYING-OSL README.md
|
||||||
%doc src/bin/getopts_LICENSE.txt src/include/smbios_c/config/boost_LICENSE_1_0_txt
|
%doc src/bin/getopts_LICENSE.txt src/include/smbios_c/config/boost_LICENSE_1_0_txt
|
||||||
%dir %{_sysconfdir}/libsmbios
|
%dir %{_sysconfdir}/libsmbios
|
||||||
|
Loading…
Reference in New Issue
Block a user