From bf3b3b564212a095ea09964b4fcdd63bb9031ad9 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:23:35 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- mptcpd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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