]> git.pld-linux.org Git - packages/rpmlint.git/blame - rpmlint-groups.patch
up to 1.7
[packages/rpmlint.git] / rpmlint-groups.patch
CommitLineData
6d06987b
ER
1--- rpmlint-1.7/Pkg.py~ 2015-07-08 16:38:24.000000000 +0300
2+++ rpmlint-1.7/Pkg.py 2015-07-15 15:10:07.954186622 +0300
3@@ -197,7 +197,7 @@
4 the rpm package (if installed) if no filename is given"""
a8e9a8e0
ER
5 groups = []
6 if not filename:
6d06987b
ER
7- with InstalledPkg("rpm") as p:
8+ with InstalledPkg("rpmlint") as p:
9 groupsfiles = [x for x in p.files() if x.endswith('/GROUPS')]
10 if groupsfiles:
11 filename = groupsfiles[0]
This page took 0.082003 seconds and 4 git commands to generate.