remove obsolete /etc/sysconfig/console
don't require initscripts [release 2.0.2-2mamba;Sat Mar 14 2015]
This commit is contained in:
parent
c0916716ac
commit
63de481025
@ -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=""
|
16
kbd.spec
16
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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 2.0.2-2mamba
|
||||
- remove obsolete /etc/sysconfig/console
|
||||
- don't require initscripts
|
||||
|
||||
* Mon Aug 04 2014 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user