From 74bb11b869cf3e43848602a1025dc5072e0ec99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Tue, 4 Apr 2023 17:36:55 +0200 Subject: [PATCH] Fix ipv6 --- perl-SNMP_Session.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-SNMP_Session.spec b/perl-SNMP_Session.spec index 542dfa0..601dece 100644 --- a/perl-SNMP_Session.spec +++ b/perl-SNMP_Session.spec @@ -10,6 +10,8 @@ BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) +Requires: perl(IO::Socket::INET6) +Requires: perl(Socket6) %description Pure Perl SNMP v1 and SNMP v2 support for Perl 5. @@ -46,6 +48,7 @@ make test %changelog * Tue Apr 04 2023 Michal Josef Špaček - 1.13-33 +- Fix ipv6 - Modernize spec file - Use %license macro - Update license to SPDX format