-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sources: remove unused crate servicedog
Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
- Loading branch information
1 parent
4ea71e2
commit 23b579f
Showing
8 changed files
with
1 addition
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,11 +158,6 @@ Summary: Dispatches Bottlerocket update commands | |
%description -n %{_cross_os}thar-be-updates | ||
%{summary}. | ||
|
||
%package -n %{_cross_os}servicedog | ||
Summary: Manipulates systemd units based on setting changes | ||
%description -n %{_cross_os}servicedog | ||
%{summary}. | ||
|
||
%package -n %{_cross_os}host-containers | ||
Summary: Manages system- and user-defined host containers | ||
Requires: %{_cross_os}host-ctr | ||
|
@@ -327,7 +322,6 @@ echo "** Output from non-static builds:" | |
-p bork \ | ||
-p thar-be-settings \ | ||
-p thar-be-updates \ | ||
-p servicedog \ | ||
-p host-containers \ | ||
-p storewolf \ | ||
-p settings-committer \ | ||
|
@@ -374,7 +368,7 @@ install -d %{buildroot}%{_cross_bindir} | |
for p in \ | ||
apiserver \ | ||
early-boot-config netdog sundog schnauzer bork corndog \ | ||
thar-be-settings thar-be-updates servicedog host-containers \ | ||
thar-be-settings thar-be-updates host-containers \ | ||
storewolf settings-committer \ | ||
migrator prairiedog certdog \ | ||
signpost updog metricdog logdog \ | ||
|
@@ -514,9 +508,6 @@ install -p -m 0644 %{S:300} %{buildroot}%{_cross_udevrulesdir}/80-ephemeral-stor | |
%{_cross_bindir}/thar-be-updates | ||
%{_cross_tmpfilesdir}/thar-be-updates.conf | ||
|
||
%files -n %{_cross_os}servicedog | ||
%{_cross_bindir}/servicedog | ||
|
||
%files -n %{_cross_os}host-containers | ||
%{_cross_bindir}/host-containers | ||
%{_cross_unitdir}/[email protected] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.