diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-12-13 21:00:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-12-13 21:00:52 +0100 |
commit | 327080382391f09d33baf4a4b36ea7b6b5b2b5f7 (patch) | |
tree | cbcb8b48943802e1232beec7661021f8e5e83c92 | |
parent | 4d9e7cc5ade7feee2be0ac3b031889d4c4bfd636 (diff) |
fusioninventory-agent 2.1.7
-rw-r--r-- | fusioninventory-agent.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 7d34eae..3765dd9 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -1,5 +1,5 @@ #global gitver a7532c0 -%global prever _beta1 +#global prever _beta1 Name: fusioninventory-agent Summary: FusionInventory agent @@ -12,7 +12,7 @@ Release: 2.git%{gitver}%{?dist} # From http://github.com/fusinv/fusioninventory-agent/tarball/master Source0: fusinv-fusioninventory-agent-2.1-48-ga7532c0.tar.gz %else -Release: 0.1.beta1%{?dist} +Release: 1 Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-%{version}%{?prever}.tar.gz %endif @@ -186,11 +186,8 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{__install} -m 755 -Dp %{SOURCE2} %{buildroot}%{_initrddir}/%{name} -# Test fails for now when Test::Compile not available -%if 0%{?fedora} >= 11 %check make test -%endif %clean @@ -238,6 +235,10 @@ exit 0 %changelog +* Mon Dec 13 2010 Remi Collet <Fedora@famillecollet.com> 2.1.7-1 +- update to 2.1.7 + http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.7/Changes + * Sun Nov 28 2010 Remi Collet <Fedora@famillecollet.com> 2.1.7-0.1.beta1 - update to 2.1.7 beta1 |