Compare commits

...

5 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
3 changed files with 26 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +0,0 @@
3ccaff5891fdbc99e6ca49d5474662f68648240a SOURCES/tlog-9.tar.gz

View File

@ -1,6 +1,6 @@
Name: tlog
Version: 9
Release: 2%{?dist}
Version: 14
Release: 1%{?dist}
Summary: Terminal I/O logger
License: GPLv2+
@ -108,6 +108,29 @@ 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