From d9dc99b36b6e8ed580d037bff6d54eb808c9eb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Wed, 2 Sep 2020 08:40:32 +0200 Subject: [PATCH] Remove dependency on pcre package --- net-snmp.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index 0e20d62..cbbe8cc 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -10,7 +10,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.9 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: BSD @@ -66,7 +66,7 @@ BuildRequires: systemd BuildRequires: gcc BuildRequires: openssl-devel, bzip2-devel, elfutils-devel BuildRequires: libselinux-devel, elfutils-libelf-devel, rpm-devel -BuildRequires: perl-devel, perl(ExtUtils::Embed), procps, pcre-devel +BuildRequires: perl-devel, perl(ExtUtils::Embed), procps BuildRequires: python3-devel, python3-setuptools BuildRequires: chrpath BuildRequires: mariadb-connector-c-devel @@ -270,7 +270,8 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib" --with-systemd \ --with-temp-file-pattern=/run/net-snmp/snmp-tmp-XXXXXX \ --with-transports="DTLSUDP TLSTCP" \ - --with-sys-contact="root@localhost" < - 1:5.9-1 +* Tue Sep 01 2020 Josef Ridky - 1:5.9-2 +- Disable pcre binding + +* Mon Aug 17 2020 Josef Ridky - 1:5.9-1 - New upstream release 5.9 * Tue Aug 04 2020 Josef Ridky - 1:5.8-25