From 722f27ef258a5a57bb3c94fe5a0bb7cb38af5950 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:55:06 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- php-pecl-rrd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index ebce266..6585484 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -17,7 +17,7 @@ Summary: PHP Bindings for rrdtool Name: php-pecl-rrd Version: 2.0.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://pecl.php.net/package/rrd @@ -159,6 +159,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.0.3-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Jun 22 2021 Mohan Boddu - 2.0.3-2 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065