@@ -23,6 +23,7 @@ Source95: release-systemd-networkd.conf
2323Source96: release-repart-local .conf
2424Source98: release-systemd-system.conf
2525Source99: release-ca-certificates-tmpfiles.conf
26+ Source100: release-snapshotter-tmpfiles.conf
2627
2728# Templates for the settings API.
2829Source200: motd.template
@@ -35,6 +36,7 @@ Source206: aws-config
3536Source207: aws-credentials
3637Source208: modules-load.template
3738Source209: log4j-hotpatch-enabled
39+ Source210: selected-snapshotter-template
3840
3941# Core targets, services, and slices.
4042Source1001: multi-user.target
8183Source1065: check-kernel-integrity.service
8284Source1066: check-fips-modules.service
838586+ Source1068: configure-snapshotter.service
8487
8588# Mounts that require build-time edits.
8689Source1080: var-lib-kernel-devel-lower.mount.in
@@ -177,6 +180,7 @@ install -d %{buildroot}%{_cross_tmpfilesdir}
177180install -p -m 0644 %{S:93 } %{buildroot }%{_cross_tmpfilesdir }/release.conf
178181install -p -m 0644 %{S:99 } %{buildroot }%{_cross_tmpfilesdir }/release-ca-certificates.conf
179182install -p -m 0644 %{S:94 } %{buildroot }%{_cross_tmpfilesdir }/release-fips.conf
183+ install -p -m 0644 %{S:100 } %{buildroot }%{_cross_tmpfilesdir }/release-snapshotter.conf
180184
181185install -d %{buildroot }%{_cross_libdir }/systemd/networkd.conf.d
182186install -p -m 0644 %{S:95 } %{buildroot }%{_cross_libdir }/systemd/networkd.conf.d/80-release.conf
@@ -215,7 +219,7 @@ install -p -m 0644 \
215219 %{S:1045 } %{S:1046 } %{S:1047 } %{S:1048 } %{S:1049 } \
216220 %{S:1050 } \
217221 %{S:1060 } %{S:1061 } %{S:1062 } %{S:1063 } %{S:1064 } \
218- %{S:1065 } %{S:1066 } %{S:1067 } \
222+ %{S:1065 } %{S:1066 } %{S:1067 } %{ S:1068 } \
219223 %{buildroot }%{_cross_unitdir }
220224
221225install -d %{buildroot }%{_cross_unitdir }/systemd-tmpfiles-setup.service.d
@@ -274,6 +278,7 @@ install -p -m 0644 %{S:206} %{buildroot}%{_cross_templatedir}/aws-config
274278install -p -m 0644 %{S:207 } %{buildroot }%{_cross_templatedir }/aws-credentials
275279install -p -m 0644 %{S:208 } %{buildroot }%{_cross_templatedir }/modules-load
276280install -p -m 0644 %{S:209 } %{buildroot }%{_cross_templatedir }/log4j-hotpatch-enabled
281+ install -p -m 0644 %{S:210 } %{buildroot }%{_cross_templatedir }/selected-snapshotter
277282
278283install -d %{buildroot }%{_cross_unitdir }/systemd-udev-trigger.service.d/
279284install -p -m 0644 %{S:1105 } %{buildroot }%{_cross_unitdir }/systemd-udev-trigger.service.d/00-selinux.conf
@@ -360,6 +365,9 @@ ln -s preconfigured.target %{buildroot}%{_cross_unitdir}/default.target
360365%{_cross_templatedir }/log4j-hotpatch-enabled
361366%{_cross_udevrulesdir }/61-mount-cdrom.rules
362367%{_cross_datadir }/logdog.d/logdog.common.conf
368+ %{_cross_unitdir }/configure-snapshotter.service
369+ %{_cross_templatedir }/selected-snapshotter
370+ %{_cross_tmpfilesdir }/release-snapshotter.conf
363371
364372%files fips
365373%{_cross_bootconfigdir }/10-fips.conf
0 commit comments