From 6a371b528e9139d7e7a623880121906ccc3c82bf Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 13:41:36 +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/lrzsz.git#79d586bbb812df01d4d4c024e03da01fe38e1faf --- lrzsz.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lrzsz.spec b/lrzsz.spec index b63fc2e..6caf6d1 100644 --- a/lrzsz.spec +++ b/lrzsz.spec @@ -1,7 +1,7 @@ Summary: The lrz and lsz modem communications programs Name: lrzsz Version: 0.12.20 -Release: 52%{?dist} +Release: 53%{?dist} License: GPLv2+ Source: http://www.ohse.de/uwe/releases/%{name}-%{version}.tar.gz Patch1: lrzsz-0.12.20-glibc21.patch @@ -10,6 +10,7 @@ Patch3: lrzsz-0.12.20-man.patch Patch4: lrzsz-0.12.20-aarch64.patch Url: http://www.ohse.de/uwe/software/lrzsz.html BuildRequires: gcc gettext +BuildRequires: make %description Lrzsz (consisting of lrz and lsz) is a cosmetically modified @@ -48,6 +49,9 @@ for m in sb sx; do ln -s sz.1 %{buildroot}%{_mandir}/man1/$m.1; done %{_mandir}/*/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.12.20-53 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Aug 17 2020 Tomas Korbar - 0.12.20-52 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro