diff --git a/dhcp.spec b/dhcp.spec index 6325e0c2c65c3da43edfa794ec64eb827566097e..f666a318db59bc3a7b23741f480bc6edcbc2c7b5 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -3,7 +3,7 @@ Name: dhcp Version: 4.4.2 -Release: 1 +Release: 2 Summary: Dynamic host configuration protocol software #Please don't change the epoch on this package Epoch: 12 @@ -250,6 +250,7 @@ exit 0 %attr(0644,root,root) %{_unitdir}/dhcpd.service %attr(0644,root,root) %{_unitdir}/dhcpd6.service %attr(0644,root,root) %{_unitdir}/dhcrelay.service +%attr(0755,dhcpd,dhcpd) %dir %{_localstatedir}/lib/dhcpd %attr(0644,dhcpd,dhcpd) %verify(mode) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd.leases %attr(0644,dhcpd,dhcpd) %verify(mode) %config(noreplace) %{_localstatedir}/lib/dhcpd/dhcpd6.leases %config(noreplace) %{_sysconfdir}/sysconfig/dhcpd @@ -289,6 +290,12 @@ exit 0 %{_mandir}/man3/omapi.3.gz %changelog +* Fri Aug 7 2020 zhangwenhao - 4.4.2-2 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC: change ownership of /var/lib/dhcpd/ to dhcpd:dhcpd + * Wed Jul 22 2020 gaihuiying - 4.4.2-1 - Type:requirement - ID:NA