]> git.pld-linux.org Git - packages/apport.git/blame - apport-rpm-deps.patch
- release 2 (fix qt dep)
[packages/apport.git] / apport-rpm-deps.patch
CommitLineData
ce54a995
PZ
1--- ubuntu/backends/packaging_rpm.py~ 2008-04-06 21:05:21.000000000 +0200
2+++ ubuntu/backends/packaging_rpm.py 2008-04-06 21:15:26.310825923 +0200
3@@ -52,7 +52,7 @@
4 # parse this package's Requires
5 reqs=[]
6 for r in hdr['requires']:
7- if r.startswith('rpmlib'):
8+ if r.startswith('rpmlib') or r.startswith('uname('):
9 continue # we've got rpmlib, thanks
10 if r[0] == '/': # file requires
11 req_heads = self._get_headers_by_tag('basenames',r)
This page took 0.06115 seconds and 4 git commands to generate.