diff -r afe520f454bd -r 2e896ad9754b src/import-yum.c --- a/src/import-yum.c Fri Apr 23 21:07:15 2010 +0100 +++ b/src/import-yum.c Fri Feb 17 18:35:10 2012 +0000 @@ -170,11 +170,7 @@ else if (strcmp(atts[i], "flags") == 0) relation = yum_to_razor_relation(atts[i + 1]); else if (strcmp(atts[i], "pre") == 0) - pre = - RAZOR_PROPERTY_PRE | - RAZOR_PROPERTY_POST | - RAZOR_PROPERTY_PREUN | - RAZOR_PROPERTY_POSTUN; + pre = RAZOR_PROPERTY_PRE; } if (n == NULL) {