--- rpms/smeserver-yum/sme10/smeserver-yum-2.6.0-bz11047-executeactions.patch 2020/10/20 20:29:41 1.1 +++ rpms/smeserver-yum/sme10/smeserver-yum-2.6.0-bz11047-executeactions.patch 2020/10/21 12:43:07 1.2 @@ -5,8 +5,8 @@ diff -Nur smeserver-yum-2.6.0/root/usr/l for f in files: if os.path.islink(tmppath + f): -- mytmpaction = os.path.realpath(os.readlink(tmppath + f).replace("..",events_path)) -+ mytmpaction = os.path.realpath(os.readlink(tmppath + f)).replace("/root/rpmbuild/RPMS",events_path) ++ mytmpaction = os.path.realpath(os.readlink(tmppath + f).replace("..",events_path)) +- mytmpaction = os.path.realpath(os.readlink(tmppath + f)).replace("/root/rpmbuild/RPMS",events_path) #print "link " + f + ": " + mytmpaction if not actionlist.has_key(mytmpaction):