Finish commit of rpmunpack and add in scripts for undeb and unrpm

This commit is contained in:
Eric Andersen
2000-11-29 21:39:02 +00:00
parent e500d20835
commit 4bfb6b7b67
6 changed files with 193 additions and 10 deletions

View File

@@ -2,7 +2,10 @@
* Fixed uname problem causing the kernel version to be
mis-detected (causing problems with poweroff, init,
and other things).
and other things).
* kent robotti -- Renamed unrpm to original rpmunpack, so you can use
an included shell script called unrpm as a front end to it. There's
also a shell script called undeb included for debian packages.
-Erik Andersen