Compare commits

...

7 Commits

Author SHA1 Message Date
eabdullin b03ba6b729 Import from AlmaLinux stable repository 2024-05-31 18:11:36 +00:00
CentOS Sources 0cf26d7c0d import tlog-12.1-2.el8 2022-11-08 06:44:39 +00:00
CentOS Sources 3ec7223387 import tlog-12.1-1.el8_6 2022-05-10 15:00:45 +00:00
CentOS Sources 7c23876ea0 import tlog-12-1.el8 2022-05-10 07:36:23 +00:00
CentOS Sources d466bc6055 import tlog-11-1.el8 2021-11-21 04:22:45 +00:00
CentOS Sources bc4ee8b0d2 import tlog-9-2.el8 2021-09-10 05:14:35 +00:00
CentOS Sources 5fff47858d import tlog-8-2.el8 2021-09-10 05:14:32 +00:00
3 changed files with 52 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tlog-7.tar.gz
SOURCES/tlog-14.tar.gz

View File

@ -1 +0,0 @@
f990b15e044b9380f0e3cb25ea7584f5b3f39707 SOURCES/tlog-7.tar.gz

View File

@ -1,6 +1,6 @@
Name: tlog
Version: 7
Release: 2%{?dist}
Version: 14
Release: 1%{?dist}
Summary: Terminal I/O logger
License: GPLv2+
@ -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,53 @@ rm -r %{buildroot}/usr/include/%{name}
/sbin/ldconfig
%changelog
* Wed Feb 07 2024 Justin Stephenson <jstephen@redhat.com> - 14-1
- Release v14
- configure: correctly handle systemd versions before 245
* Mon Apr 17 2023 Justin Stephenson <jstephen@redhat.com> - 13-1
- Update the Fedora license
- MAN: Add missing comma in tlog-rec-session.conf
* Mon May 23 2022 Justin Stephenson <jstephen@redhat.com> - 12.1
- Exit transfer loop when output fd is closed
- Revert "Prevent infinite transfer loop on GDM login"
* Wed Nov 17 2021 Justin Stephenson <jstephen@redhat.com> - 12-1
- Release v12
- Prevent infinite transfer loop on GDM login.
- tlog-play: add journal namespace support.
- tlitest: extend delay for limit-action delay test.
* Tue Apr 27 2021 Justin Stephenson <jstephen@redhat.com> - 11-1
- Fire SIGCHLD after utempter_add_record since it probably eats it.
- Correct suse rpmbuild
- Update debbuild for travis CI
* 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
* Thu May 21 2020 Justin Stephenson <jstephen@redhat.com> - 8-1
- Release v8
- Spec file fixes for EL6
- Spec file improvements for Debian/Ubuntu pkg-config
- Tlog-play improve authentication options
- Handle piped in I/O from stdin and improve the main recording transfer exit
condition.
- Use empty string on hostname resolution failure
* Tue Nov 12 2019 Justin Stephenson <jstephen@redhat.com> - 7-1
- Release v7
- Allow tlog-play redirection of stdout