Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM: Remove crio #524

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions rpm/conmon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%endif

%install
%{__make} PREFIX=%{buildroot}%{_prefix} install.bin install.crio
%{__make} PREFIX=%{buildroot}%{_prefix} install.bin

%if %{with docs}
%{__make} PREFIX=%{buildroot}%{_prefix} -C docs install
Expand All @@ -70,17 +70,10 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_libexecdir}/crio/%{name}
%dir %{_libexecdir}/crio

%if %{with docs}
%{_mandir}/man8/%{name}.8.gz
%endif

%changelog
%if %{defined autochangelog}
%autochangelog
%else
* Fri Jan 26 2024 RH Container Bot <[email protected]>
- Placeholder changelog for envs that are not autochangelog-ready
%endif
Loading