[Bug 252010] Review Request: rpmrebuild - A tool to build rpm file from rpm database

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 19 15:18:45 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: rpmrebuild - A tool to build rpm file from rpm database


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





------- Additional Comments From rc040203 at freenet.de  2007-09-19 11:18 EST -------
/etc/popt is being used by libpopt, but is not used by default. 
It is supposed to take user customizations.

This makes we wonder about the %postun fragment cited above.
You probably should check for presence of %{_sysconfir}/popt before sed'ing,
because it might not be present (user could have deleted it).

Something similar to
test -w %{_sysconfdir}/popt \
&& sed -i -e .... %{_sysconfdir}/popt


-- 
Configure bugmail: https://bugzilla.redhat.com/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 package-review mailing list