diff --git a/perl-Net-SNMP.changes b/perl-Net-SNMP.changes index e82bff5..3bbe0a5 100644 --- a/perl-Net-SNMP.changes +++ b/perl-Net-SNMP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 15 10:44:56 UTC 2012 - coolo@suse.com + +- buildrequire netcfg for the test suite + ------------------------------------------------------------------- Fri Nov 18 11:07:51 UTC 2011 - coolo@suse.com diff --git a/perl-Net-SNMP.spec b/perl-Net-SNMP.spec index b25613b..caa6233 100644 --- a/perl-Net-SNMP.spec +++ b/perl-Net-SNMP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-SNMP # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Net-SNMP %define cpan_name Net-SNMP Summary: Object oriented interface to SNMP -Version: 6.0.1 -Release: 2 License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Version: 6.0.1 +Release: 0 Url: http://search.cpan.org/dist/Net-SNMP/ #Source: http://www.cpan.org/modules/by-module/Net/Net-SNMP-v%{version}.tar.gz Source: %{cpan_name}-v%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} +# MANUAL +BuildRequires: netcfg BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros BuildRequires: perl(Carp) BuildRequires: perl(Crypt::DES) >= 2.03 @@ -43,6 +42,7 @@ BuildRequires: perl(Digest::SHA1) >= 1.02 BuildRequires: perl(Errno) BuildRequires: perl(Exporter) BuildRequires: perl(IO::Socket) +BuildRequires: perl(Module::Build) BuildRequires: perl(Socket6) >= 0.23 Requires: perl(Carp) Requires: perl(Crypt::DES) >= 2.03