You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
555 B
14 lines
555 B
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:
|