]> git.pld-linux.org Git - packages/apport.git/blob - apport-rpm-deps.patch
6d47d28077bb4c66779c83566f7423149935b3cc
[packages/apport.git] / apport-rpm-deps.patch
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.066129 seconds and 2 git commands to generate.