/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum-2.6.0-bz11047-executeactions.patch
ViewVC logotype

Diff of /rpms/smeserver-yum/sme10/smeserver-yum-2.6.0-bz11047-executeactions.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Tue Oct 20 20:29:41 2020 UTC Revision 1.2 by jpp, Wed Oct 21 12:43:07 2020 UTC
# Line 5  diff -Nur smeserver-yum-2.6.0/root/usr/l Line 5  diff -Nur smeserver-yum-2.6.0/root/usr/l
5                   for f in files:                   for f in files:
6                       if os.path.islink(tmppath + f):                       if os.path.islink(tmppath + f):
7    
8  -                        mytmpaction = os.path.realpath(os.readlink(tmppath + f).replace("..",events_path))  +                        mytmpaction = os.path.realpath(os.readlink(tmppath + f).replace("..",events_path))
9  +                        mytmpaction = os.path.realpath(os.readlink(tmppath + f)).replace("/root/rpmbuild/RPMS",events_path)  -                        mytmpaction = os.path.realpath(os.readlink(tmppath + f)).replace("/root/rpmbuild/RPMS",events_path)
10                           #print "link " + f + ": " + mytmpaction                           #print "link " + f + ": " + mytmpaction
11    
12                           if not actionlist.has_key(mytmpaction):                           if not actionlist.has_key(mytmpaction):


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed