forked from bottlerocket-os/bottlerocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystemd.spec
388 lines (335 loc) · 11 KB
/
systemd.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
# Skip check-rpaths since we expect them for systemd.
%global __brp_check_rpaths %{nil}
Name: %{_cross_os}systemd
Version: 250.4
Release: 1%{?dist}
Summary: System and Service Manager
License: GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.1-or-later
URL: https://www.freedesktop.org/wiki/Software/systemd
Source0: https://github.com/systemd/systemd-stable/archive/v%{version}/systemd-stable-%{version}.tar.gz
Source1: var-run-tmpfiles.conf
Source2: systemd-modules-load.conf
Source3: journald.conf
Source4: issue
# Local patch to work around the fact that /var is a bind mount from
# /local/var, and we want the /local/var/run symlink to point to /run.
Patch9001: 9001-use-absolute-path-for-var-run-symlink.patch
# TODO: this could potentially be submitted upstream, but needs a better
# way to be configured at build time or during execution first.
Patch9002: 9002-core-add-separate-timeout-for-system-shutdown.patch
# TODO: this could be submitted upstream as well, but needs to account for
# the dom0 case first, where the UUID is all zeroes and hence not unique.
Patch9003: 9003-machine-id-setup-generate-stable-ID-under-Xen-and-VM.patch
# Local patch to handle mounting /etc with our SELinux label.
Patch9004: 9004-mount-setup-mount-etc-with-specific-label.patch
# Local patch to disable the keyed hashes feature in the journal, which
# makes it unreadable by older versions of systemd. Can be dropped once
# there's sufficiently broad adoption of systemd >= 246.
Patch9005: 9005-journal-disable-keyed-hashes-for-compatibility.patch
# We need `prefix` to be configurable for our own packaging so we can avoid
# dependencies on the host OS.
Patch9006: 9006-pkg-config-stop-hardcoding-prefix-to-usr.patch
# Local patch to stop overriding rp_filter defaults with wildcard values.
Patch9007: 9007-sysctl-do-not-set-rp_filter-via-wildcard.patch
BuildRequires: gperf
BuildRequires: intltool
BuildRequires: meson
BuildRequires: %{_cross_os}glibc-devel
BuildRequires: %{_cross_os}kmod-devel
BuildRequires: %{_cross_os}libacl-devel
BuildRequires: %{_cross_os}libattr-devel
BuildRequires: %{_cross_os}libblkid-devel
BuildRequires: %{_cross_os}libcap-devel
BuildRequires: %{_cross_os}libfdisk-devel
BuildRequires: %{_cross_os}libmount-devel
BuildRequires: %{_cross_os}libseccomp-devel
BuildRequires: %{_cross_os}libselinux-devel
BuildRequires: %{_cross_os}libuuid-devel
BuildRequires: %{_cross_os}libxcrypt-devel
Requires: %{_cross_os}kmod
Requires: %{_cross_os}libacl
Requires: %{_cross_os}libattr
Requires: %{_cross_os}libblkid
Requires: %{_cross_os}libcap
Requires: %{_cross_os}libfdisk
Requires: %{_cross_os}libmount
Requires: %{_cross_os}libseccomp
Requires: %{_cross_os}libselinux
Requires: %{_cross_os}libuuid
Requires: %{_cross_os}libxcrypt
%description
%{summary}.
%package console
Summary: Files for console login using the System and Service Manager
%description console
%{summary}.
%package devel
Summary: Files for development using the System and Service Manager
Requires: %{name}
%description devel
%{summary}.
%prep
%autosetup -n systemd-stable-%{version} -p1
%build
CONFIGURE_OPTS=(
-Dmode=release
-Dsplit-usr=false
-Dsplit-bin=true
-Drootprefix='%{_cross_prefix}'
-Drootlibdir='%{_cross_libdir}'
-Dlink-udev-shared=true
-Dlink-systemctl-shared=true
-Dlink-networkd-shared=false
-Dlink-timesyncd-shared=false
-Dlink-boot-shared=false
-Dstatic-libsystemd=false
-Dstatic-libudev=false
-Dsysvinit-path=''
-Dsysvrcnd-path=''
-Dinitrd=false
-Dnscd=false
-Dutmp=false
-Dhibernate=false
-Dldconfig=true
-Dresolve=false
-Defi=false
-Dtpm=false
-Denvironment-d=false
-Dbinfmt=false
-Drepart=true
-Dcoredump=false
-Dpstore=true
-Doomd=false
-Dlogind=false
-Dhostnamed=false
-Dlocaled=false
-Dmachined=false
-Dportabled=false
-Dsysext=false
-Duserdb=false
-Dhomed=false
-Dnetworkd=false
-Dtimedated=false
-Dtimesyncd=false
-Dremote=false
-Dnss-myhostname=false
-Dnss-mymachines=false
-Dnss-resolve=false
-Dnss-systemd=false
-Dfirstboot=false
-Drandomseed=true
-Dbacklight=false
-Dvconsole=false
-Dquotacheck=false
-Dsysusers=true
-Dtmpfiles=true
-Dimportd=false
-Dhwdb=false
-Drfkill=false
-Dxdg-autostart=false
-Dman=false
-Dhtml=false
-Dtranslations=false
-Dcertificate-root='%{_cross_sysconfdir}/ssl'
-Dpkgconfigdatadir='%{_cross_pkgconfigdir}'
-Dpkgconfiglibdir='%{_cross_pkgconfigdir}'
-Ddefault-hierarchy=hybrid
-Dadm-group=false
-Dwheel-group=false
-Dgshadow=true
-Ddefault-dnssec=no
-Ddefault-mdns=no
-Ddefault-llmnr=no
-Dsupport-url="https://github.com/bottlerocket-os/bottlerocket/discussions"
-Dseccomp=auto
-Dselinux=auto
-Dapparmor=false
-Dsmack=false
-Dpolkit=false
-Dima=false
-Dacl=true
-Daudit=false
-Dblkid=true
-Dfdisk=true
-Dkmod=true
-Dpam=false
-Dpwquality=false
-Dmicrohttpd=false
-Dlibcryptsetup=false
-Dlibcurl=false
-Didn=false
-Dlibidn2=false
-Dlibidn=false
-Dlibiptc=false
-Dqrencode=false
-Dgcrypt=false
-Dgnutls=false
-Dopenssl=false
-Dp11kit=false
-Dlibfido2=false
-Dtpm2=false
-Delfutils=false
-Dzlib=false
-Dbzip2=false
-Dxz=false
-Dlz4=false
-Dzstd=false
-Dxkbcommon=false
-Dpcre2=false
-Dglib=false
-Ddbus=false
-Dgnu-efi=false
-Dbashcompletiondir=no
-Dzshcompletiondir=no
-Dtests=false
-Dslow-tests=false
-Dfuzz-tests=false
-Dinstall-tests=false
-Durlify=false
-Dfexecve=false
-Doss-fuzz=false
-Dllvm-fuzz=false
-Dkernel-install=false
-Danalyze=true
-Dbpf-framework=false
)
%cross_meson "${CONFIGURE_OPTS[@]}"
%cross_meson_build
%install
%cross_meson_install
install -d %{buildroot}%{_cross_tmpfilesdir}
install -p -m 0644 %{S:1} %{buildroot}%{_cross_tmpfilesdir}/var-run.conf
install -d %{buildroot}%{_cross_libdir}/modules-load.d
install -p -m 0644 %{S:2} %{buildroot}%{_cross_libdir}/modules-load.d/nf_conntrack.conf
install -d %{buildroot}%{_cross_libdir}/systemd/journald.conf.d
install -p -m 0644 %{S:3} %{buildroot}%{_cross_libdir}/systemd/journald.conf.d/journald.conf
# Remove all stock network configurations, as they can interfere
# with container networking by attempting to manage veth devices.
rm -f %{buildroot}%{_cross_libdir}/systemd/network/*
# Remove default, multi-user and graphical targets provided by systemd,
# we override default/multi-user in the release spec and graphical
# is never used
rm -f %{buildroot}%{_cross_libdir}/systemd/{system,user}/default.target
rm -f %{buildroot}%{_cross_libdir}/systemd/{system,user}/multi-user.target
rm -f %{buildroot}%{_cross_libdir}/systemd/{system,user}/graphical.target
# Add art to the console
install -d %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}
install -p -m 0644 %{S:4} %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}/issue
%files
%license LICENSE.GPL2 LICENSE.LGPL2.1
%{_cross_attribution_file}
%{_cross_bindir}/busctl
%{_cross_bindir}/journalctl
%{_cross_bindir}/systemctl
%{_cross_bindir}/systemd-analyze
%{_cross_bindir}/systemd-ask-password
%{_cross_bindir}/systemd-cat
%{_cross_bindir}/systemd-cgls
%{_cross_bindir}/systemd-cgtop
%{_cross_bindir}/systemd-creds
%{_cross_bindir}/systemd-dissect
%{_cross_bindir}/systemd-delta
%{_cross_bindir}/systemd-detect-virt
%{_cross_bindir}/systemd-escape
%{_cross_bindir}/systemd-id128
%{_cross_bindir}/systemd-machine-id-setup
%{_cross_bindir}/systemd-mount
%{_cross_bindir}/systemd-notify
%{_cross_bindir}/systemd-nspawn
%{_cross_bindir}/systemd-path
%{_cross_bindir}/systemd-repart
%{_cross_bindir}/systemd-run
%{_cross_bindir}/systemd-socket-activate
%{_cross_bindir}/systemd-stdio-bridge
%{_cross_bindir}/systemd-sysusers
%{_cross_bindir}/systemd-tmpfiles
%{_cross_bindir}/systemd-tty-ask-password-agent
%{_cross_bindir}/systemd-umount
%{_cross_bindir}/udevadm
%{_cross_sbindir}/halt
%{_cross_sbindir}/init
%{_cross_sbindir}/poweroff
%{_cross_sbindir}/reboot
%{_cross_sbindir}/shutdown
%{_cross_libdir}/libsystemd.so.*
%{_cross_libdir}/libudev.so.*
%dir %{_cross_libdir}/modprobe.d
%dir %{_cross_libdir}/sysctl.d
%dir %{_cross_libdir}/sysusers.d
%dir %{_cross_libdir}/tmpfiles.d
%dir %{_cross_libdir}/systemd
%dir %{_cross_libdir}/udev
%{_cross_libdir}/modprobe.d/*
%{_cross_libdir}/modules-load.d/nf_conntrack.conf
%{_cross_libdir}/sysctl.d/*
%{_cross_libdir}/sysusers.d/*
%{_cross_libdir}/systemd/*
%{_cross_libdir}/udev/*
%{_cross_tmpfilesdir}/*
%exclude %{_cross_tmpfilesdir}/x11.conf
%exclude %{_cross_sysconfdir}/systemd/
%exclude %{_cross_sysconfdir}/udev/
%exclude %{_cross_sysconfdir}/X11
%exclude %{_cross_sysconfdir}/xdg
%{_cross_datadir}/dbus-1/*
%exclude %{_cross_datadir}/polkit-1
%dir %{_cross_factorydir}
%{_cross_factorydir}%{_cross_sysconfdir}/issue
%exclude %{_cross_factorydir}%{_cross_sysconfdir}/nsswitch.conf
%exclude %{_cross_factorydir}%{_cross_sysconfdir}/pam.d
%exclude %{_cross_factorydir}%{_cross_sysconfdir}/pam.d/other
%exclude %{_cross_factorydir}%{_cross_sysconfdir}/pam.d/system-auth
%exclude %{_cross_docdir}
%exclude %{_cross_bindir}/systemd-ask-password
%exclude %{_cross_bindir}/systemd-tty-ask-password-agent
%exclude %{_cross_libdir}/systemd/systemd-sulogin-shell
%exclude %{_cross_libdir}/systemd/systemd-reply-password
%exclude %{_cross_systemdgeneratordir}/systemd-debug-generator
%exclude %{_cross_systemdgeneratordir}/systemd-getty-generator
%exclude %{_cross_unitdir}/[email protected]
%exclude %{_cross_unitdir}/console-getty.service
%exclude %{_cross_unitdir}/[email protected]
%exclude %{_cross_unitdir}/debug-shell.service
%exclude %{_cross_unitdir}/emergency.service
%exclude %{_cross_unitdir}/emergency.target
%exclude %{_cross_unitdir}/[email protected]
%exclude %{_cross_unitdir}/rescue.service
%exclude %{_cross_unitdir}/rescue.target
%exclude %{_cross_unitdir}/[email protected]
%exclude %{_cross_unitdir}/systemd-ask-password-console.service
%exclude %{_cross_unitdir}/systemd-ask-password-console.path
%exclude %{_cross_unitdir}/systemd-ask-password-wall.path
%exclude %{_cross_unitdir}/systemd-repart.service
%exclude %{_cross_unitdir}/sysinit.target.wants/systemd-ask-password-console.path
%exclude %{_cross_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path
%files console
%{_cross_bindir}/systemd-ask-password
%{_cross_bindir}/systemd-tty-ask-password-agent
%{_cross_libdir}/systemd/systemd-sulogin-shell
%{_cross_libdir}/systemd/systemd-reply-password
%{_cross_systemdgeneratordir}/systemd-debug-generator
%{_cross_systemdgeneratordir}/systemd-getty-generator
%{_cross_unitdir}/[email protected]
%{_cross_unitdir}/console-getty.service
%{_cross_unitdir}/[email protected]
%{_cross_unitdir}/debug-shell.service
%{_cross_unitdir}/emergency.service
%{_cross_unitdir}/emergency.target
%{_cross_unitdir}/[email protected]
%{_cross_unitdir}/rescue.service
%{_cross_unitdir}/rescue.target
%{_cross_unitdir}/[email protected]
%{_cross_unitdir}/systemd-ask-password-console.service
%{_cross_unitdir}/systemd-ask-password-console.path
%{_cross_unitdir}/systemd-ask-password-wall.path
%{_cross_unitdir}/sysinit.target.wants/systemd-ask-password-console.path
%{_cross_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path
%files devel
%{_cross_libdir}/libsystemd.so
%{_cross_libdir}/libudev.so
%{_cross_includedir}/libudev.h
%dir %{_cross_includedir}/systemd
%{_cross_includedir}/systemd/*.h
%{_cross_pkgconfigdir}/*.pc
%exclude %{_cross_libdir}/rpm/macros.d
%changelog