diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-29 13:21:48 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-29 13:21:48 +0000 |
commit | 7f3cb1d0b41c4c2aa60bbad419644578757adffb (patch) | |
tree | 6dd22fa5f6748830c5ba799444d4a790032c292c /msec.spec | |
parent | 20c20045d5483f6f0f10b75b2a45d489d2b76612 (diff) | |
download | msec-7f3cb1d0b41c4c2aa60bbad419644578757adffb.tar msec-7f3cb1d0b41c4c2aa60bbad419644578757adffb.tar.gz msec-7f3cb1d0b41c4c2aa60bbad419644578757adffb.tar.bz2 msec-7f3cb1d0b41c4c2aa60bbad419644578757adffb.tar.xz msec-7f3cb1d0b41c4c2aa60bbad419644578757adffb.zip |
"Seethechangelog"
Diffstat (limited to 'msec.spec')
-rw-r--r-- | msec.spec | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,10 +1,13 @@ # do not modify Version below, modify it in Makefile (see CVS) %define version 0.9 +%define release 12mdk Summary: Security Level & Program for the Linux Mandrake distribution Name: msec Version: %{version} -Release: 11mdk +Release: %{release} +# get the source from our cvs repository (see +# http://www.linuxmandrake.com/en/cvs.php3) Source: %{name}-%{version}.tar.bz2 Copyright: GPL Group: System Environment/Base @@ -33,13 +36,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc AUTHORS COPYING Makefile README doc/*txt ChangeLog +%doc AUTHORS COPYING Makefile README +%doc doc/*txt ChangeLog doc/*ps /etc/security/msec /usr/bin/promisc_check /var/log/security.log /var/log/security +/usr/man/*/* %changelog +* Tue Dec 28 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com> +- add man-pages from camille. + * Fri Dec 24 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com> - Use the mail user variable. - level[35]: also do a mail report. |