import tlog-9-2.el8
This commit is contained in:
parent
9163737540
commit
34d188ad53
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/tlog-8.tar.gz
|
||||
SOURCES/tlog-9.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
2840c66361c0ebb143f1e44d422d15b6d6a4b098 SOURCES/tlog-8.tar.gz
|
||||
3ccaff5891fdbc99e6ca49d5474662f68648240a SOURCES/tlog-9.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: tlog
|
||||
Version: 8
|
||||
Version: 9
|
||||
Release: 2%{?dist}
|
||||
Summary: Terminal I/O logger
|
||||
|
||||
@ -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
|
||||
@ -107,6 +108,18 @@ rm -r %{buildroot}/usr/include/%{name}
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Oct 15 2020 Justin Stephenson <jstephen@redhat.com> - 9-2
|
||||
- Skip utmp removal with piped IO on stdin
|
||||
|
||||
* Thu Oct 15 2020 Justin Stephenson <jstephen@redhat.com> - 9-1
|
||||
- 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
|
||||
|
||||
* Tue May 26 2020 Justin Stephenson <jstephen@redhat.com> - 8-2
|
||||
- Test fixups from v8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user