]> git.pld-linux.org Git - packages/yum-utils.git/blob - rpm5.patch
add rpm5 patch
[packages/yum-utils.git] / rpm5.patch
1 --- yum-utils-1.1.31/yum-builddep.py~   2011-08-10 18:20:19.000000000 +0300
2 +++ yum-utils-1.1.31/yum-builddep.py    2014-06-15 15:08:36.255675879 +0300
3 @@ -75,7 +75,7 @@
4          # off for repos :)
5          if (opts.nogpgcheck or
6              not self.conf.localpkg_gpgcheck or not self.conf.gpgcheck):
7 -            self.ts.pushVSFlags((rpm._RPMVSF_NOSIGNATURES|rpm._RPMVSF_NODIGESTS))
8 +            self.ts.pushVSFlags(rpm.RPMVSF_NODSAHEADER)
9  
10          # Check if there is anything to do.
11          if len(self.cmds) < 1: 
This page took 0.535384 seconds and 3 git commands to generate.