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: heartbeat https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180897 ------- Additional Comments From bugs.michael@xxxxxxx 2006-02-24 16:19 EST ------- > %postun -p /sbin/ldconfig > test "$1" != 0 || /usr/sbin/fedora-userdel hacluster &>/dev/null || : > test "$1" != 0 || /usr/sbin/fedora-groupdel haclient &>/dev/null || : This is broken. What "-p /sbin/ldconfig" does is making /sbin/ldconfig the interpreter for the following lines up to the beginning of the next section in the .spec file. Here you try to execute the two lines of shell code with /sbin/ldconfig instead of the default /bin/sh used for RPM scriptlets. Try "rpm --erase heartbeat" which gives fatal errors. -- 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-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list