From 40a62ef9b4c2690ce9292cf9f3eed7bdfc489e47 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Tue, 22 Dec 2020 12:04:14 +0100 Subject: [PATCH] Cockpit problem fixed. --- centos/SPECS/389-ds-base.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/centos/SPECS/389-ds-base.spec b/centos/SPECS/389-ds-base.spec index 8e2414f..80864ff 100644 --- a/centos/SPECS/389-ds-base.spec +++ b/centos/SPECS/389-ds-base.spec @@ -402,13 +402,6 @@ mkdir -p %{buildroot}%{_datadir}/cockpit %endif make DESTDIR="$RPM_BUILD_ROOT" install -# For cockpit, fix for npm not building on CentOS 8 -%if %{use_cockpit} -pushd $RPM_BUILD_ROOT -tar xzf %{S:4} -popd -%endif - %if %{use_cockpit} find %{buildroot}%{_datadir}/cockpit/389-console -type d | sed -e "s@%{buildroot}@@" | sed -e 's/^/\%dir /' > cockpit.list find %{buildroot}%{_datadir}/cockpit/389-console -type f | sed -e "s@%{buildroot}@@" >> cockpit.list @@ -670,7 +663,7 @@ fi %changelog * Tue Dec 22 2020 Daniel Steiner -- Fix for cockpit console (npm does not compile the web conten). Prebuild content added +- Fix for cockpit console. * Wed Dec 9 2020 Daniel Steiner - Update to latest version (1.4.4.9).