diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-08 12:55:14 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-08 12:55:14 +0000 |
commit | 02c6785a11217f64f6c7945da9c331ee539f327d (patch) | |
tree | 201e02f156138e90995873ae4fff19393960cafc | |
parent | 4299de1e3338135fce3e86908c6147094494b0cd (diff) | |
download | numlock-02c6785a11217f64f6c7945da9c331ee539f327d.tar numlock-02c6785a11217f64f6c7945da9c331ee539f327d.tar.gz numlock-02c6785a11217f64f6c7945da9c331ee539f327d.tar.bz2 numlock-02c6785a11217f64f6c7945da9c331ee539f327d.tar.xz numlock-02c6785a11217f64f6c7945da9c331ee539f327d.zip |
2.0-15mdk
-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 |