From 9b32283a56d96791852614a9770a20e1e3f607870b8cb0806b8cf404ac231538 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 21 Oct 2020 17:18:54 +0000 Subject: [PATCH 1/2] - Complete tha /var/run -> /run migration by renaming /var/lib/dhcp/var/run accordingly (boo#1177951). OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=219 --- dhcp.changes | 6 ++++++ dhcp.spec | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dhcp.changes b/dhcp.changes index b3ed193..7e2f6a2 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 21 17:06:32 UTC 2020 - Reinhard Max + +- Complete tha /var/run -> /run migration by renaming + /var/lib/dhcp/var/run accordingly (boo#1177951). + ------------------------------------------------------------------- Thu Sep 17 14:55:25 UTC 2020 - Reinhard Max diff --git a/dhcp.spec b/dhcp.spec index 30291ad..0c4ba1c 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -290,7 +290,7 @@ install -d -m0755 %{buildroot}%{_fillupdir} install -d -m0755 %{buildroot}%{_localstatedir}/lib/{dhcp,dhcp6}%{_sysconfdir} install -d -m0755 %{buildroot}%{_localstatedir}/lib/{dhcp,dhcp6}/dev install -d -m0755 %{buildroot}%{_localstatedir}/lib/{dhcp,dhcp6}/%{_lib} -install -d -m0755 %{buildroot}%{_localstatedir}/lib/{dhcp,dhcp6}%{_localstatedir}/run +install -d -m0755 %{buildroot}%{_localstatedir}/lib/{dhcp,dhcp6}/run install -d -m0755 %{buildroot}%{_localstatedir}/lib/{dhcp,dhcp6}/db # move the dhclient binary to /sbin mv -f %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/ @@ -490,15 +490,13 @@ fi %dir %{_localstatedir}/lib/dhcp%{_sysconfdir} %dir %{_localstatedir}/lib/dhcp/dev %dir %{_localstatedir}/lib/dhcp/%{_lib} -%dir %{_localstatedir}/lib/dhcp%{_localstatedir} -%dir %{_localstatedir}/lib/dhcp%{_localstatedir}/run +%dir %{_localstatedir}/lib/dhcp/run %attr(755,dhcpd,root) %dir %{_localstatedir}/lib/dhcp/db %dir %{_localstatedir}/lib/dhcp6 %dir %{_localstatedir}/lib/dhcp6%{_sysconfdir} %dir %{_localstatedir}/lib/dhcp6/dev %dir %{_localstatedir}/lib/dhcp6/%{_lib} -%dir %{_localstatedir}/lib/dhcp6%{_localstatedir} -%dir %{_localstatedir}/lib/dhcp6%{_localstatedir}/run +%dir %{_localstatedir}/lib/dhcp6/run %attr(755,dhcpd,root) %dir %{_localstatedir}/lib/dhcp6/db %{_mandir}/man8/dhcpd.8%{?ext_man} %{_mandir}/man5/dhcpd.conf.5%{?ext_man} From cc6f1f08c7eb118fdf5c9aa4eb7a87445916bb818ae9e4f3f871c17f003ceabf Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 21 Oct 2020 17:19:59 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=220 --- dhcp.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp.changes b/dhcp.changes index 7e2f6a2..be85202 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Oct 21 17:06:32 UTC 2020 - Reinhard Max -- Complete tha /var/run -> /run migration by renaming +- Complete the /var/run -> /run migration by renaming /var/lib/dhcp/var/run accordingly (boo#1177951). -------------------------------------------------------------------