From 2d3a54c1b202d4eed29b45371d362b93140f0ae6 Mon Sep 17 00:00:00 2001 From: Renbo Date: Wed, 4 Dec 2024 11:35:58 +0800 Subject: [PATCH] [BA] update to libmaxminddb-1.5.2-4.src.rpm to #IB8Y97 update to libmaxminddb-1.5.2-4.src.rpm Signed-off-by: Renbo --- dist | 1 + libmaxminddb.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..89c1faf --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an9 diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 1596af8..8dab5d0 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ Name: libmaxminddb Summary: C library for the MaxMind DB file format Version: 1.5.2 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://maxmind.github.io/libmaxminddb Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz @@ -16,6 +16,7 @@ BuildRequires: libtool BuildRequires: perl-interpreter BuildRequires: perl(FindBin) BuildRequires: make +BuildRequires: git-core %description The package contains libmaxminddb library. @@ -29,7 +30,7 @@ The package contains development header files for the libmaxminddb library and the mmdblookup utility which allows IP address lookup in a MaxMind DB file. %prep -%autosetup +%autosetup -S git sed -i -e '/AM_CFLAGS=/d' common.mk sed -i -e '/CFLAGS=/d' configure.ac @@ -77,6 +78,9 @@ EOF %{_mandir}/man3/*.3* %changelog +* Mon Apr 29 2024 Michal Ruprich - 1.5.2-4 +- Resolves: RHEL-30424 - Addressing findings from static application security testing + * Mon Aug 09 2021 Mohan Boddu - 1.5.2-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 -- Gitee