diff options
-rw-r--r-- | fusioninventory-agent.patch | 11 | ||||
-rw-r--r-- | fusioninventory-agent.spec | 7 |
2 files changed, 5 insertions, 13 deletions
diff --git a/fusioninventory-agent.patch b/fusioninventory-agent.patch deleted file mode 100644 index b229fcf..0000000 --- a/fusioninventory-agent.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/FusionInventory/LoggerBackend/File.pm.orig 2010-08-16 18:59:25.573441022 +0200 -+++ lib/FusionInventory/LoggerBackend/File.pm 2010-08-16 18:59:44.390565256 +0200 -@@ -57,6 +57,8 @@ - - return if $message =~ /^$/; - -+ $self->open() unless stat($handle); -+ - $self->watchSize(); - - print $handle "[".localtime()."][$level] $message\n"; diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 4b3898c..f90a1bd 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -1,10 +1,10 @@ -%global gitver a7532c0 +#global gitver a7532c0 Name: fusioninventory-agent Summary: FusionInventory agent Summary(fr): Agent FusionInventory -Version: 2.1 +Version: 2.1.1 %if 0%{?gitver:1} Release: 2.git%{gitver}%{?dist} @@ -219,6 +219,9 @@ exit 0 %changelog +* Wed Aug 18 2010 Remi Collet <Fedora@famillecollet.com> 2.1.1-1 +- update to 2.1.1 + * Wed Aug 18 2010 Remi Collet <Fedora@famillecollet.com> 2.1-2.gita7532c0 - update to git snaphost which fix EL issues - fix init script |