From 694fca40ddfc0ba957380f5fc36bdbffc990e09a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 19 Jan 2021 21:27:57 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/tlog.git#7d60977fcb043ffc8266ba8e5138473dc80f03cd --- .gitignore | 1 + sources | 2 +- tlog.spec | 11 ++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) 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