Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion packaging/rpm/microshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Source0: https://github.com/openshift/microshift/archive/%{commit}/microshift-%{

ExclusiveArch: x86_64 aarch64

BuildRequires: gcc
BuildRequires: make
BuildRequires: policycoreutils
BuildRequires: systemd
Expand Down
2 changes: 1 addition & 1 deletion scripts/devenv-builder/configure-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fi
if ${INSTALL_BUILD_DEPS} || ${BUILD_AND_RUN}; then
sudo dnf clean all -y
sudo dnf update -y
sudo dnf install -y gcc git cockpit make jq selinux-policy-devel rpm-build jq bash-completion
sudo dnf install -y git cockpit make jq selinux-policy-devel rpm-build jq bash-completion
sudo systemctl enable --now cockpit.socket
fi

Expand Down