craigwblake / redline

Pure Java Rpm Library
http://redline-rpm.org
MIT License
128 stars 97 forks source link

#58 Add support for files and folders in /var/lib that have owner/group attributes set #59

Closed joker1 closed 10 years ago

joker1 commented 10 years ago

This fixes the issue in rpm packages (at least when created by redline ant task) that contains files or folder in /var/lib with owner/group other than root.

Wihtout this fix, rpm file installation on RHEL/CentOS system produces error: "file /var/lib from install of -. conflicts with file from package filesystem-.".

For example: file /var/lib from install of test-0:1.1-1.noarch conflicts with file from package filesystem-3.2-18.el7.x86_64.

craigwblake commented 10 years ago

Thanks!