releasing version 8.51

This commit is contained in:
joey
2005-03-09 21:19:55 +00:00
parent dd009e920a
commit 86cdea2939
2 changed files with 8 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ sub unpack {
$this->do("chown", "$uid:$gid", "$workdir/$file")
|| die "failed chowning $file to $uid\:$gid\: $!";
}
next if -l "$workdir/$file"; # skip links
$this->do("chmod", sprintf("%lo", $mode), "$workdir/$file")
|| die "failed changing mode of $file to $mode\: $!";
}

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.51) unstable; urgency=low
* In rpm unpack permission fixup code, do not call chmod on symlinks,
as it will follow the links.
-- Joey Hess <joeyh@debian.org> Wed, 9 Mar 2005 16:21:14 -0500
alien (8.50) unstable; urgency=low
* Recognise udebs and treat them like debs. Closes: #284693