From e3bbbe5d823c6d83e0fe765dfdf3bbd02e6d5fe6 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 30 Oct 2020 02:40:47 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/kbd.git#de77dbc7a309249887deff748456f0d34e930ead --- kbd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kbd.spec b/kbd.spec index 7857365..d0a5989 100644 --- a/kbd.spec +++ b/kbd.spec @@ -5,7 +5,7 @@ Name: kbd Version: 2.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) License: GPLv2+ URL: http://www.kbd-project.org/ @@ -38,8 +38,6 @@ Patch7: kbd-2.0.4-covscan-fixes.patch BuildRequires: gcc, bison, flex, gettext, pam-devel, check-devel, automake BuildRequires: console-setup, xkeyboard-config Requires: %{name}-misc = %{version}-%{release} -# Temporarily require -legacy -Requires: %{name}-legacy = %{version}-%{release} # Be sure that system is after UsrMove Conflicts: filesystem < 3 Provides: vlock = %{version} @@ -198,6 +196,10 @@ make check %{kbd_datadir}/keymaps/legacy %changelog +* Thu Oct 29 2020 Vitezslav Crhonek - 2.3.0-4 +- Don't require kbd-legacy in main kbd package anymore + Resolves: #1891811 + * Wed Sep 23 2020 Vitezslav Crhonek - 2.3.0-3 - Exclude test library instead of removing it to fix --nocheck builds Resolves: #1881515