From 58e25808724cccfc27e1645ffc13b281f4ba4bb0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 27 Jul 2015 14:14:22 +0100 Subject: [PATCH] Bump version to rebuild against new RPM in Rawhide. This package links to librpm: checking for library containing rpmGetPath... -lrpmio checking for library containing rpmdbOpen... no checking for library containing rpmReadConfigFiles... -lrpm and so requires rebuilding because there has been a librpm SONAME bump in Rawhide. --- net-snmp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 7f3bd9d..642a292 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -11,7 +11,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.7.3 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 License: BSD @@ -517,6 +517,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Jul 27 2015 Richard W.M. Jones - 1:5.7.3-7 +- Bump version to rebuild against new RPM in Rawhide. + * Tue Jul 14 2015 Jan Safranek - 1:5.7.3-6 - Recompile with -Wformat (#1242766)