SPECS: snort.spec - added create{mysql, postgresql}.sql scripts - r...
czarny
czarny at pld-linux.org
Sat Dec 3 18:59:45 CET 2005
Author: czarny Date: Sat Dec 3 17:59:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added create{mysql,postgresql}.sql scripts
- rel 2
---- Files affected:
SPECS:
snort.spec (1.122 -> 1.123)
---- Diffs:
================================================================
Index: SPECS/snort.spec
diff -u SPECS/snort.spec:1.122 SPECS/snort.spec:1.123
--- SPECS/snort.spec:1.122 Mon Oct 31 00:56:25 2005
+++ SPECS/snort.spec Sat Dec 3 18:59:39 2005
@@ -15,7 +15,7 @@
Summary(uk): Snort - ÓÉÓÔĹÍÁ ×ÉŃ×ĚĹÎÎŃ ÓĐŇĎ ×ÔĎŇÇÎĹÎÎŃ × ÍĹŇĹÖŐ
Name: snort
Version: 2.4.3
-Release: 1
+Release: 2
License: GPL
Vendor: Marty Roesch <roesch at sourcefire.com>
Group: Networking
@@ -169,7 +169,7 @@
install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,%{name},cron.daily,logrotate.d} \
$RPM_BUILD_ROOT%{_var}/log/{%{name},archiv/%{name}} \
$RPM_BUILD_ROOT%{_datadir}/mibs/site \
- $RPM_BUILD_ROOT%{_sysconfdir}/rules
+ $RPM_BUILD_ROOT%{_sysconfdir}/rules
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -181,6 +181,9 @@
install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}
+mv schemas/create_mysql schemas/create_mysql.sql
+mv schemas/create_postgresql schemas/create_postgresql.sql
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -218,6 +221,7 @@
%files
%defattr(644,root,root,755)
%doc doc/{AUTHORS,BUGS,CREDITS,NEWS,PROBLEMS,README*,RULES.todo,TODO,USAGE,WISHLIST,*.pdf}
+%doc schemas/create_{mysql,postgresql}.sql
%attr(755,root,root) %{_sbindir}/*
%attr(770,root,snort) %dir %{_var}/log/snort
%attr(770,root,snort) %dir %{_var}/log/archiv/%{name}
@@ -240,6 +244,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.123 2005/12/03 17:59:39 czarny
+- added create{mysql,postgresql}.sql scripts
+- rel 2
+
Revision 1.122 2005/10/30 23:56:25 arekm
- finished update to 2.4.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/snort.spec?r1=1.122&r2=1.123&f=u
More information about the pld-cvs-commit
mailing list