we dropped open package, infavor of openvt in kbd

This commit is contained in:
Jesse Keating 2006-07-15 00:46:38 +00:00
parent 20e36c0300
commit d2105d8ce3

View File

@ -1,7 +1,7 @@
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
Name: kbd
Version: 1.12
Release: 16.1
Release: 17
License: GPL
Group: System Environment/Base
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
@ -23,8 +23,8 @@ Patch7: kbd-1.12-alias.patch
Patch8: kbd-1.12-dir.patch
Patch9: kbd-1.12-no-user-map.patch
Patch10: kbd-1.12-resizecon-man.patch
Obsoletes: console-tools
Provides: console-tools
Obsoletes: console-tools open
Provides: console-tools open
Conflicts: util-linux < 2.11r-9
Prereq: initscripts >= 5.86-1
ExcludeArch: s390 s390x
@ -104,6 +104,9 @@ install -c -m644 %{SOURCE2} \
install -c -m644 %{SOURCE3} \
$RPM_BUILD_ROOT%{_sysconfdir}/pam.d/kbdrate
# Link open to openvt
ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
%find_lang %{name}
%clean
@ -124,6 +127,10 @@ install -c -m644 %{SOURCE3} \
%config %{_sysconfdir}/pam.d/*
%changelog
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.12-17
- Obsoletes/Provides open
- Create a symlink from open to openvt
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.12-16.1
- rebuild