Skip to content

Commit 7a4b001

Browse files
Stew Benedictmwichmann
authored andcommitted
Relax modulefinder dependency search by excluding LSB modules (bug 1881)
1 parent fafe12e commit 7a4b001

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/package/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# XXX a specfile from this info, but not yet: for now keep in sync
33
PACKAGE=lsb-appchk-python
44
VERSION=3.1.95
5-
RELEASE=1
5+
RELEASE=2
66

77
#
88
# Derive date string for daily snapshots

source/lsbappchk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def main(argv):
122122
while line:
123123
if line[0] != '#':
124124
lsb_modules.append(line)
125+
exclude.append(line)
125126
line = modfile.readline()
126127
line = line.rstrip()
127128
modfile.close()

0 commit comments

Comments
 (0)