]> git.pld-linux.org Git - packages/yum-utils.git/blame - rpm5.patch
- strict internal dependency, versioned Obsoletes
[packages/yum-utils.git] / rpm5.patch
CommitLineData
07d49294
ER
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.103707 seconds and 4 git commands to generate.