Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2020-11-11 20:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new.26437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Wed Nov 11 20:47:45 2020 rev:52 rq:847686 version:3.1c

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2020-11-06 
23:46:22.999115632 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new.26437/tmux.changes     2020-11-11 
20:47:57.627735353 +0100
@@ -1,0 +2,11 @@
+Mon Nov  9 10:35:03 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Drop pkgconfig(systemd) BuildRequires: there is no reason to pull
+  in systemd into the build.
+- Use %tmpfiles_create instead of calling systemd-tmpfiles
+  directly.
+- Replace systemd_requires with systemd_ordering: tmux is very well
+  capable to run without systemd (and by using tmpfiles_create, the
+  post script can also cope with the absence of if).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.HMQuIs/_old  2020-11-11 20:47:58.187735879 +0100
+++ /var/tmp/diff_new_pack.HMQuIs/_new  2020-11-11 20:47:58.187735879 +0100
@@ -30,8 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  utempter-devel
 BuildRequires:  pkgconfig(libevent) >= 2.0
-BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
+%{?systemd_ordering}
 %if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(ncurses)
 %else
@@ -74,7 +73,7 @@
 echo "d /run/tmux 1777 root root -" > %{buildroot}%{_tmpfilesdir}/tmux.conf
 
 %post
-systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf || true
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
 
 %files
 %license COPYING
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to