diff --git a/.gitignore b/.gitignore index f8ccdbf..77fb9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tmux-3.2a.tar.gz +SOURCES/tmux-3.1c.tar.gz diff --git a/.tmux.metadata b/.tmux.metadata index 36dbc9f..49f6e79 100644 --- a/.tmux.metadata +++ b/.tmux.metadata @@ -1 +1 @@ -519c08880307ef13c799cb6988b4fd11ec5c2b77 SOURCES/tmux-3.2a.tar.gz +7cf2736fd9c1cc9daf614679e4084d2746a15390 SOURCES/tmux-3.1c.tar.gz diff --git a/SPECS/tmux.spec b/SPECS/tmux.spec index 845091a..1424784 100644 --- a/SPECS/tmux.spec +++ b/SPECS/tmux.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 Name: tmux -Version: 3.2a -Release: 3%{?dist} +Version: 3.1c +Release: 4%{?dist} Summary: A terminal multiplexer # Most of the source is ISC licensed; some of the files in compat/ are 2 and @@ -13,11 +13,8 @@ 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) @@ -31,11 +28,9 @@ intended to be a simple, modern, BSD-licensed alternative to programs such as GNU Screen. %prep -%setup - +%autosetup %build -autoreconf -f -i -v %configure %make_build @@ -72,18 +67,6 @@ fi %{_datadir}/bash-completion/completions/tmux %changelog -* Mon Sep 27 2021 David Cantrell - 3.2a-3 -- Rebuild - Related: rhbz#1910707 - -* Wed Sep 22 2021 David Cantrell - 3.2a-2 -- Ensure gating test files are present in the source repo - Related: rhbz#1910707 - -* Wed Sep 01 2021 David Cantrell - 3.2a-1 -- Upgrade to tmux-3.2a (CVE-2020-27347) - Resolves: rhbz#1910707 - * Tue Aug 10 2021 Mohan Boddu - 3.1c-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688