From 78ebbea29ea447ed0883bd0751632a82ca6c2057 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 11:38:22 +0100 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/librelp.git#407def030d1518fc8938e08d0516daf907db429f --- librelp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/librelp.spec b/librelp.spec index df2dfb6..7638305 100644 --- a/librelp.spec +++ b/librelp.spec @@ -1,7 +1,7 @@ Summary: The Reliable Event Logging Protocol library Name: librelp Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: http://www.rsyslog.com/ Source0: http://download.rsyslog.com/%{name}/%{name}-%{version}.tar.gz @@ -19,6 +19,7 @@ Requires: pkgconfig BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: make %description devel Librelp is an easy to use library for the RELP protocol. The @@ -51,6 +52,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la %{_libdir}/pkgconfig/relp.pc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Sep 18 2020 Attila Lakatos - 1.9.0-1 - rebase to 1.9.0 resolves: rhbz#1883471