diff options
-rw-r--r-- | numlock.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/numlock.spec b/numlock.spec index fd0a119..10b1dd5 100644 --- a/numlock.spec +++ b/numlock.spec @@ -3,7 +3,7 @@ %define name numlock %define version 2.0 -%define release 9mdk +%define release 10mdk Summary: Numlock key locker Name: %{name} @@ -24,7 +24,7 @@ Provides: NumLock = %{version}-%{release} NumLock enable to lock the numlock key. Only enable it at boot-time with ntsysv or with any other SVSR like rc.d config scripts editor such as tksysv or the ones from GNOME and KDE. -NumLock is safe for portable as it is disabled by default. +NumLock is safe for laptops since it is disabled by default. %prep %setup -q @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 3 2004 Olivier Blin <blino@mandrake.org> 2.0-10mdk +- fix description (Rafael) + * Fri Dec 3 2004 Olivier Blin <blino@mandrake.org> 2.0-9mdk - add nl man page - test the real lock file /var/lock/subsys/numlock |