From 0078f9a1029bbfd9dc12e79032072a7ff46182a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 17 Mar 2022 21:37:30 +0100 Subject: [PATCH] Really move libcryptsetup plugins to -udev --- split-files.py | 14 ++++++++++---- systemd.spec | 5 ++++- 2 files changed, 14 insertions(+), 5 deletions(-) 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)