diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 2001-09-19 17:00:59 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 2001-09-19 17:00:59 +0000 |
commit | d6975992da3f8284eb1024e74a64ca99cf8ee92c (patch) | |
tree | f01e4fb445a2baa916088d1ad9729dcac12cb65a | |
parent | 40c9f7b24bdca51995fc59ff0be45edb00c76774 (diff) | |
download | msec-d6975992da3f8284eb1024e74a64ca99cf8ee92c.tar msec-d6975992da3f8284eb1024e74a64ca99cf8ee92c.tar.gz msec-d6975992da3f8284eb1024e74a64ca99cf8ee92c.tar.bz2 msec-d6975992da3f8284eb1024e74a64ca99cf8ee92c.tar.xz msec-d6975992da3f8284eb1024e74a64ca99cf8ee92c.zip |
Require /bin/touchV0_15_27mdk
-rw-r--r-- | msec.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ Summary: Security Level & Program for the Linux Mandrake distribution Name: msec Version: 0.15 -Release: 26mdk +Release: 27mdk Source: %{name}-%{version}.tar.bz2 Source2: msec.logrotate @@ -9,7 +9,7 @@ Source2: msec.logrotate License: GPL Group: System/Base BuildRoot: %_tmppath/%name-%version-%release-root -Requires: /bin/bash setup chkconfig >= 0.9-6 +Requires: /bin/bash /bin/touch setup chkconfig >= 0.9-6 %description The Mandrake-Security package is designed to provide generic @@ -81,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT # MAKE THE CHANGES IN CVS: NO PATCH OR SOURCE ALLOWED %changelog +* Wed Sep 19 2001 Yoann Vandoorselaere <yoann@mandrakesoft.com> 0.15-27mdk + +- Require /bin/touch. + * Wed Sep 19 2001 Yoann Vandoorselaere <yoann@mandrakesoft.com> 0.15-26mdk - Output in /etc/profile.d/msec.sh as only .sh extenssion files are read. |