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