14 lines
555 B
Diff
14 lines
555 B
Diff
|
diff --git a/TagsCheck.py b/TagsCheck.py
|
||
|
index 4e32520..a30b485 100644
|
||
|
--- a/TagsCheck.py
|
||
|
+++ b/TagsCheck.py
|
||
|
@@ -437,7 +437,7 @@ oldest_changelog_timestamp = calendar.timegm(time.strptime("1995-01-01", "%Y-%m-
|
||
|
|
||
|
private_so_paths = set()
|
||
|
for path in ('%perl_archlib', '%perl_vendorarch', '%perl_sitearch',
|
||
|
- '%python_sitearch', '%python2_sitearch', '%python3_sitearch',
|
||
|
+ '%python2_sitearch', '%python3_sitearch',
|
||
|
'%ruby_sitearch', '%php_extdir'):
|
||
|
epath = rpm.expandMacro(path)
|
||
|
if epath and epath != path:
|