public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tmux] rawhide: fix 3.7b build
@ 2026-07-09 17:50 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-09 17:50 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-09 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 17:50 [rpms/tmux] rawhide: fix 3.7b build Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox