From 19066ceb79aec5d54379188ca02a1c6633b6760b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:01:47 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- postgresql-jdbc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index ac7e132..617b45f 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -49,7 +49,7 @@ Summary: JDBC driver for PostgreSQL Name: postgresql-jdbc Version: 42.2.18 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://jdbc.postgresql.org/ @@ -164,6 +164,10 @@ opts="-f" %changelog +* Tue Aug 10 2021 Mohan Boddu +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 30 2020 Ondrej Dubaj - 42.2.18-4 - remove unnecessary maven-plugin-* dependencies (#1976951)