Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 28927)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 28929)
@@ -147,5 +147,5 @@
     #       been updated we need to go and queue it.
 
-    if ($it->{fault}) {
+    if (($it->{state} ne 'cleaned') and $it->{fault}) {
         my_die("Component faulted on update dep_id: $dep_id",
                 $PS_EXIT_SYS_ERROR);
