diff --git a/libndp.spec b/libndp.spec index edfae44972515423a7b384d620bd0d5d1f16d951..7b44ec7b3e251c9002e916dcebba6a6ebb7faf00 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,6 +1,6 @@ Name: libndp Version: 1.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for Neighbor Discovery Protocol Group: System Environment/Libraries License: LGPLv2+ @@ -63,11 +63,14 @@ find $RPM_BUILD_ROOT -name \*.la -delete %{_libdir}/pkgconfig/*.pc %changelog +* Mon Apr 26 2021 Hangbin Liu - 1.7-6 +- Bump the version number due to conflict with (rhbz 1937721) + * Fri Mar 12 2021 Hangbin Liu - 1.7-5 -- Bump the version number due to conflict with (rhbz 1933041) +- Bump the version number due to conflict with (rhbz 1937721) -* Fri Mar 12 2021 Hangbin Liu - 1.7-4 -- libndp,ndptool: use poll() instead of select (rhbz 1937721) +* Fri Mar 05 2021 Hangbin Liu - 1.7-4 +- libndp,ndptool: use poll() instead of select (rhbz 1933041) * Fri Nov 01 2019 Hangbin Liu - 1.7-3 - ndptool: add -D dest support (rhbz 1697595)