Change /sbin to /usr/sbin in %files

This commit is contained in:
Mikhail Novosyolov 2018-10-08 14:57:25 +03:00
parent 43716ab4e0
commit 778772ceef

View file

@ -365,10 +365,10 @@ rm -rf %{var_dhclient}/dhclient.leases
%files client %files client
%doc client/dhclient.conf.example %doc client/dhclient.conf.example
%attr (0755,root,root) /sbin/dhclient-script %attr (0755,root,root) %{_sbindir}/dhclient-script
%{_tmpfilesdir}/dhclient.conf %{_tmpfilesdir}/dhclient.conf
%{_unitdir}/dhclient@.service %{_unitdir}/dhclient@.service
/sbin/dhclient %{_sbindir}/dhclient
%{_mandir}/man5/dhclient.conf.5* %{_mandir}/man5/dhclient.conf.5*
%{_mandir}/man5/dhclient.leases.5* %{_mandir}/man5/dhclient.leases.5*
%{_mandir}/man8/dhclient.8* %{_mandir}/man8/dhclient.8*