Now Irix also uses pkgdef and checks for unpackaged files in the stagedir.
subsys.conf will only contain descriptions like image.conf
What missing?
ops & depend functionality is untested
strip function needs to be either generalized or moved to the pr. pkgsystem
function libraries.
Perhaps introduce something like attr from RPM to set specific permissions
in pkgdef.
New functionality added:
- 'hide' meta file to list files that should be 'nohist' in the IDB
- 'ops' meta file to list files and associated ops
- 'depends' meta file to list prereqs for the specfile.
Several new functions where introduced and a few old ones where
updated.
Fixed a bug in create_idb which resulted in all toplevel image
descriptions being set to the first one listed in image.conf
Extended subsys.conf to use wildcards to match files
for the subsystems
What's missing currently is the ability to check
if there are unpackaged files left in the staging
area, like rpm does.
New functionality has been ligthly tested