Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
rpmlint
rpmlint-pkg-quoting.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rpmlint-pkg-quoting.diff of Package rpmlint
Index: Pkg.py =================================================================== --- Pkg.py.orig +++ Pkg.py @@ -493,7 +493,7 @@ class Pkg: dir = self.dirname) # TODO: better shell escaping or sequence based command invocation command_str = \ - 'rpm2cpio "%s" | (cd "%s"; cpio -id); chmod -R +rX "%s"' % \ + "rpm2cpio '%s' | (cd '%s'; cpio -id); chmod -R +rX '%s'" % \ (self.filename, self.dirname, self.dirname) cmd = commands.getstatusoutput(command_str) self.extracted = True
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor