diff --git a/.gitignore b/.gitignore index b956ecf..c6625dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tlog-9.tar.gz +SOURCES/tlog-11.tar.gz diff --git a/.tlog.metadata b/.tlog.metadata index 48ba7c7..5ac2392 100644 --- a/.tlog.metadata +++ b/.tlog.metadata @@ -1 +1 @@ -3ccaff5891fdbc99e6ca49d5474662f68648240a SOURCES/tlog-9.tar.gz +20f606d66da3984d9fca1545b5a527af126ddb3f SOURCES/tlog-11.tar.gz diff --git a/SPECS/tlog.spec b/SPECS/tlog.spec index cb66825..a8c00d1 100644 --- a/SPECS/tlog.spec +++ b/SPECS/tlog.spec @@ -1,6 +1,6 @@ Name: tlog -Version: 9 -Release: 2%{?dist} +Version: 11 +Release: 1%{?dist} Summary: Terminal I/O logger License: GPLv2+ @@ -108,6 +108,11 @@ rm -r %{buildroot}/usr/include/%{name} /sbin/ldconfig %changelog +* Tue Apr 27 2021 Justin Stephenson - 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 - 9-2 - Skip utmp removal with piped IO on stdin