public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tmux] f44: remove systemd tmux.service commands
@ 2026-06-28 20:29 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-28 20:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tmux
Branch : f44
Commit : 3b5ea739e02136bda8ef552d622db99ca3411cfb
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-06-28T17:27:04-03:00
Stats : +0/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tmux/c/3b5ea739e02136bda8ef552d622db99ca3411cfb?branch=f44
Log:
remove systemd tmux.service commands
---
diff --git a/tmux.spec b/tmux.spec
index 23b7506..2043694 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -55,7 +55,6 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_unitdir}/tmux@.service
%post
-%systemd_post tmux@.service
# Add login shell entries to /etc/shells only when installing the package
# for the first time:
if [ "$1" = 1 ]; then
@@ -68,11 +67,7 @@ if [ "$1" = 1 ]; then
fi
fi
-%preun
-%systemd_preun tmux@.service
-
%postun
-%systemd_postun_with_restart tmux@.service
# Remove the login shell lines from /etc/shells only when uninstalling:
if [ "$1" = 0 ] && [ -f %{_sysconfdir}/shells ]; then
sed -i -e '\!^%{_bindir}/tmux$!d' -e '\!^/bin/tmux$!d' %{_sysconfdir}/shells
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 20:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 20:29 [rpms/tmux] f44: remove systemd tmux.service commands Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox