diff --git a/systemd-mini.changes b/systemd-mini.changes index f493f24..fd249f7 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 10:56:54 UTC 2019 - Franck Bui + +- Fix %{_libexecdir} misuses of /usr/lib + ------------------------------------------------------------------- Thu Oct 31 07:38:55 UTC 2019 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index d49a96a..b38933e 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1132,7 +1132,7 @@ fi %endif %dir %{_sysconfdir}/modules-load.d -%{_libexecdir}/modules-load.d +%{_prefix}/lib/modules-load.d %{_sysusersdir}/ %dir %{_sysconfdir}/tmpfiles.d @@ -1143,7 +1143,7 @@ fi %exclude %{_sysusersdir}/systemd-remote.conf %endif -%{_libexecdir}/environment.d/ +%{_prefix}/lib/environment.d/ %dir %{_binfmtdir} %dir %{_sysconfdir}/binfmt.d diff --git a/systemd.changes b/systemd.changes index f493f24..fd249f7 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 10:56:54 UTC 2019 - Franck Bui + +- Fix %{_libexecdir} misuses of /usr/lib + ------------------------------------------------------------------- Thu Oct 31 07:38:55 UTC 2019 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 389ff12..d1cfd3f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1130,7 +1130,7 @@ fi %endif %dir %{_sysconfdir}/modules-load.d -%{_libexecdir}/modules-load.d +%{_prefix}/lib/modules-load.d %{_sysusersdir}/ %dir %{_sysconfdir}/tmpfiles.d @@ -1141,7 +1141,7 @@ fi %exclude %{_sysusersdir}/systemd-remote.conf %endif -%{_libexecdir}/environment.d/ +%{_prefix}/lib/environment.d/ %dir %{_binfmtdir} %dir %{_sysconfdir}/binfmt.d