diff --git a/mptcpd.spec b/mptcpd.spec index aa527e5..45f9e05 100644 --- a/mptcpd.spec +++ b/mptcpd.spec @@ -1,7 +1,7 @@ Summary: Multipath TCP daemon Name: mptcpd Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://multipath-tcp.org Requires(post): systemd @@ -83,6 +83,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/mptcpd.pc %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.7-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 23 2021 Davide Caratti - 0.7-2 - add a simple sanity test and enable gating. Related: rhbz#1962741 - don't overwrite global build options. Related: rhbz#1967697