From 32fdc413415c9f9b707eb856e3a2b11769c9810578baa784d7be29045c913d7c Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 28 Jun 2021 10:22:15 +0000 Subject: [PATCH] - Don't restart systemd-vconsole-setup.service explicitly (boo#1187618) OBS-URL: https://build.opensuse.org/package/show/system:install:head/live-langset-data?expand=0&rev=33 --- langset.sh | 3 --- live-langset-data.changes | 5 +++++ live-langset-data.spec | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/langset.sh b/langset.sh index 26393d4..2e3f8fb 100644 --- a/langset.sh +++ b/langset.sh @@ -86,6 +86,3 @@ fi [ -z "$keytable" ] || localectl set-keymap $keytable echo "$lang" > /var/lib/zypp/RequestedLocales - -# Make sure all changes are in effect when returning -systemctl restart systemd-vconsole-setup diff --git a/live-langset-data.changes b/live-langset-data.changes index 628a728..daf99ba 100644 --- a/live-langset-data.changes +++ b/live-langset-data.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 10:16:55 UTC 2021 - Fabian Vogt + +- Don't restart systemd-vconsole-setup.service explicitly (boo#1187618) + ------------------------------------------------------------------- Tue Jul 7 10:30:19 UTC 2020 - Callum Farmer diff --git a/live-langset-data.spec b/live-langset-data.spec index 1ced7be..3e2c8cc 100644 --- a/live-langset-data.spec +++ b/live-langset-data.spec @@ -1,7 +1,7 @@ # # spec file for package live-langset-data # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed