From 34f1928854c2dab243c572a0443bda8bab725626 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:33:22 +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#9bdfa6a0918b4bfa2691de7d4e80258be3e64ce9 --- tlog.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tlog.spec b/tlog.spec index 59be7fb..87daf32 100644 --- a/tlog.spec +++ b/tlog.spec @@ -20,7 +20,7 @@ Name: tlog Version: 11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Terminal I/O logger %if "%{_vendor}" == "debbuild" @@ -156,6 +156,9 @@ systemd-tmpfiles --create %{name}.conf >/dev/null 2>&1 || : /sbin/ldconfig %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jan 19 2020 Justin Stephenson - 11-1 - Release v11 - Fire SIGCHLD after utempter_add_record since it probably eats it.