]> git.pld-linux.org Git - packages/rpmlint.git/blob - rpm5.patch
1bd8e47e531afbfb734777b97d3f603bed49dc05
[packages/rpmlint.git] / rpm5.patch
1 --- rpmlint-1.4/Pkg.py~ 2012-09-25 22:39:39.673226624 +0200
2 +++ rpmlint-1.4/Pkg.py  2012-09-25 22:40:12.223225476 +0200
3 @@ -434,7 +434,7 @@
4              # Create a package object from the file name
5              ts = rpm.TransactionSet()
6              # Don't check signatures here...
7 -            ts.setVSFlags(rpm._RPMVSF_NOSIGNATURES)
8 +            ts.setVSFlags(rpm.RPMVSF_NODSAHEADER)
9              fd = os.open(filename, os.O_RDONLY)
10              try:
11                  self.header = ts.hdrFromFdno(fd)
This page took 0.064509 seconds and 2 git commands to generate.