]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- fixed md5, in Firebird 2.x is security2.fdb, no security.fdb
authormarcus <marcus@pld-linux.org>
Fri, 4 Jul 2008 08:19:00 +0000 (08:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird.spec -> 1.60

Firebird.spec

index b057a9ae04ed2fdaf2c4a7f7c74f9c7c7f92b5fc..e3939ff98fdb9b61fc16e144d7137c57f36957c4 100644 (file)
@@ -230,7 +230,7 @@ install gen/firebird/lib/libfb*.a $RPM_BUILD_ROOT%{_libdir}
 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}
@@ -289,7 +289,7 @@ fi
 %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}
This page took 0.050108 seconds and 4 git commands to generate.