Skip to content

Commit

Permalink
prairiedog: fix source number to match with other templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmt-lab committed Jan 17, 2024
1 parent f71e98d commit 4aaf97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/os/os.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Source12: 00-resolved.conf
%if %{with k8s_runtime}
Source13: cis-checks-k8s-metadata-json
%endif
Source15: prairiedog-toml

# 1xx sources: systemd units
Source100: apiserver.service
Expand All @@ -55,7 +56,6 @@ Source121: disable-udp-offload.service
Source122: has-boot-ever-succeeded.service
Source123: run-netdog.mount
Source124: write-network-status.service
Source126: prairiedog-toml

# 2xx sources: tmpfilesd configs
Source200: migration-tmpfiles.conf
Expand Down Expand Up @@ -473,7 +473,7 @@ install -d %{buildroot}%{_cross_datadir}/updog
install -p -m 0644 %{_cross_repo_root_json} %{buildroot}%{_cross_datadir}/updog

install -d %{buildroot}%{_cross_templatedir}
install -p -m 0644 %{S:5} %{S:6} %{S:7} %{S:8} %{S:126} %{buildroot}%{_cross_templatedir}
install -p -m 0644 %{S:5} %{S:6} %{S:7} %{S:8} %{S:15} %{buildroot}%{_cross_templatedir}

install -d %{buildroot}%{_cross_unitdir}
install -p -m 0644 \
Expand Down

0 comments on commit 4aaf97d

Please sign in to comment.