diff options
Diffstat (limited to 'perl-FusionInventory-Agent-Task-NetDiscovery.spec')
-rw-r--r-- | perl-FusionInventory-Agent-Task-NetDiscovery.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/perl-FusionInventory-Agent-Task-NetDiscovery.spec b/perl-FusionInventory-Agent-Task-NetDiscovery.spec index 7108409..a659f98 100644 --- a/perl-FusionInventory-Agent-Task-NetDiscovery.spec +++ b/perl-FusionInventory-Agent-Task-NetDiscovery.spec @@ -1,5 +1,5 @@ Name: perl-FusionInventory-Agent-Task-NetDiscovery -Version: 1.2 +Version: 1.4 Release: 1%{?dist} Summary: Network discovery support for FusionInventory Agent License: GPLv2+ @@ -7,20 +7,20 @@ Group: Development/Libraries URL: http://forge.fusioninventory.org/projects/fusioninventory-agent-task-netdiscovery Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-Task-NetDiscovery-%{version}.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch - BuildRequires: perl(ExtUtils::MakeMaker) perl(Module::Install) # For tests BuildRequires: perl(FusionInventory::Agent) >= 2.0 BuildRequires: perl(Test::More) +BuildRequires: perl(XML::TreePP) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(FusionInventory::Agent) >= 2.0 # Optional (but recommended) dependencies Requires: perl(Parallel::ForkManager) Requires: perl(Net::SNMP) -Requires: perl(Nmap::Parser) Requires: perl(Net::NBName) Requires: nmap @@ -68,6 +68,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 30 2011 Remi Collet <Fedora@famillecollet.com> 1.4-1 +- update to 1.4 + +* Wed Mar 30 2011 Remi Collet <Fedora@famillecollet.com> 1.3-1 +- update to 1.3 + * Mon Aug 16 2010 Remi Collet <Fedora@famillecollet.com> 1.2-1 - update to 1.2 |