diff --git a/systemd-mini.changes b/systemd-mini.changes index 9a617e13..3a6a38af 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 24 07:38:48 UTC 2020 - Franck Bui + +- Drop %tmpfiles_create portables.conf from %post of networkd sub-package + + It was probably mistakenly added because systemd-portable served as + template for systemd-network. + ------------------------------------------------------------------- Thu Apr 23 14:17:31 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 5e48bdb0..c34ec20d 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -975,7 +975,6 @@ fi %endif %post network -%tmpfiles_create portables.conf %if %{with networkd} %service_add_post systemd-networkd.service %service_add_post systemd-networkd-wait-online.service diff --git a/systemd.changes b/systemd.changes index 9a617e13..3a6a38af 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 24 07:38:48 UTC 2020 - Franck Bui + +- Drop %tmpfiles_create portables.conf from %post of networkd sub-package + + It was probably mistakenly added because systemd-portable served as + template for systemd-network. + ------------------------------------------------------------------- Thu Apr 23 14:17:31 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index f0115b79..917aee96 100644 --- a/systemd.spec +++ b/systemd.spec @@ -973,7 +973,6 @@ fi %endif %post network -%tmpfiles_create portables.conf %if %{with networkd} %service_add_post systemd-networkd.service %service_add_post systemd-networkd-wait-online.service