File fix-manpage-creation.patch of Package cobbler
Index: cobbler-2.8.2/setup.py
===================================================================
--- cobbler-2.8.2.orig/setup.py
+++ cobbler-2.8.2/setup.py
@@ -305,7 +305,7 @@ class build_man(Command):
# It is. Configure it
self.build_one_file(infile, outfile)
- _COMMAND = 'pod2man --center="%s" --release="" %s | gzip -c > %s'
+ _COMMAND = 'pod2man --center="%s" %s | gzip -c > %s'
def build_one_file(self, infile, outfile):
man = os.path.splitext(os.path.splitext(os.path.basename(infile))[0])[0]