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 [EMAIL PROTECTED]  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.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to