From 40c452b7785b4b838094a338ea3b4609a8093106 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Wed, 28 Oct 2020 12:02:27 -0400 Subject: [PATCH] Release v9 Add libutempter support Require journal match filter Add file reader match functionality Restore cursor visibility and color attributes on tlog-play exit Add "time" real clock timestamp message field Various upstream CI improvements --- tlog.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tlog.spec b/tlog.spec index ad9bf3f..6ad9ed5 100644 --- a/tlog.spec +++ b/tlog.spec @@ -11,6 +11,7 @@ BuildRequires: gcc BuildRequires: json-c-devel BuildRequires: curl-devel BuildRequires: m4 +BuildRequires: libutempter-devel # If it's not RHEL6 and older %if 0%{?rhel} == 0 || 0%{?rhel} >= 7 BuildRequires: systemd-devel @@ -34,7 +35,7 @@ in JSON format. %build # If it's not RHEL6 and older %if 0%{?rhel} == 0 || 0%{?rhel} >= 7 -%configure --disable-rpath --disable-static +%configure --disable-rpath --disable-static --enable-utempter # Else, if it's RHEL6 or older %else %configure --disable-rpath --disable-static --disable-journal