diff --git a/split-files.py b/split-files.py index d202c59..a660db8 100644 --- a/split-files.py +++ b/split-files.py @@ -28,7 +28,7 @@ o_resolve = open('.file-list-resolve', 'w') o_tests = open('.file-list-tests', 'w') o_standalone_tmpfiles = open('.file-list-standalone-tmpfiles', 'w') o_standalone_sysusers = open('.file-list-standalone-sysusers', 'w') -o_rest = open('.file-list-rest', 'w') +o_main = open('.file-list-main', 'w') for file in files(buildroot): n = file.path[1:] if re.match(r'''/usr/(share|include)$| @@ -58,7 +58,11 @@ for file in files(buildroot): o = o_rpm_macros elif '/usr/lib/systemd/tests' in n: o = o_tests - elif re.search(r'/lib.*\.pc|/man3/|/usr/include|(? - 250.3-7 +- Move libcryptsetup plugins to -udev (#2031873) + * Mon Mar 14 2022 Michael Catanzaro - 250.3-7 - Disable default DNS over TLS (#1889901)