diff options
-rw-r--r-- | numlock.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/numlock.spec b/numlock.spec index 0d70036..2e11a3f 100644 --- a/numlock.spec +++ b/numlock.spec @@ -3,7 +3,7 @@ %define name numlock %define version 2.0 -%define release %mkrel 14 +%define release %mkrel 15 Summary: Numlock key locker Name: %{name} @@ -15,6 +15,8 @@ Group: System/Configuration/Boot and Init Source0: %{name}-%{version}.tar.bz2 BuildRequires: XFree86-devel BuildRoot: %{_tmppath}/%{name}-buildroot +# do not require X11 libs +autoReq: no Requires(post): rpm-helper Requires(preun): rpm-helper Requires: fileutils console-tools glibc @@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 8 2006 Olivier Blin <oblin@mandriva.com> 2.0-15mdk +- disable autoReq back (not to require X11 libs) + * Mon Jan 9 2006 Olivier Blin <oblin@mandriva.com> 2.0-14mdk - convert parallel init to LSB - mkrel |