Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2019-06-05 11:46:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Wed Jun  5 11:46:14 2019 rev:45 rq:707623 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2019-05-02 
19:18:41.669567640 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new.5148/tmux.changes      2019-06-05 
11:46:25.166991956 +0200
@@ -1,0 +2,11 @@
+Tue Jun  4 06:49:49 UTC 2019 - Aleksa Sarai <asa...@suse.com>
+
+- Add trailing newline to tmpfiles.d/tmux.conf. On newer systems (such as Leap
+  15.1), the lack of a trailing newline appears to cause the directory to not
+  be created.
+
+  This is only evident on setups where /run is an actual tmpfs (on btrfs-root
+  installs, /run is a btrfs subvolume and thus /run/tmux is persistent across
+  reboots).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.C5N3Y7/_old  2019-06-05 11:46:25.738991812 +0200
+++ /var/tmp/diff_new_pack.C5N3Y7/_new  2019-06-05 11:46:25.738991812 +0200
@@ -67,7 +67,7 @@
 install -m 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/bash-completion/completions/tmux.sh
 
 install -d -m 0755 %{buildroot}%{_tmpfilesdir}
-printf 'd /run/tmux 1777 root root -' > %{buildroot}%{_tmpfilesdir}/tmux.conf
+echo "d /run/tmux 1777 root root -" > %{buildroot}%{_tmpfilesdir}/tmux.conf
 
 %post
 systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf || true


Reply via email to