Automatic update to v3.974.0 (3.974000)
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e489a103570106985e5b3c57a2d828ad2c93ae1e4e3e3af3f9e42ffef07ba5d
|
||||
size 599100
|
BIN
SNMP-Info-3.974000.tar.gz
(Stored with Git LFS)
Normal file
BIN
SNMP-Info-3.974000.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 14:34:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.974.0 (3.974000)
|
||||
see /usr/share/doc/packages/perl-SNMP-Info/Changes
|
||||
|
||||
Version 3.974000 (2025-09-12)
|
||||
[ENHANCEMENTS]
|
||||
* Stormshield uses STORMSHIELD-IF-MIB for i_ methods
|
||||
* #551 Huawei os, os_ver normalized and patch info added
|
||||
Version 3.973000 (2025-09-04)
|
||||
[NEW FEATURES]
|
||||
* #550 Stormshield support
|
||||
[ENHANCEMENTS]
|
||||
* #546 Layer7::Neoteris improvments (@earendilfr)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:36:30 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-SNMP-Info
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name SNMP-Info
|
||||
Name: perl-SNMP-Info
|
||||
Version: 3.972.2
|
||||
Version: 3.974.0
|
||||
Release: 0
|
||||
# 3.972002 -> normalize -> 3.972.2
|
||||
%define cpan_version 3.972002
|
||||
# 3.974000 -> normalize -> 3.974.0
|
||||
%define cpan_version 3.974000
|
||||
License: BSD-3-Clause
|
||||
Summary: OO Interface to Network devices and MIBs through SNMP
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -34,19 +34,19 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Inspector)
|
||||
BuildRequires: perl(File::Slurper)
|
||||
BuildRequires: perl(Hook::LexWrap)
|
||||
BuildRequires: perl(Module::Build) >= 0.42
|
||||
BuildRequires: perl(Module::Build) >= 0.420
|
||||
BuildRequires: perl(Module::Find)
|
||||
BuildRequires: perl(NetAddr::IP) >= 4.068
|
||||
BuildRequires: perl(NetAddr::IP) >= 4.68
|
||||
BuildRequires: perl(NetSNMP::default_store)
|
||||
BuildRequires: perl(Path::Class)
|
||||
BuildRequires: perl(Regexp::Common)
|
||||
BuildRequires: perl(SNMP)
|
||||
BuildRequires: perl(Test::Class::Most)
|
||||
BuildRequires: perl(Test::Distribution)
|
||||
BuildRequires: perl(Test::Exception) >= 0.43
|
||||
BuildRequires: perl(Test::Exception) >= 0.430
|
||||
BuildRequires: perl(Test::MockObject::Extends)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(NetAddr::IP) >= 4.068
|
||||
Requires: perl(NetAddr::IP) >= 4.68
|
||||
Requires: perl(Regexp::Common)
|
||||
Requires: perl(SNMP)
|
||||
Provides: perl(SNMP::Info) = %{version}
|
||||
@@ -140,6 +140,7 @@ Provides: perl(SNMP::Info::Layer3::Cumulus) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::DLink) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::Dell) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::ERX) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::EdgeSwitch) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::Enterasys) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::Extreme) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer3::ExtremeWing) = %{version}
|
||||
@@ -192,6 +193,7 @@ Provides: perl(SNMP::Info::Layer7::HWGroup) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer7::Liebert) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer7::Neoteris) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer7::Netscaler) = %{version}
|
||||
Provides: perl(SNMP::Info::Layer7::Stormshield) = %{version}
|
||||
Provides: perl(SNMP::Info::MAU) = %{version}
|
||||
Provides: perl(SNMP::Info::MRO) = %{version}
|
||||
Provides: perl(SNMP::Info::NortelStack) = %{version}
|
||||
@@ -234,7 +236,7 @@ given an objected oriented front-end by making a module that consists of a
|
||||
couple hashes. See EXTENDING SNMP::INFO.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
Reference in New Issue
Block a user