Changes of Revision 3
[-] | Changed | oracle-instantclient-config.spec |
1
2 rm -rf %{buildroot} 3 4 %files 5 -%defattr(-,root,root) 6 -%attr(0755,-,-) %{_bindir}/%{name} 7 +%attr(0755,root,root) %{_bindir}/%{name} 8 |
[-] | Changed | oracle-instantclient-config.spec |
1
2 rm -rf %{buildroot} 3 4 %files 5 -%defattr(-,root,root) 6 -%attr(0755,-,-) %{_bindir}/%{name} 7 +%attr(0755,root,root) %{_bindir}/%{name} 8 |