This commit is contained in:
Michal Josef Špaček 2023-04-04 17:36:55 +02:00
parent bd0b2d0d7b
commit 74bb11b869

View File

@ -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 <mspacek@redhat.com> - 1.13-33
- Fix ipv6
- Modernize spec file
- Use %license macro
- Update license to SPDX format