RPM

Comment 15 for bug 913221

Revision history for this message
In , Akira (akira-redhat-bugs) wrote :

I'm facing same issue at the summary but not on f15 nor f16. it works fine for me, but not on rawhide. it doesn't explicitly say any failure because it has "exit 0" at the end according to https://fedoraproject.org/wiki/Packaging/UsersAndGroups

Version-Release number of selected component (if applicable):
rpm-4.9.1.2-3.fc17.x86_64

How reproducible:
always

Steps to Reproduce:
1. yum install Canna

Actual results:
many warnings like:

warning: user canna does not exist - using root

appears.

Expected results:
no warnings

Additional info:
As I said, it works on f16 and the issue happens on rawhide only with the same package. for reference, the spec file is:
http://pkgs.fedoraproject.org/gitweb/?p=Canna.git;a=blob;f=Canna.spec;h=cda2111032f5996552c8e411e31cb57c7f682438;hb=HEAD#l269

Also just tried to get rid of "exit 0" didn't help. no errors. so it looks like rpm just ignores %pre script in rawhide.