import tmux-3.2a-3.el9_b
This commit is contained in:
parent
6e96fd334f
commit
4aeeaeda20
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/tmux-3.1c.tar.gz
|
||||
SOURCES/tmux-3.2a.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
7cf2736fd9c1cc9daf614679e4084d2746a15390 SOURCES/tmux-3.1c.tar.gz
|
||||
519c08880307ef13c799cb6988b4fd11ec5c2b77 SOURCES/tmux-3.2a.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: tmux
|
||||
Version: 3.1c
|
||||
Release: 4%{?dist}
|
||||
Version: 3.2a
|
||||
Release: 3%{?dist}
|
||||
Summary: A terminal multiplexer
|
||||
|
||||
# Most of the source is ISC licensed; some of the files in compat/ are 2 and
|
||||
@ -13,8 +13,11 @@ Source0: https://github.com/tmux/%{name}/releases/download/%{version}/%{n
|
||||
# Examples has been removed - so include the bash_completion here
|
||||
Source1: bash_completion_tmux.sh
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: bison
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: pkgconfig(libevent)
|
||||
BuildRequires: pkgconfig(tinfo)
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
@ -28,9 +31,11 @@ intended to be a simple, modern, BSD-licensed alternative to programs such
|
||||
as GNU Screen.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%setup
|
||||
|
||||
|
||||
%build
|
||||
autoreconf -f -i -v
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -67,6 +72,18 @@ fi
|
||||
%{_datadir}/bash-completion/completions/tmux
|
||||
|
||||
%changelog
|
||||
* Mon Sep 27 2021 David Cantrell <dcantrell@redhat.com> - 3.2a-3
|
||||
- Rebuild
|
||||
Related: rhbz#1910707
|
||||
|
||||
* Wed Sep 22 2021 David Cantrell <dcantrell@redhat.com> - 3.2a-2
|
||||
- Ensure gating test files are present in the source repo
|
||||
Related: rhbz#1910707
|
||||
|
||||
* Wed Sep 01 2021 David Cantrell <dcantrell@redhat.com> - 3.2a-1
|
||||
- Upgrade to tmux-3.2a (CVE-2020-27347)
|
||||
Resolves: rhbz#1910707
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.1c-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user