Compare commits

...

No commits in common. "imports/c8-beta/tlog-13-2.el8" and "c8" have entirely different histories.

3 changed files with 3 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tlog-13.tar.gz
SOURCES/tlog-12.1.tar.gz

View File

@ -1 +1 @@
47fa5adda56037b2a7e87be84af7a4ee6f8bb418 SOURCES/tlog-13.tar.gz
556c0c33d07c4191f6e14ab28b322c2300edef68 SOURCES/tlog-12.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: tlog
Version: 13
Version: 12.1
Release: 2%{?dist}
Summary: Terminal I/O logger
@ -108,10 +108,6 @@ rm -r %{buildroot}/usr/include/%{name}
/sbin/ldconfig
%changelog
* 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"