Rebuild to pick up new build flags from redhat-rpm-config (#1984652)

Related: #1984652
This commit is contained in:
Florian Weimer 2021-08-06 17:23:03 +02:00
parent 8448740875
commit 2ce96951d1

View File

@ -10,7 +10,7 @@
Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp
Version: 5.9.1
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
License: BSD
@ -498,6 +498,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
%changelog
* Fri Aug 6 2021 Florian Weimer <fweimer@redhat.com> - 1:5.9.1-5
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
* Mon Jul 19 2021 Josef Ridky <jridky@redhat.com> - 1:5.9.1-4
- fix UseNumeric in Python library (#1970938)