diff --git a/kbd-sysconfig-console b/kbd-sysconfig-console deleted file mode 100644 index 428470d..0000000 --- a/kbd-sysconfig-console +++ /dev/null @@ -1,9 +0,0 @@ -# -# kbd console configuration file -# - -# Load the following font at boot time and apply to all ttys -CONSOLE_FONT="lat9w-16.psfu" - -# Specify a unicode map for fonts that don't have one internal (.psfu have it) -CONSOLE_UNICODEMAP="" diff --git a/kbd.spec b/kbd.spec index f08a0de..40886d8 100644 --- a/kbd.spec +++ b/kbd.spec @@ -1,6 +1,6 @@ Name: kbd Version: 2.0.2 -Release: 1mamba +Release: 2mamba Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) Group: System/Kernel and Hardware Vendor: openmamba @@ -10,11 +10,13 @@ Packager: Silvan Calarco URL: http://www.kernel.org #http://www.kernel.org/pub/linux/utils/kbd/%{name}-%{version}.tar.bz2 Source: ftp://devel.altlinux.org/legion/kbd/kbd-%{version}.tar.gz -Source2: kbd-sysconfig-console Patch0: kbd-1.12-gcc4-fixes-1.patch Patch1: kbd-1.12-it-macbook.patch Patch2: kbd-1.15.3-es.po_fix-1.patch -Requires: initscripts +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libpam-devel +## AUTOBUILDREQ-END License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -53,9 +55,6 @@ install -d %{buildroot}/sbin mv %{buildroot}%{_bindir}/kbdrate \ %{buildroot}/sbin -install -D -m 0644 %{S:2} \ - %{buildroot}%{_sysconfdir}/sysconfig/console - %find_lang %{name} %clean @@ -63,7 +62,6 @@ install -D -m 0644 %{S:2} \ %files -f %{name}.lang %defattr(-,root,root) -%config %{_sysconfdir}/sysconfig/console /bin/* /sbin/kbdrate %{_bindir}/* @@ -79,6 +77,10 @@ install -D -m 0644 %{S:2} \ %doc COPYING %changelog +* Sat Mar 14 2015 Silvan Calarco 2.0.2-2mamba +- remove obsolete /etc/sysconfig/console +- don't require initscripts + * Mon Aug 04 2014 Automatic Build System 2.0.2-1mamba - automatic update by autodist