rpms/smart/devel smart-1.0-autofs5fix.patch, NONE, 1.1 smart-0.42-autofs5fix.patch, 1.1, NONE

Axel Thimm athimm at fedoraproject.org
Mon Aug 25 11:05:06 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/smart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31217/devel

Added Files:
	smart-1.0-autofs5fix.patch 
Removed Files:
	smart-0.42-autofs5fix.patch 
Log Message:
The adjusted patch for fuzz=0

smart-1.0-autofs5fix.patch:

--- NEW FILE smart-1.0-autofs5fix.patch ---
--- smart-1.0/smart/media.py.autofs5	2008-08-15 01:58:53.000000000 +0200
+++ smart-1.0/smart/media.py	2008-08-24 14:24:56.000000000 +0200
@@ -328,7 +328,7 @@
     if os.access(filename, os.R_OK):
         for line in open(filename):
             line = line.strip()
-            if not line or line[0] == "#":
+            if not line or line[0] == "#" or line[0] == "+":
                 continue
             tokens = line.split()
             if len(tokens) < 2:


--- smart-0.42-autofs5fix.patch DELETED ---




More information about the fedora-extras-commits mailing list