* Fix a longstanding bug I was only recently told about: When converting

from rpm, ignore the icky file owners and perms from the cpio archive,
     and query rpm for the real set that it overrides in the control data
     structure. Closes: #151546
This commit is contained in:
joey
2002-07-09 00:54:38 +00:00
parent 92a03172da
commit eb41790008
3 changed files with 34 additions and 1 deletions

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
alien (8.15) unstable; urgency=low
* Fix a longstanding bug I was only recently told about: When converting
from rpm, ignore the icky file owners and perms from the cpio archive,
and query rpm for the real set that it overrides in the control data
structure. Closes: #151546
-- Joey Hess <joeyh@debian.org> Mon, 8 Jul 2002 20:52:48 -0400
alien (8.14) unstable; urgency=low
* Enabled Getopt::Long Bundling, see comment in alien.pl. Closes: #152148