]> git.pld-linux.org Git - packages/rpmlint.git/blame - rpm5.patch
rebuild with python 3.10
[packages/rpmlint.git] / rpm5.patch
CommitLineData
88c94542
JR
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
6ba82f61 3@@ -434,7 +434,7 @@
88c94542
JR
4 # Create a package object from the file name
5 ts = rpm.TransactionSet()
6ba82f61 6 # Don't check signatures here...
88c94542 7- ts.setVSFlags(rpm._RPMVSF_NOSIGNATURES)
6ba82f61 8+ ts.setVSFlags(rpm.RPMVSF_NODSAHEADER)
88c94542
JR
9 fd = os.open(filename, os.O_RDONLY)
10 try:
11 self.header = ts.hdrFromFdno(fd)
This page took 0.467688 seconds and 4 git commands to generate.