import CS libmaxminddb-1.5.2-4.el9
This commit is contained in:
parent
d98b92221c
commit
4ade7f893f
@ -1,7 +1,7 @@
|
|||||||
Name: libmaxminddb
|
Name: libmaxminddb
|
||||||
Summary: C library for the MaxMind DB file format
|
Summary: C library for the MaxMind DB file format
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
URL: https://maxmind.github.io/libmaxminddb
|
URL: https://maxmind.github.io/libmaxminddb
|
||||||
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(FindBin)
|
BuildRequires: perl(FindBin)
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: git-core
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The package contains libmaxminddb library.
|
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.
|
and the mmdblookup utility which allows IP address lookup in a MaxMind DB file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -S git
|
||||||
sed -i -e '/AM_CFLAGS=/d' common.mk
|
sed -i -e '/AM_CFLAGS=/d' common.mk
|
||||||
sed -i -e '/CFLAGS=/d' configure.ac
|
sed -i -e '/CFLAGS=/d' configure.ac
|
||||||
|
|
||||||
@ -77,6 +78,9 @@ EOF
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 29 2024 Michal Ruprich <mruprich@redhat.com> - 1.5.2-4
|
||||||
|
- Resolves: RHEL-30424 - Addressing findings from static application security testing
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.2-3
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.2-3
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user