Author: mguevara                     Date: Thu Apr  5 22:27:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 0.6, fixed runtime lookup for rex.rb

---- Files affected:
SPECS:
   metasploit3.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/metasploit3.spec
diff -u SPECS/metasploit3.spec:1.2 SPECS/metasploit3.spec:1.3
--- SPECS/metasploit3.spec:1.2  Thu Apr  5 21:36:08 2007
+++ SPECS/metasploit3.spec      Fri Apr  6 00:26:59 2007
@@ -2,16 +2,15 @@
 #
 # TODO:        
 #      - add R: rails and RubyGems
-#      - resolve runtime problem with loading ruby modules (rex)
-#        (move stuff to %{ruby_rubylibdir} ?)
 #      - fix double marking files 
 #      - some docs redundant
+#      - fix req /usr/local/bin/ruby 
 #
 Summary:       The Metasploit Framework - a powerful tool for penetration 
testing
 Summary(pl.UTF-8):     Metasploit Framework - narzędzie wspomagające testy 
penetracyjne
 Name:          metasploit3
 Version:       3.0
-Release:       0.5
+Release:       0.6
 License:       MFL v1.2+
 Group:         Applications
 Source0:       
http://framework-mirrors.metasploit.com/msf/downloader/framework-%{version}.tar.gz
@@ -67,7 +66,11 @@
 cp -a$l documentation/ChangeLog ChangeLog
 
 cd $RPM_BUILD_ROOT%{_bindir}
-ln -s ../lib/metasploit3/msf* ./
+
+for msf in msfcli msfconsole msfd msfencode msfgui msfopcode msfpayload 
msfpescan msfweb
+do
+       ln -sf %{_libdir}/metasploit3/${msf} ${msf}
+done
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -777,6 +780,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/04/05 22:26:59  mguevara
+- rel 0.6, fixed runtime lookup for rex.rb
+
 Revision 1.2  2007/04/05 19:36:08  mguevara
 - rel 0.5, more precise files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/metasploit3.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to