diff --git a/systemd-mini.changes b/systemd-mini.changes index a0694e21..aa841df0 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 4 15:29:03 UTC 2020 - matthias.gerstner@suse.com + +- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). + The bit will be set during %post by way of the systemd-tmpfiles invocation. + This avoids a conflict with the permissions package and an rpmlint error + popping up. + ------------------------------------------------------------------- Fri May 29 14:32:41 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 71c1af45..b9307498 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1502,7 +1502,8 @@ fi %files logger %defattr(-,root,root) -%dir %attr(2755,root,systemd-journal) %{_localstatedir}/log/journal/ +# package without explicit setgid bit / attrs (see bsc#1172550) +%dir %{_localstatedir}/log/journal/ %doc %{_localstatedir}/log/README %files -n nss-myhostname diff --git a/systemd.changes b/systemd.changes index a0694e21..aa841df0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 4 15:29:03 UTC 2020 - matthias.gerstner@suse.com + +- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). + The bit will be set during %post by way of the systemd-tmpfiles invocation. + This avoids a conflict with the permissions package and an rpmlint error + popping up. + ------------------------------------------------------------------- Fri May 29 14:32:41 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 3f937fcf..3af23b69 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1500,7 +1500,8 @@ fi %files logger %defattr(-,root,root) -%dir %attr(2755,root,systemd-journal) %{_localstatedir}/log/journal/ +# package without explicit setgid bit / attrs (see bsc#1172550) +%dir %{_localstatedir}/log/journal/ %doc %{_localstatedir}/log/README %files -n nss-myhostname