Don't require kbd-legacy in main kbd package anymore
This commit is contained in:
parent
02a2eb26c9
commit
de77dbc7a3
8
kbd.spec
8
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 <vcrhonek@redhat.com> - 2.3.0-4
|
||||
- Don't require kbd-legacy in main kbd package anymore
|
||||
Resolves: #1891811
|
||||
|
||||
* Wed Sep 23 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-3
|
||||
- Exclude test library instead of removing it to fix --nocheck builds
|
||||
Resolves: #1881515
|
||||
|
Loading…
Reference in New Issue
Block a user