From 308f8ec53d564d48918c7732bdbf5044bf0fa825 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Tue, 24 Oct 2023 13:56:16 +0200 Subject: [PATCH 1/2] BuildRequire kbd to fix the build (bsc#1211104) --- package/yast2-country.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/yast2-country.spec b/package/yast2-country.spec index f5fa7a10..8a478c37 100644 --- a/package/yast2-country.spec +++ b/package/yast2-country.spec @@ -41,6 +41,9 @@ BuildRequires: yast2 >= 4.2.57 # systemd-mini does not add the xkb generated map which is needed by # the Keyboards.all_keyboards unit/integration test BuildRequires: systemd +# for kbd-model-map.xkb-generated +# systemd systemd requires it but somehow it's missing +BuildRequires: kbd Requires: timezone Requires: yast2-perl-bindings From 821a5f8e778b19584007f52d6a132e3b64c4d6ec Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Tue, 24 Oct 2023 13:56:34 +0200 Subject: [PATCH 2/2] version + changelog --- package/yast2-country.changes | 6 ++++++ package/yast2-country.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/yast2-country.changes b/package/yast2-country.changes index 819446c3..275bc07c 100644 --- a/package/yast2-country.changes +++ b/package/yast2-country.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 24 11:54:32 UTC 2023 - Martin Vidner + +- BuildRequire kbd to fix the build (bsc#1211104) +- 4.6.6 + ------------------------------------------------------------------- Tue Oct 17 14:30:07 UTC 2023 - Martin Vidner diff --git a/package/yast2-country.spec b/package/yast2-country.spec index 8a478c37..1a899894 100644 --- a/package/yast2-country.spec +++ b/package/yast2-country.spec @@ -16,7 +16,7 @@ # Name: yast2-country -Version: 4.6.5 +Version: 4.6.6 Release: 0 Summary: YaST2 - Country Settings (Language, Keyboard, and Timezone) License: GPL-2.0-only