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: fix 3.7b build
Date: Thu, 09 Jul 2026 17:50:16 GMT	[thread overview]
Message-ID: <178361941699.1.4158955329512890620.rpms-tmux-094c724d8355@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/tmux
Branch : rawhide
Commit : 094c724d835581890d0332e40dd8d336925dda74
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date   : 2026-07-09T14:50:00-03:00
Stats  : +6/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/tmux/c/094c724d835581890d0332e40dd8d336925dda74?branch=rawhide

Log:
fix 3.7b build

---
diff --git a/tmux.spec b/tmux.spec
index a7c8da0..bcf5f08 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -9,19 +9,18 @@ Source0:        https://github.com/tmux/%{name}/releases/download/%{version}/%{n
 Source2:        tmux@.service
 Source3:        README.polkit
 
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  byacc
 BuildRequires:  gcc
-BuildRequires:  systemd-devel
-BuildRequires:  systemd-rpm-macros
 BuildRequires:  libutempter-devel
 BuildRequires:  make
 BuildRequires:  pkgconfig(libevent_core) >= 2
-BuildRequires:  pkgconfig(tinfo)
 BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(ncursesw)
-%if "%0{?commit}" != "0"
-BuildRequires:  automake
-%endif
+BuildRequires:  pkgconfig(tinfo)
+BuildRequires:  systemd-devel
+BuildRequires:  systemd-rpm-macros
 
 Requires(post):   coreutils
 Requires(post):   grep
@@ -37,6 +36,7 @@ as GNU Screen.
 %prep
 %autosetup
 cp %{SOURCE3} .
+./autogen.sh
 
 
 %build

                 reply	other threads:[~2026-07-09 17:50 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=178361941699.1.4158955329512890620.rpms-tmux-094c724d8355@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