From 1de4f073716d4b37e985601de9505db5caeb2a4e Mon Sep 17 00:00:00 2001
From: Mike Sullivan <Mike.Sullivan@Oracle.COM>
Date: Mon, 08 Aug 2011 19:30:52 +0200
Subject: [PATCH] 7073736 need to turn _ into -

---
 tools/python/pkglint/userland.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/python/pkglint/userland.py b/tools/python/pkglint/userland.py
index f52691d..cf23388 100644
--- a/tools/python/pkglint/userland.py
+++ b/tools/python/pkglint/userland.py
@@ -359,9 +359,9 @@
 			engine.error( _("missing license action"),
 				msgid="%s%s.0" % (self.name, pkglint_id))
 
-		if 'opensolaris.arc_url' not in manifest:
-			engine.error( _("missing ARC data (opensolaris.arc_url)"),
+		if 'org.opensolaris.arc-caseid' not in manifest:
+			engine.error( _("missing ARC data (org.opensolaris.arc-caseid)"),
 				msgid="%s%s.0" % (self.name, pkglint_id))
 
 	component_check.pkglint_dest = _(
-		"license actions and iARC information are required if you deliver files.")
+		"license actions and ARC information are required if you deliver files.")

--
Gitblit v1.9.3