From cf0b23a0c205896188824dba8f2941a489c64a5bf58406d5d11bce7cd8da528b Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 15 Jun 2020 09:45:22 +0000 Subject: [PATCH] Accepting request 814110 from home:mgerstner:branches:Base:System - 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. OBS-URL: https://build.opensuse.org/request/show/814110 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1102 --- systemd-mini.changes | 8 ++++++++ systemd-mini.spec | 3 ++- systemd.changes | 8 ++++++++ systemd.spec | 3 ++- 4 files changed, 20 insertions(+), 2 deletions(-) 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