diff -Nru -x '*~' -x '*.o' -x '*.orig' -x '*.rej' rcd-2.4.9.orig/src/you-module/you-util.c rcd-2.4.9/src/you-module/you-util.c --- rcd-2.4.9.orig/src/you-module/you-util.c 2006-08-11 12:54:19.000000000 -0500 +++ rcd-2.4.9/src/you-module/you-util.c 2006-08-11 12:53:24.000000000 -0500 @@ -693,6 +693,7 @@ if (!strcmp (kind, "security")) imp = RC_IMPORTANCE_URGENT; else if (!strcmp (kind, "recommended")) imp = RC_IMPORTANCE_SUGGESTED; + else if (!strcmp (kind, "yast2")) imp = RC_IMPORTANCE_SUGGESTED; else if (!strcmp (kind, "optional")) imp = RC_IMPORTANCE_FEATURE; else if (!strcmp (kind, "patchlevel")) imp = RC_IMPORTANCE_FEATURE; else if (!strcmp (kind, "document")) imp = RC_IMPORTANCE_MINOR;