Hello List, Am currently testing 2.0.2.. while building the RPM i noticed a broken dependency i.e. that of libevtlog-devel (which i though should be eventlog-devel). Here is a small patch, i would appreciate if the developers think this is not appropriate. [me@myhost rpms]# diff -u syslog-ng-2.0.2/syslog-ng.spec.bb syslog-ng.spec.bb --- syslog-ng-2.0.2/syslog-ng.spec.bb 2007-01-29 14:22:23.000000000 +0530 +++ syslog-ng.spec.bb 2007-02-03 18:23:30.000000000 +0530 @@ -12,7 +12,7 @@ Packager: Tamas Pal <folti@balabit.com> Vendor: Balabit IT Ltd. BuildRoot: %{_tmppath}/%{name}-root -BuildRequires: bison, flex, gcc-c++, pkgconfig, glib2-devel, libevtlog-devel +BuildRequires: bison, flex, gcc-c++, pkgconfig, glib2-devel, eventlog-devel Provides: syslog #BuildConflicts: #Exclusivearch: i386 - dhawal