-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathrelease.spec
More file actions
525 lines (451 loc) · 20.1 KB
/
Copy pathrelease.spec
File metadata and controls
525 lines (451 loc) · 20.1 KB
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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
%global debug_package %{nil}
%global _cross_first_party 1
Name: %{_cross_os}release
Version: 0.0
Release: 1%{?dist}
Epoch: 1
Summary: Bottlerocket release
License: Apache-2.0 OR MIT
URL: https://github.com/bottlerocket-os/bottlerocket
# Core config files.
Source11: nsswitch.conf
Source12: issue
# Sysctl drop-ins.
Source80: release-sysctl.conf
Source81: release-swap-sysctl.conf
# Other drop-ins.
Source93: release-tmpfiles.conf
Source94: release-fips-tmpfiles.conf
Source95: release-systemd-networkd.conf
Source96: release-repart-local.conf
Source98: release-systemd-system.conf
Source99: release-ca-certificates-tmpfiles.conf
Source100: release-modules-load.conf
Source101: release-systemd-journald.conf
# Templates for the settings API.
Source200: motd.template
Source201: proxy-env
Source202: hostname-env
Source203: hosts.template
Source204: modprobe-conf.template
Source205: netdog.template
Source206: aws-config
Source207: aws-credentials
Source208: modules-load.template
Source209: log4j-hotpatch-enabled
Source210: selected-snapshotter-template
# Core targets, services, and slices.
Source1001: multi-user.target
Source1002: configured.target
Source1003: preconfigured.target
Source1004: fipscheck.target
Source1005: activate-preconfigured.service
Source1006: activate-configured.service
Source1007: activate-multi-user.service
Source1008: set-hostname.service
Source1009: runtime.slice
Source1010: drivers.target
# Mount units.
Source1020: var.mount
Source1021: opt.mount
Source1022: var-lib-bottlerocket.mount
Source1023: etc-cni.mount
Source1024: mnt.mount
Source1025: local.mount
Source1026: media-cdrom.mount
Source1027: root-.aws.mount
Source1028: opt-cni.mount
Source1029: opt-csi.mount
Source1030: opt-civ.mount
# Mounts that require helper programs.
Source1040: prepare-boot.service
Source1041: prepare-opt.service
Source1042: prepare-var.service
Source1043: repart-local.service
Source1044: mask-local-mnt.service
Source1045: mask-local-opt.service
Source1046: mask-local-var.service
Source1047: repart-data-preferred.service
Source1048: repart-data-fallback.service
Source1049: prepare-local-fs.service
Source1050: prepare-swap.service
# Feature-specific units.
Source1060: capture-kernel-dump.service
Source1061: disable-kexec-load.service
Source1062: load-crash-kernel.service
Source1063: deprecation-warning@.service
Source1064: deprecation-warning@.timer
Source1065: check-kernel-integrity.service
Source1066: check-fips-modules.service
Source1067: fips-modprobe@.service
Source1068: configure-snapshotter.service
# Mounts that require build-time edits.
Source1080: var-lib-kernel-devel-lower.mount.in
Source1081: usr-src-kernels.mount.in
Source1082: usr-share-licenses.mount.in
Source1083: lib-modules.mount.in
Source1084: usr-bin.mount.in
Source1085: usr-libexec.mount.in
Source1086: bottlerocket.mount.in
# Drop-in units to override defaults
Source1100: systemd-tmpfiles-setup-service-debug.conf
Source1101: systemd-resolved-service-env.conf
Source1102: systemd-networkd-service-env.conf
Source1103: systemd-logind-inhibit-maxdelay.conf
Source1104: aws-config.conf
Source1105: wait-for-selinux-policy.conf
Source1106: systemd-resolved-service-private-tmp.conf
Source1107: systemd-journald-compat.conf
Source1108: systemd-sysusers-selinux.conf
Source1109: modprobe-no-exit.conf
Source1110: tmp-mount-noexec.conf
Source1111: network-pre-target-dbus-dep.conf
Source1112: fips-go.conf
Source1113: requires-tmp.conf
# network link rules
Source1200: 80-release.link
# udev rules
Source1300: mount-cdrom.rules
# Common logdog configuration
Source1400: logdog.common.conf
# bootconfig snippets.
Source1500: bootconfig-fips.conf
# TPM2-related services.
Source1600: encrypt-datastore.service
Source1601: encrypt-local-fs.service
Source1602: unlock-datastore.service
Source1603: unlock-local-fs.service
Source1604: systemd-pcrphase-configured.service
Source1605: systemd-pcrphase-multi-user.service
Source1606: systemd-pcrphase-preconfigured.service
Source1607: systemd-pcrphase-sysinit.service
Source1608: measure-settings.service
Source1609: measure-cmdline.service
# TPM2-related drop-ins.
Source1650: prepare-local-fs-encrypted.conf
Source1651: local-mount-encrypted.conf
Source1652: repart-local-encrypted.conf
# Runtime FIPS activation sources.
# These are always installed but only activate when fips=1 is on the kernel command line.
Source1700: generate-fips-env.service
Source1701: create-fips-marker.service
Source1702: fips-go.env
Requires: %{_cross_os}audit
Requires: %{_cross_os}auditd
Requires: %{_cross_os}chrony
Requires: %{_cross_os}conntrack-tools
Requires: %{_cross_os}containerd
Requires: %{_cross_os}coreutils
Requires: %{_cross_os}dbus-broker
Requires: %{_cross_os}e2fsprogs
Requires: %{_cross_os}early-boot-config
Requires: %{_cross_os}ethtool
Requires: %{_cross_os}libgcc
Requires: %{_cross_os}libstd-rust
Requires: %{_cross_os}filesystem
Requires: %{_cross_os}findutils
Requires: %{_cross_os}glibc
Requires: %{_cross_os}grep
# For newer versions of twoliter that support UKIs, explicitly request the bootloader(efi) capability
Requires: (%{_cross_os}bootloader(efi) if (%{_cross_os}image-feature(uki-image) or %{_cross_os}image-feature(no-uki-image)))
# Older versions of twoliter that don't support UKIs always get GRUB
Requires: (%{_cross_os}grub or %{_cross_os}image-feature(uki-image) or %{_cross_os}image-feature(no-uki-image))
Requires: %{_cross_os}iproute
Requires: %{_cross_os}iptables
Requires: %{_cross_os}kexec-tools
Requires: %{_cross_os}keyutils
Requires: %{_cross_os}makedumpfile
Requires: %{_cross_os}mdadm
Requires: %{_cross_os}netdog
Requires: %{_cross_os}os
Requires: %{_cross_os}pciutils
Requires: %{_cross_os}policycoreutils
Requires: %{_cross_os}procps
Requires: (%{_cross_os}rdma-core if %{_cross_os}variant-platform(aws))
Requires: %{_cross_os}selinux-policy
Requires: %{_cross_os}shim
Requires: %{_cross_os}systemd
Requires: %{_cross_os}util-linux
Requires: %{_cross_os}xfsprogs
Requires: %{_cross_os}libkcapi
Requires: (%{name}-fips if %{_cross_os}image-feature(fips))
Requires: (%{name}-crypt if %{_cross_os}image-feature(encrypted-storage))
%description
%{summary}.
%package fips
Summary: Bottlerocket release, FIPS boot configuration
Requires: (%{_cross_os}image-feature(fips) and %{name})
Conflicts: %{_cross_os}image-feature(no-fips)
%description fips
%{summary}.
%package crypt
Summary: Bottlerocket release, with encrypted storage
Requires: (%{_cross_os}image-feature(encrypted-storage) and %{name})
Requires: %{_cross_os}rottweiler
%description crypt
%{summary}.
%package swap
Summary: Bottlerocket release, with zram-based swap
Requires: %{name}
%description swap
%{summary}.
%prep
%build
%install
install -d %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}
install -p -m 0644 %{S:11} %{S:12} %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}
install -d %{buildroot}%{_cross_tmpfilesdir}
install -p -m 0644 %{S:93} %{buildroot}%{_cross_tmpfilesdir}/release.conf
install -p -m 0644 %{S:99} %{buildroot}%{_cross_tmpfilesdir}/release-ca-certificates.conf
install -p -m 0644 %{S:94} %{buildroot}%{_cross_tmpfilesdir}/release-fips.conf
install -d %{buildroot}%{_cross_libdir}/systemd/networkd.conf.d
install -p -m 0644 %{S:95} %{buildroot}%{_cross_libdir}/systemd/networkd.conf.d/80-release.conf
install -d %{buildroot}%{_cross_libdir}/repart.d/
install -p -m 0644 %{S:96} %{buildroot}%{_cross_libdir}/repart.d/80-local.conf
install -d %{buildroot}%{_cross_sysctldir}
install -p -m 0644 %{S:80} %{buildroot}%{_cross_sysctldir}/80-release.conf
install -p -m 0644 %{S:81} %{buildroot}%{_cross_sysctldir}/81-release-swap.conf
install -d %{buildroot}%{_cross_unitdir}/service.d
install -p -m 0644 %{S:1104} %{buildroot}%{_cross_unitdir}/service.d/00-aws-config.conf
install -d %{buildroot}%{_cross_unitdir}/service.d
install -p -m 0644 %{S:1112} %{buildroot}%{_cross_unitdir}/service.d/00-fips-go.conf
install -p -m 0644 %{S:1113} %{buildroot}%{_cross_unitdir}/service.d/10-requires-tmp.conf
install -d %{buildroot}%{_cross_libdir}/systemd/system.conf.d
install -p -m 0644 %{S:98} %{buildroot}%{_cross_libdir}/systemd/system.conf.d/80-release.conf
install -d %{buildroot}%{_cross_libdir}/modules-load.d
install -p -m 0644 %{S:100} %{buildroot}%{_cross_libdir}/modules-load.d/nf_conntrack.conf
install -d %{buildroot}%{_cross_libdir}/systemd/journald.conf.d
install -p -m 0644 %{S:101} %{buildroot}%{_cross_libdir}/systemd/journald.conf.d/journald.conf
install -d %{buildroot}%{_cross_libdir}/systemd/network
install -p -m 0644 %{S:1200} %{buildroot}%{_cross_libdir}/systemd/network/80-release.link
install -d %{buildroot}%{_cross_libdir}/systemd/logind.conf.d
install -p -m 0644 %{S:1103} %{buildroot}%{_cross_libdir}/systemd/logind.conf.d/80-inhibit-maxdelay.conf
cat >%{buildroot}%{_cross_libdir}/os-release <<EOF
NAME=Bottlerocket
ID=bottlerocket
EOF
install -d %{buildroot}%{_cross_unitdir}
install -p -m 0644 \
%{S:1001} %{S:1002} %{S:1003} %{S:1004} %{S:1005} \
%{S:1006} %{S:1007} %{S:1008} %{S:1009} %{S:1010} \
%{S:1020} %{S:1021} %{S:1022} %{S:1023} %{S:1024} \
%{S:1025} %{S:1026} %{S:1027} %{S:1028} %{S:1029} \
%{S:1030} \
%{S:1040} %{S:1041} %{S:1042} %{S:1043} %{S:1044} \
%{S:1045} %{S:1046} %{S:1047} %{S:1048} %{S:1049} \
%{S:1050} \
%{S:1060} %{S:1061} %{S:1062} %{S:1063} %{S:1064} \
%{S:1065} %{S:1066} %{S:1067} %{S:1068} \
%{S:1600} %{S:1601} %{S:1602} %{S:1603} %{S:1604} \
%{S:1605} %{S:1606} %{S:1607} %{S:1608} %{S:1609} \
%{buildroot}%{_cross_unitdir}
install -d %{buildroot}%{_cross_unitdir}/systemd-tmpfiles-setup.service.d
install -p -m 0644 %{S:1100} \
%{buildroot}%{_cross_unitdir}/systemd-tmpfiles-setup.service.d/00-debug.conf
install -d %{buildroot}%{_cross_unitdir}/systemd-resolved.service.d
install -p -m 0644 %{S:1101} \
%{buildroot}%{_cross_unitdir}/systemd-resolved.service.d/00-env.conf
install -p -m 0644 %{S:1106} \
%{buildroot}%{_cross_unitdir}/systemd-resolved.service.d/10-private-tmp.conf
install -d %{buildroot}%{_cross_unitdir}/systemd-networkd.service.d
install -p -m 0644 %{S:1102} \
%{buildroot}%{_cross_unitdir}/systemd-networkd.service.d/00-env.conf
install -d %{buildroot}%{_cross_unitdir}/systemd-udev-trigger.service.d/
install -p -m 0644 %{S:1105} \
%{buildroot}%{_cross_unitdir}/systemd-udev-trigger.service.d/00-selinux.conf
install -d %{buildroot}%{_cross_unitdir}/systemd-journald.service.d
install -p -m 0644 %{S:1107} \
%{buildroot}%{_cross_unitdir}/systemd-journald.service.d/50-systemd-journald.conf
install -d %{buildroot}%{_cross_unitdir}/systemd-sysusers.service.d
install -p -m 0644 %{S:1108} \
%{buildroot}%{_cross_unitdir}/systemd-sysusers.service.d/50-systemd-sysusers.conf
install -d %{buildroot}%{_cross_unitdir}/modprobe@.service.d
install -p -m 0644 %{S:1109} \
%{buildroot}%{_cross_unitdir}/modprobe@.service.d/10-remain-after-exit.conf
install -d %{buildroot}%{_cross_unitdir}/tmp.mount.d
install -p -m 0644 %{S:1110} \
%{buildroot}%{_cross_unitdir}/tmp.mount.d/10-no-exec.conf
install -d %{buildroot}%{_cross_unitdir}/network-pre.target.d
install -p -m 0644 %{S:1111} \
%{buildroot}%{_cross_unitdir}/network-pre.target.d/00-dbus-dep.conf
# Empty (but packaged) directory. The FIPS packages for kernels will add drop-ins to
# this directory to arrange for the right modules to be loaded before the check runs.
install -d %{buildroot}%{_cross_unitdir}/check-fips-modules.service.d
LOWERPATH=$(systemd-escape --path %{_cross_sharedstatedir}/kernel-devel/.overlay/lower)
sed -e 's|PREFIX|%{_cross_prefix}|g' %{S:1080} > ${LOWERPATH}.mount
install -p -m 0644 ${LOWERPATH}.mount %{buildroot}%{_cross_unitdir}
# Mounting on usr/src/kernels requires using the real path: %{_cross_usrsrc}/kernels
KERNELPATH=$(systemd-escape --path %{_cross_usrsrc}/kernels)
sed -e 's|PREFIX|%{_cross_prefix}|g' %{S:1081} > ${KERNELPATH}.mount
install -p -m 0644 ${KERNELPATH}.mount %{buildroot}%{_cross_unitdir}
# Mounting on usr/share/licenses requires using the real path: %{_cross_datadir}/licenses
LICENSEPATH=$(systemd-escape --path %{_cross_licensedir})
sed -e 's|PREFIX|%{_cross_prefix}|g' %{S:1082} > ${LICENSEPATH}.mount
install -p -m 0644 ${LICENSEPATH}.mount %{buildroot}%{_cross_unitdir}
# Mounting on lib/modules requires using the real path: %{_cross_libdir}/modules
LIBDIRPATH=$(systemd-escape --path %{_cross_libdir})
sed -e 's|PREFIX|%{_cross_prefix}|g' %{S:1083} > ${LIBDIRPATH}-modules.mount
install -p -m 0644 ${LIBDIRPATH}-modules.mount %{buildroot}%{_cross_unitdir}
# Mounting on usr/bin requires using the real path: %{_cross_bindir}
BINDIRPATH=$(systemd-escape --path %{_cross_bindir})
sed -e 's|PREFIX|%{_cross_prefix}|g' %{S:1084} > ${BINDIRPATH}.mount
install -p -m 0644 ${BINDIRPATH}.mount %{buildroot}%{_cross_unitdir}
# Mounting on usr/libexec requires using the real path: %{_cross_libexecdir}
LIBEXECDIRPATH=$(systemd-escape --path %{_cross_libexecdir})
sed -e 's|PREFIX|%{_cross_prefix}|g' %{S:1085} > ${LIBEXECDIRPATH}.mount
install -p -m 0644 ${LIBEXECDIRPATH}.mount %{buildroot}%{_cross_unitdir}
# Process bottlerocket mount template files with proper systemd naming
BOTTLEROCKET_PATH=$(systemd-escape --path /.bottlerocket)
install -p -m 0644 %{S:1086} %{buildroot}%{_cross_unitdir}/${BOTTLEROCKET_PATH}.mount
install -d %{buildroot}%{_cross_templatedir}
install -p -m 0644 %{S:200} %{buildroot}%{_cross_templatedir}/motd
install -p -m 0644 %{S:201} %{buildroot}%{_cross_templatedir}/proxy-env
install -p -m 0644 %{S:202} %{buildroot}%{_cross_templatedir}/hostname-env
install -p -m 0644 %{S:203} %{buildroot}%{_cross_templatedir}/hosts
install -p -m 0644 %{S:204} %{buildroot}%{_cross_templatedir}/modprobe-conf
install -p -m 0644 %{S:205} %{buildroot}%{_cross_templatedir}/netdog-toml
install -p -m 0644 %{S:206} %{buildroot}%{_cross_templatedir}/aws-config
install -p -m 0644 %{S:207} %{buildroot}%{_cross_templatedir}/aws-credentials
install -p -m 0644 %{S:208} %{buildroot}%{_cross_templatedir}/modules-load
install -p -m 0644 %{S:209} %{buildroot}%{_cross_templatedir}/log4j-hotpatch-enabled
install -p -m 0644 %{S:210} %{buildroot}%{_cross_templatedir}/selected-snapshotter
install -d %{buildroot}%{_cross_udevrulesdir}
install -p -m 0644 %{S:1300} %{buildroot}%{_cross_udevrulesdir}/61-mount-cdrom.rules
install -d %{buildroot}%{_cross_datadir}/logdog.d
install -p -m 0644 %{S:1400} %{buildroot}%{_cross_datadir}/logdog.d
install -d %{buildroot}%{_cross_bootconfigdir}
install -p -m 0644 %{S:1500} %{buildroot}%{_cross_bootconfigdir}/10-fips.conf
install -p -m 0644 %{S:1700} %{S:1701} %{buildroot}%{_cross_unitdir}
install -d %{buildroot}%{_cross_datadir}/bottlerocket
install -p -m 0644 %{S:1702} %{buildroot}%{_cross_datadir}/bottlerocket/fips-go.env
install -d %{buildroot}%{_cross_unitdir}/prepare-local-fs.service.d
install -p -m 0644 %{S:1650} %{buildroot}%{_cross_unitdir}/prepare-local-fs.service.d/10-encrypted.conf
install -d %{buildroot}%{_cross_unitdir}/local.mount.d
install -p -m 0644 %{S:1651} %{buildroot}%{_cross_unitdir}/local.mount.d/10-encrypted.conf
install -d %{buildroot}%{_cross_unitdir}/repart-local.service.d
install -p -m 0644 %{S:1652} %{buildroot}%{_cross_unitdir}/repart-local.service.d/10-encrypted.conf
ln -s preconfigured.target %{buildroot}%{_cross_unitdir}/default.target
%files
%{_cross_factorydir}%{_cross_sysconfdir}/nsswitch.conf
%{_cross_factorydir}%{_cross_sysconfdir}/issue
%{_cross_sysctldir}/80-release.conf
%{_cross_tmpfilesdir}/release.conf
%{_cross_tmpfilesdir}/release-ca-certificates.conf
%{_cross_libdir}/os-release
%dir %{_cross_libdir}/repart.d
%{_cross_libdir}/repart.d/80-local.conf
%{_cross_libdir}/systemd/logind.conf.d/80-inhibit-maxdelay.conf
%{_cross_libdir}/systemd/network/80-release.link
%{_cross_libdir}/systemd/networkd.conf.d/80-release.conf
%{_cross_libdir}/systemd/system.conf.d/80-release.conf
%{_cross_libdir}/modules-load.d/nf_conntrack.conf
%{_cross_libdir}/systemd/journald.conf.d/journald.conf
%{_cross_unitdir}/configured.target
%{_cross_unitdir}/drivers.target
%{_cross_unitdir}/preconfigured.target
%{_cross_unitdir}/multi-user.target
%{_cross_unitdir}/default.target
%{_cross_unitdir}/activate-configured.service
%{_cross_unitdir}/activate-multi-user.service
%{_cross_unitdir}/disable-kexec-load.service
%{_cross_unitdir}/capture-kernel-dump.service
%{_cross_unitdir}/load-crash-kernel.service
%{_cross_unitdir}/prepare-boot.service
%{_cross_unitdir}/prepare-opt.service
%{_cross_unitdir}/prepare-var.service
%{_cross_unitdir}/repart-local.service
%{_cross_unitdir}/\x2ebottlerocket.mount
%{_cross_unitdir}/var.mount
%{_cross_unitdir}/opt.mount
%{_cross_unitdir}/mnt.mount
%{_cross_unitdir}/etc-cni.mount
%{_cross_unitdir}/opt-cni.mount
%{_cross_unitdir}/opt-csi.mount
%{_cross_unitdir}/opt-civ.mount
%{_cross_unitdir}/media-cdrom.mount
%{_cross_unitdir}/local.mount
%{_cross_unitdir}/*-lower.mount
%{_cross_unitdir}/*-kernels.mount
%{_cross_unitdir}/*-licenses.mount
%{_cross_unitdir}/var-lib-bottlerocket.mount
%{_cross_unitdir}/*-modules.mount
%{_cross_unitdir}/runtime.slice
%{_cross_unitdir}/set-hostname.service
%{_cross_unitdir}/mask-local-mnt.service
%{_cross_unitdir}/mask-local-opt.service
%{_cross_unitdir}/mask-local-var.service
%dir %{_cross_unitdir}/network-pre.target.d
%{_cross_unitdir}/network-pre.target.d/00-dbus-dep.conf
%{_cross_unitdir}/root-.aws.mount
%{_cross_unitdir}/repart-data-preferred.service
%{_cross_unitdir}/repart-data-fallback.service
%{_cross_unitdir}/prepare-local-fs.service
%{_cross_unitdir}/deprecation-warning@.service
%{_cross_unitdir}/deprecation-warning@.timer
%{_cross_unitdir}/service.d/00-aws-config.conf
%{_cross_unitdir}/service.d/10-requires-tmp.conf
%dir %{_cross_unitdir}/systemd-resolved.service.d
%{_cross_unitdir}/systemd-resolved.service.d/00-env.conf
%{_cross_unitdir}/systemd-resolved.service.d/10-private-tmp.conf
%dir %{_cross_unitdir}/systemd-networkd.service.d
%{_cross_unitdir}/systemd-networkd.service.d/00-env.conf
%dir %{_cross_unitdir}/systemd-tmpfiles-setup.service.d
%{_cross_unitdir}/systemd-tmpfiles-setup.service.d/00-debug.conf
%dir %{_cross_unitdir}/systemd-udev-trigger.service.d
%{_cross_unitdir}/systemd-udev-trigger.service.d/00-selinux.conf
%dir %{_cross_unitdir}/systemd-sysusers.service.d
%{_cross_unitdir}/systemd-sysusers.service.d/50-systemd-sysusers.conf
%dir %{_cross_unitdir}/systemd-journald.service.d
%{_cross_unitdir}/systemd-journald.service.d/50-systemd-journald.conf
%dir %{_cross_unitdir}/modprobe@.service.d
%{_cross_unitdir}/modprobe@.service.d/10-remain-after-exit.conf
%dir %{_cross_unitdir}/tmp.mount.d
%{_cross_unitdir}/tmp.mount.d/10-no-exec.conf
%dir %{_cross_templatedir}
%{_cross_templatedir}/modprobe-conf
%{_cross_templatedir}/netdog-toml
%{_cross_templatedir}/motd
%{_cross_templatedir}/proxy-env
%{_cross_templatedir}/hostname-env
%{_cross_templatedir}/hosts
%{_cross_templatedir}/aws-config
%{_cross_templatedir}/aws-credentials
%{_cross_templatedir}/modules-load
%{_cross_templatedir}/log4j-hotpatch-enabled
%{_cross_udevrulesdir}/61-mount-cdrom.rules
%{_cross_datadir}/logdog.d/logdog.common.conf
%{_cross_unitdir}/configure-snapshotter.service
%{_cross_templatedir}/selected-snapshotter
%{_cross_unitdir}/service.d/00-fips-go.conf
%{_cross_unitdir}/generate-fips-env.service
%{_cross_unitdir}/create-fips-marker.service
%{_cross_datadir}/bottlerocket/fips-go.env
%{_cross_tmpfilesdir}/release-fips.conf
%{_cross_unitdir}/*-bin.mount
%{_cross_unitdir}/*-libexec.mount
%{_cross_unitdir}/fipscheck.target
%{_cross_unitdir}/activate-preconfigured.service
%{_cross_unitdir}/check-kernel-integrity.service
%{_cross_unitdir}/check-fips-modules.service
%dir %{_cross_unitdir}/check-fips-modules.service.d
%{_cross_unitdir}/fips-modprobe@.service
%files fips
%{_cross_bootconfigdir}/10-fips.conf
%files crypt
%{_cross_unitdir}/encrypt-datastore.service
%{_cross_unitdir}/encrypt-local-fs.service
%{_cross_unitdir}/measure-cmdline.service
%{_cross_unitdir}/measure-settings.service
%{_cross_unitdir}/systemd-pcrphase-configured.service
%{_cross_unitdir}/systemd-pcrphase-multi-user.service
%{_cross_unitdir}/systemd-pcrphase-preconfigured.service
%{_cross_unitdir}/systemd-pcrphase-sysinit.service
%{_cross_unitdir}/unlock-datastore.service
%{_cross_unitdir}/unlock-local-fs.service
%{_cross_unitdir}/local.mount.d/10-encrypted.conf
%{_cross_unitdir}/prepare-local-fs.service.d/10-encrypted.conf
%{_cross_unitdir}/repart-local.service.d/10-encrypted.conf
%files swap
%{_cross_sysctldir}/81-release-swap.conf
%{_cross_unitdir}/prepare-swap.service
%changelog