From 70f4aab30e02c2f3ac0124b8288e6e6632fc9ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 14 Jan 2019 19:10:00 +0100 Subject: [PATCH] Rebuilt for libcrypt.so.2 (#1666033) --- net-snmp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index df85386..7b33d0d 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -10,7 +10,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.8 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: BSD @@ -479,6 +479,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Mon Jan 14 2019 Björn Esser - 1:5.8-4 +- Rebuilt for libcrypt.so.2 (#1666033) + * Tue Nov 27 2018 Josef Ridky - 1:5.8-3 - backport memory leak fixes from upstream - add fPIE to CFLAGS (#1543853)