Enable logging support

This commit is contained in:
Tomas Korbar 2023-03-17 09:46:07 +01:00 committed by Stepan Oksanichenko
parent 5efc2eef70
commit 7f7e91c58b
2 changed files with 8 additions and 2 deletions

1
.xterm.metadata Normal file
View File

@ -0,0 +1 @@
1ec2fc8b5ee63d5a0d1c69cf7898624f280f6342 xterm-366.tgz

View File

@ -1,7 +1,7 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 366
Release: 8%{?dist}
Release: 9%{?dist}
URL: https://invisible-island.net/xterm
License: MIT
BuildRequires: make
@ -61,7 +61,8 @@ done
--with-utempter \
--with-tty-group=tty \
--disable-full-tgetent \
--with-pcre2
--with-pcre2 \
--enable-logging
%make_build
@ -101,6 +102,10 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1*
%changelog
* Fri Mar 17 2023 Tomas Korbar <tkorbar@redhat.com> - 366-9
- Enable logging support
- Resolves: rhbz#2179054
* Tue Feb 08 2022 Tomas Korbar <tkorbar@redhat.com> - 366-8
- disable sixel support
- Resolves: CVE-2022-24130