diff --git a/systemd-mini.changes b/systemd-mini.changes index 0fd3cfe4..c66c0306 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 13:38:09 UTC 2020 - Richard Brown + +- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461) + ------------------------------------------------------------------- Wed Jun 24 06:33:33 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 3506747e..8c1676f9 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -617,12 +617,6 @@ rm -f %{buildroot}/etc/systemd/system/default.target # Replace /etc/pam.d/systemd-user shipped by upstream with the openSUSE one. install -m0644 %{S:2} %{buildroot}%{_sysconfdir}/pam.d/ -# Remove tmp.mount from the unit search path as /tmp doesn't use tmpfs -# by default on SUSE distros. We still keep a copy in /var for those -# who want to switch to tmpfs: it's still can be copied in /etc. -rm %{buildroot}/%{_unitdir}/local-fs.target.wants/tmp.mount -mv %{buildroot}/%{_unitdir}/tmp.mount %{buildroot}/%{_datadir}/systemd/ - # don't enable wall ask password service, it spams every console (bnc#747783) rm %{buildroot}%{_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path diff --git a/systemd.changes b/systemd.changes index 0fd3cfe4..c80f6f6f 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 13:38:09 UTC 2020 - Richard Brown + +- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461) + ------------------------------------------------------------------- Wed Jun 24 06:33:33 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index c96ca5e2..39003f7d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -615,12 +615,6 @@ rm -f %{buildroot}/etc/systemd/system/default.target # Replace /etc/pam.d/systemd-user shipped by upstream with the openSUSE one. install -m0644 %{S:2} %{buildroot}%{_sysconfdir}/pam.d/ -# Remove tmp.mount from the unit search path as /tmp doesn't use tmpfs -# by default on SUSE distros. We still keep a copy in /var for those -# who want to switch to tmpfs: it's still can be copied in /etc. -rm %{buildroot}/%{_unitdir}/local-fs.target.wants/tmp.mount -mv %{buildroot}/%{_unitdir}/tmp.mount %{buildroot}/%{_datadir}/systemd/ - # don't enable wall ask password service, it spams every console (bnc#747783) rm %{buildroot}%{_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path