Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 207796 - Review Request: eventlog - Syslog-ng v2 support library
Summary: Review Request: eventlog - Syslog-ng v2 support library
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Tibbitts
QA Contact: Fedora Package Reviews List
URL:
Whiteboard:
Depends On:
Blocks: FE-ACCEPT
TreeView+ depends on / blocked
 
Reported: 2006-09-23 11:17 UTC by Jose Pedro Oliveira
Modified: 2008-10-13 02:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-24 12:07:03 UTC
Type: ---
Embargoed:
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Jose Pedro Oliveira 2006-09-23 11:17:21 UTC
Spec URL: 
ftp://perl.di.uminho.pt/pub/fedora/eventlog.spec
SRPM URL:
ftp://perl.di.uminho.pt/pub/fedora/eventlog-0.2.5-1.src.rpm

Description:
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

Notes:
* This package is a syslog-ng v2 build requirement (static library)
  A syslog-ng v2 test srpm is available at the above download directory

Comment 1 Jason Tibbitts 2006-09-23 16:12:09 UTC
This builds fine for me; rpmlint on the insatlled rpm says:
   W: eventlog-devel ldd-failed /usr/lib64/libevtlog.a
which is sort of expected as ldd will just return "not a dynamic executable".

This package pretty well fits the exception to the no-static-libs rule, being a
dependency of a package that needs to be statically linked so that it can run
early in the boot sequence.

Comment 2 Jason Tibbitts 2006-09-23 17:50:34 UTC
It's not necessary to have:
   Requires(post): /sbin/ldconfig
   Requires(postun): /sbin/ldconfig
since you are using the 
  %post -p /sbin/ldconfig
form for your scriptlets.  Not a blocker, of course, but /sbin/ldconfig does
show up four times in the dependency list.

* source files match upstream:
   a6bdba91f88540cc69b398fd138d86cd  eventlog-0.2.5.tar.gz
* package meets naming and packaging guidelines.
* specfile is properly named, is cleanly written and uses macros consistently.
* dist tag is present.
* build root is correct.
* license field matches the actual license.
* license is open source-compatible.  License text included in package.
* latest version is being packaged.
* BuildRequires are proper.
* compiler flags are appropriate.
* %clean is present.
* package builds in mock (development, x86_64).
* package installs properly
* debuginfo package looks complete.
* rpmlint has one acceptable warning.
* final provides and requires are sane:
  eventlog-0.2.5-1.fc6.x86_64.rpm
   libevtlog.so.0()(64bit)
   eventlog = 0.2.5-1.fc6
  =
   /sbin/ldconfig
   libevtlog.so.0()(64bit)

  eventlog-devel-0.2.5-1.fc6.x86_64.rpm
   eventlog-devel = 0.2.5-1.fc6
  =
   eventlog = 0.2.5-1.fc6
   libevtlog.so.0()(64bit)

* %check is not present; no test suite upstream
* shared libraries are added to the regular linker search paths; ldconfig called
as necessary.
* owns the directories it creates.
* doesn't own any directories it shouldn't.
* no duplicates in %files.
* file permissions are appropriate.
* scriptlets are OK (ldconfig)
* code, not content.
* documentation is small, so no -docs subpackage is necessary.
* %docs are not necessary for the proper functioning of the package.
* headers are in the -devel subpackage.
* pkgconfig file is in the -devel subpackage.
* static libraries and unversioned .so files are in the -devel subpackage.
* static libraries are acceptable in this instance.
* no libtool .la droppings.

APPROVED

Comment 3 Jose Pedro Oliveira 2006-09-24 12:07:03 UTC
(In reply to comment #2)
> It's not necessary to have:
>    Requires(post): /sbin/ldconfig
>    Requires(postun): /sbin/ldconfig
> since you are using the 
>   %post -p /sbin/ldconfig
> form for your scriptlets.  Not a blocker, of course, but /sbin/ldconfig does
> show up four times in the dependency list.


The redundant requirements were removed.
Package imported and built for FC-5 and devel.

Thanks for the review.

Comment 4 Peter Lemenkov 2008-10-11 12:42:31 UTC
Package Change Request
======================
Package Name: eventlog
New Branches: EL-4 EL-5
Owners: peter silfreed

Note: I asked current eventlog maintainer, Douglas E. Warner, about EPEL-branches, and he hasn't any objections.

Comment 5 Kevin Fenzi 2008-10-13 02:36:15 UTC
cvs done


Note You need to log in before you can comment on or make changes to this bug.