From 579eb1908cdf2b039a218f686cb7bac5f376165a Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Sep 15 2019 13:25:38 +0000 Subject: add build dashboard back in --- diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index 92a9a35..af20350 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -1,6 +1,6 @@ # This spec file has been automatically updated Version: 195.1 -Release: 1%{?dist} +Release: 1%{?dist}.0.1 # # This file is maintained at the following location: # https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec @@ -37,7 +37,7 @@ Release: 1%{?dist} %define _hardened_build 1 # define to build the dashboard -# define build_dashboard 1 +%define build_dashboard 1 # build basic packages like cockpit-bridge %define build_basic 1 @@ -171,7 +171,6 @@ exec 2>&1 --without-storaged-iscsi-sessions \ %endif --with-appstream-data-packages='[ "appstream-data" ]' \ - %{!?build_dashboard:--disable-ssh} \ --with-nfs-client-package='"nfs-utils"' \ %{?vdo_on_demand:--with-vdo-package='"vdo"'} make -j4 %{?extra_flags} all @@ -833,6 +832,10 @@ via PackageKit. %endif # build optional extension packages %changelog +* Sun Sep 15 2019 Johnny Hughes 195.1-1.el7.centos.0.1 +- Import c7 base os version +- add back in Dashboard and ssh + * Mon Jun 03 2019 Martin Pitt 195.1-1 - Update translations rhbz#1688228