mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.51
This commit is contained in:
@@ -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
7
debian/changelog
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user