diff --git a/.gitignore b/.gitignore index d76bc40..151de88 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /tlog-8.tar.gz /tlog-9.tar.gz /tlog-10.tar.gz +/tlog-11.tar.gz diff --git a/sources b/sources index 9b0dacd..aa388ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlog-10.tar.gz) = a70596d5a492678bea55a00e91b6fa0f6a55a7a7c3bf256351975807d9137f6647f9f35ea5d6867399d9fae4a4d84eda473c4a6740a04e34fb0c8898bfbbbdc1 +SHA512 (tlog-11.tar.gz) = d1efd9a0dcb31ce781b183931408480e01861b20fd2630a308a5232ded4bed857db2c24b471393d780512982baf17d30f6352f65c772dcedb10eb736425ec496 diff --git a/tlog.spec b/tlog.spec index 58be218..59be7fb 100644 --- a/tlog.spec +++ b/tlog.spec @@ -19,7 +19,7 @@ %{!?make_build:%global make_build %{__make} %{?_smp_mflags}} Name: tlog -Version: 10 +Version: 11 Release: 1%{?dist} Summary: Terminal I/O logger @@ -156,6 +156,15 @@ systemd-tmpfiles --create %{name}.conf >/dev/null 2>&1 || : /sbin/ldconfig %changelog +* Tue Jan 19 2020 Justin Stephenson - 11-1 +- Release v11 +- Fire SIGCHLD after utempter_add_record since it probably eats it. + +* Tue Jan 8 2020 Justin Stephenson - 10-1 +- Release v10 +- Correct suse rpmbuild +- Update debbuild for travis CI + * Tue Oct 13 2020 Justin Stephenson - 9-1 - Release v9 - Add libutempter support