From cfd21ca1d3ed4ed9b7725ec6ede1b25821ffaa46 Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Tue, 15 Dec 2009 22:10:20 -0500
Subject: [PATCH] Move XVM's locker authorization code into a separate
 xvm-authz-locker package (and corresponding
 xvm.authz.locker Python package).

This makes it possible to install invirt-base without needing the
authz code installed as well, and also separates some very
XVM-specific logic from the Invirt packages.

svn path=/trunk/packages/xvm-devconfig/; revision=2602
---
 debian/changelog |    6 ++++++
 master.yaml      |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 62c31e7..2d72f75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xvm-devconfig (0.43) unstable; urgency=low
+
+  * Update authz config for {invirt => xvm}.authz.locker move.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 15 Dec 2009 19:24:15 -0500
+
 xvm-devconfig (0.42) unstable; urgency=low
 
   * Add gbrockm to xvm-dev as reflected in k5login
diff --git a/master.yaml b/master.yaml
index 6cf8826..a3edbaa 100644
--- a/master.yaml
+++ b/master.yaml
@@ -5,7 +5,7 @@ kerberos:
  realm: ATHENA.MIT.EDU
 
 authz:
- mech: invirt.authz.locker
+ mech: xvm.authz.locker
  afs:
   cells:
   - cell: athena.mit.edu
-- 
1.7.9.5