From 283a994776e089f12953fb061ddcb64d66c1db0f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 30 Sep 2020 12:21:11 -0400 Subject: [PATCH] split-files: break out more files into networkd subpackage There were some things left in the main package that should have been in the sub package (including networkd.conf). This is an attempt to make the list of files in the networkd package more correct. It explicitly tries to leave sytemd-network-generator and the network targets in the main package. --- split-files.py | 15 ++++++++++----- systemd.spec | 6 +++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/split-files.py b/split-files.py index f07b9da..e1b2124 100644 --- a/split-files.py +++ b/split-files.py @@ -54,12 +54,10 @@ for file in files(buildroot): o = o_pam elif '/rpm/' in n: o = o_rpm_macros - elif re.search(r'networkd(?!.*\.conf)', n, re.X): - o = o_networkd - elif re.search(r'/lib.*\.pc|/man3/|/usr/include|(? - 246.6-3 +- Try to make files in subpackages (especially the networkd subpackage) + more appropriate. + * Thu Sep 24 2020 Filipe Brandenburger - 246.6-2 - Build a package with standalone binaries for non-systemd systems. For now, only systemd-sysusers is included.