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).