From 2e31f6fa1ac4e74abe4ed9088495ab6b0d33c275 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 12:26:31 +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/libtirpc.git#956f14ed53996addb61fa516eb5aee8440d75aae --- libtirpc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtirpc.spec b/libtirpc.spec index 22d2a62..995d04f 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -2,7 +2,7 @@ Name: libtirpc Version: 1.3.1 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Transport Independent RPC Library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -11,6 +11,7 @@ Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2 BuildRequires: automake, autoconf, libtool, pkgconfig BuildRequires: krb5-devel BuildRequires: gcc +BuildRequires: make %description This package contains SunLib's implementation of transport-independent @@ -111,6 +112,9 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.1-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Dec 03 2020 Steve Dickson - 1.3.1 - Updated to latest upstream release: libtirpc-1-3-1 (bz 1903615)