https://bugzilla.redhat.com/show_bug.cgi?id=846212

--- Comment #11 from Christophe Burgun <jo...@fedoraproject.org> ---
(In reply to comment #10)
> (In reply to comment #9)
> > Do you know how to test your lib ?
> > 
> > I have install it but don't know how to test it 
> 
> The package includes a test suite run during %check; you can look in the "t"
> subdirectory for example uses if you wanted to write your own tests.
> 
> Alternatively, run (LD_PRELOAD=/path/to/libumberlog.so
> some_program_that_creates_syslog_records) and see that the records have been
> converted to the CEE format, but we want to discourage this usage.

Hi Milan,

The library works fine 

tail -f /var/log/secure
Aug  8 11:21:02 taygeta sshd[16741]: @cee:{"msg":"fatal: Cannot bind any
address.","pid":"16741","facility":"authpriv","priority":"crit","program":"sshd","uid":"0","gid":"0","host":"taygeta.fr117.corpintra.net","timestamp":"2012-08-08T11:21:02.936744010+0200"}

But you need :

1) Fix License in spec file (BSD and CCPL licence)

2)Delete in spec Requires:    /sbin/ldconfig
because it is do automatically

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to