[Bug 250040] Review Request: new - A simple template system

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 20 11:21:07 UTC 2007


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: new - A simple template system


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





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-08-20 07:21 EST -------
Well, actually
* libnewfmt_ptrn.so has undefined non-weak symbol
* And libnewfmt_ptrnjni.so also has undefined non-weak symbols

Apart from these issues:
* one-line-command-in-%post(un)
  - If you want to call only /sbin/ldconfig on %post(un), please
    don't call unneeded shell. i.e. write as
---------------------------------------------------
%post -p /sbin/ldconfig
%post java -p /sbin/ldconfig
---------------------------------------------------
    for example, not
---------------------------------------------------
%post
/sbin/ldconfig
---------------------------------------------------
    The latter format calls unneeded shell (here /bin/bash).

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list