Issue Type: Improvement Improvement
Assignee: Unassigned
Components: rpm
Created: 20/May/13 5:32 AM
Description:

Hi there.

A use case we have is to modify the user name and group of package files during post-install. The user/group varies depending on the target environment so we cannot set this at build time.
As a result, this change breaks the default verification with rpm -V packagename.
The workaround is to specify the attributes to ignore from the command line:
rpm -V packagename --nouser --nogroup
It would be nice to have this built into the rpm like we previously did in the spec file in the %verify directive:
%verify(not user group) package-file
Note there is a bug in the max rpm doc where it states "owner" rather than "user".

http://www.rpm.org/max-rpm/s1-rpm-inside-files-list-directives.html#S3-RPM-INSIDE-FLIST-VERIFY-DIRECTIVE

Many thanks,
Dec

Project: Mojo RPM Plugin
Priority: Minor Minor
Reporter: Declan Magee
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to