diff -dur --exclude='.emacs*' --exclude=RCS numlock.orig/SPEC/numlock.spec numlock/SPEC/numlock.spec --- numlock.orig/SPEC/numlock.spec 2003-10-22 13:49:49 +0700 +++ numlock/SPEC/numlock.spec 2005-04-08 12:16:41 +0700 @@ -1,6 +1,6 @@ Name: numlock Version: 2.0 -Release: ipl9mdk +Release: ipl10mdk Summary: Numlock key locker License: GPL @@ -9,7 +9,11 @@ Source1: %name.init AutoReq: no -Requires: coreutils console-tools +Requires: coreutils +# due to setleds +Requires: console-tools_or_kbd +# initscript uses setleds: +Requires(post,preun): console-tools_or_kbd Obsoletes: NumLock # Automatically added by buildreq on Wed Oct 22 2003 @@ -30,6 +34,8 @@ %install %makeinstall TOP=$RPM_BUILD_ROOT INITRDDIR=%_initdir %__install -pm755 %SOURCE1 $RPM_BUILD_ROOT%_initdir/%name +# Remove unpackaged files: +rm $RPM_BUILD_ROOT%_x11mandir/fr/man?/* %post %post_service %name @@ -46,6 +52,9 @@ #%lang(fr)%_x11mandir/fr/man?/* %changelog +* Thu Apr 7 2005 Ivan Zakharyaschev 2.0-ipl10mdk +- requires console-tools_or_kbd (instead of console-tools) + * Wed Oct 22 2003 Aleksandr Blokhin (Sass) 2.0-ipl9mdk - changed package requires - specs cleanup