Stabilize dev-python/pylibacl-0.4.0-r1.
amd64/arm/x86 stable
Stable for HPPA.
ppc stable
ia64/sh/sparc stable
on ppc64 I am getting a test failure like so: ====================================================================== ERROR: Test the acl_extended function ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 144, in testExtended basic_acl.applyto(fd) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: Test loading ACLs from a directory ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 97, in testFromDir acl1 = posix1e.ACL(file=dname) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: Test loading ACLs from a file descriptor ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 107, in testFromFd acl1 = posix1e.ACL(fd=fd) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: Test loading ACLs from a file ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 91, in testFromFile acl1 = posix1e.ACL(file=fname) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: Test removing the default ACL ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 175, in testDeleteDefault posix1e.delete_default(dname) IOError: [Errno 95] Operation not supported ====================================================================== ERROR: Test re-applying an ACL ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 180, in testReapply acl1 = posix1e.ACL(fd=fd) IOError: [Errno 95] Operation not supported ====================================================================== FAIL: Test the equiv_mode function ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_acls.py", line 162, in testEquivMode self.failUnlessEqual(acl.equiv_mode(), mode) AssertionError: 0 != 420
(In reply to comment #5) Please read eerror messages.
Marked ppc64 stable, closing since we're the last arch.