SPECS: Firebird.spec - fixed md5, in Firebird 2.x is security2.fdb, no secu...
marcus
marcus at pld-linux.org
Fri Jul 4 10:19:06 CEST 2008
Author: marcus Date: Fri Jul 4 08:19:06 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed md5, in Firebird 2.x is security2.fdb, no security.fdb
---- Files affected:
SPECS:
Firebird.spec (1.59 -> 1.60)
---- Diffs:
================================================================
Index: SPECS/Firebird.spec
diff -u SPECS/Firebird.spec:1.59 SPECS/Firebird.spec:1.60
--- SPECS/Firebird.spec:1.59 Wed Jun 25 16:24:18 2008
+++ SPECS/Firebird.spec Fri Jul 4 10:19:00 2008
@@ -231,7 +231,7 @@
install gen/firebird/lib/libfbembed.so* $RPM_BUILD_ROOT%{_libdir}
cd gen/buildroot/%{ibdir}
-cp -af UDF bin help intl aliases.conf firebird.conf firebird.msg security.fdb \
+cp -af UDF bin help intl aliases.conf firebird.conf firebird.msg security2.fdb \
$RPM_BUILD_ROOT%{ibdir}
install include/* $RPM_BUILD_ROOT%{_includedir}
cp -df lib/* $RPM_BUILD_ROOT%{_libdir}
@@ -290,7 +290,7 @@
%attr(755,root,root) %{ibdir}/intl/fbintl
%{ibdir}/firebird.msg
# following files should be in /var (*.fdb) and /etc (*.conf)?
-%attr(660,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/security.fdb
+%attr(660,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/security2.fdb
%attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/aliases.conf
%attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/firebird.conf
%if %{with ss}
@@ -337,6 +337,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.60 2008/07/04 08:19:00 marcus
+- fixed md5, in Firebird 2.x is security2.fdb, no security.fdb
+
Revision 1.59 2008/06/25 14:24:18 marcus
- kill ReleaseCandidate1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Firebird.spec?r1=1.59&r2=1.60&f=u
More information about the pld-cvs-commit
mailing list