public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/tmux] rawhide: remove systemd tmux.service commands
Date: Sun, 28 Jun 2026 20:27:16 GMT	[thread overview]
Message-ID: <178267843657.1.6381685307888226712.rpms-tmux-3b5ea739e021@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/tmux
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-06-28 20:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178267843657.1.6381685307888226712.rpms-tmux-3b5ea739e021@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox