rpms/lynis/devel lynis.spec,1.3,1.4

Rakesh Pandit rakesh at fedoraproject.org
Mon Jun 8 11:57:22 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/lynis/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21145

Modified Files:
	lynis.spec 
Log Message:
Fixed missing requires - e2fsprogs, module-init-tools, audit .


Index: lynis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lynis/devel/lynis.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- lynis.spec	12 Apr 2009 14:38:37 -0000	1.3
+++ lynis.spec	8 Jun 2009 11:56:49 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           lynis
 Version:        1.2.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Security and system auditing tool
 Group:          Applications/System
 License:        GPLv3
@@ -8,6 +8,7 @@ URL:            http://www.rootkit.nl/pr
 Source0:        http://www.rootkit.nl/files/lynis-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+Requires:       e2fsprogs, module-init-tools, audit
 
 %description
 Lynis is a security and system auditing tool. It scans a system on the
@@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/%{name}/default.prf
 
 %changelog
+* Mon Jun 08 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1.2.6-2
+- fixed requires tag
+
 * Sun Apr 12 2009 Rakesh Pandit <rakesh at fedoraporject.org> - 1.2.6-1
 - Updated to 1.2.6: CHANHELOG for details
 




More information about the fedora-extras-commits mailing list