From 85e61aa5c3361f8eed5182150a836dd82bd39d74 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 22 2019 23:56:05 +0000 Subject: Add CentOS background image to login screen. - Previously, the cockpit login screen was using its default background image, which is not the CentOS 8 artistic motif. As consequence, it affects the convention of one unique visual style in all visual manifestations. To make cockpit visual style consequent with CentOS visual style: - Add SOURCE/src/branding/centos/bg-plain.jpg holding CentOS 8 artistic motif. - Update SOURCE/src/branding/centos/Makefile.am to consider bg-plain.jpg - Repack cockpit-185.1.tar.xz file with these changes. - Change cockpit.spec from 185.1-1 to 185.1-2. --- diff --git a/.cockpit.metadata b/.cockpit.metadata index 1f9e117..0998389 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1 +1 @@ -e0e17bb301ec6ffb66a65d7b1dbc3dff3e62b7c6 SOURCES/cockpit-185.1.tar.xz +dd7928a22cd5a25362823bd3e78ed537c65a882c SOURCES/cockpit-185.1.tar.xz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index ef96eec..d8e63fa 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -1,6 +1,6 @@ # This spec file has been automatically updated -Version: 185.1 -Release: 1%{?dist} +Version: 185.1 +Release: 2%{?dist} # # This file is maintained at the following location: # https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec @@ -833,6 +833,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Sun Jul 21 2019 Alain Reguera Delagdo - 185.1-2 +- Add CentOS background image to login screen. + * Fri May 24 2019 Martin Pitt - 185.1-1 - system: Add CPU security mitigations dialog rhbz#1713186