Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: anjuta-gdl https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182319 ------- Additional Comments From bugs.michael@xxxxxxx 2006-07-08 08:11 EST ------- * Missing -devel package dependencies! Notice the "Requires" line in the pkgconfig file. You have a broken pkgconfig dependency chain there. The C headers also include missing headers. Add the required -devel packages as dependencies of your anjuta-gdl-devel package. * Prefer "Requires: %{name} = %{version}-%{release} in your -devel package, so main package and -devel package are in sync as much as possible. > post/postun ldconfig ok When there's no scriptlet body, prefer: %post -p /sbin/ldconfig %postun -p /sbin/ldconfig That adds automatic dependencies on /sbin/ldconfig, too. Else, add the missing dependencies manually: Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review