The firebird rpms
Find a file
Fedora Release Engineering ea36e598d2 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 03:27:41 +00:00
.gitignore Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
add-pkgconfig-files.patch Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
autoconf.patch Patch for autoconf 2.72 (#2144802) 2022-11-24 15:27:14 +01:00
btyacc-honour-build-flags.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
c++17.patch Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
cloop-honour-build-flags.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
fb_config add shebang in fb_config, fix #1544837 2018-02-13 16:48:39 +01:00
firebird-configure-c99.patch Port configure script to C99 2022-12-01 19:04:47 +01:00
firebird-logrotate Initial import 2009-05-04 09:03:44 +00:00
firebird.service Remove Standard output type syslog (#2035798) 2022-05-13 09:40:32 +02:00
firebird.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2023-01-19 03:27:41 +00:00
Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch new upstream release 2016-10-12 16:38:40 +02:00
no-copy-from-icu.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
noexcept.patch Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
README.Fedora Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
sources Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00

Differences between upstream and the Fedora package
===================================================

* In /usr/bin you have isql-fb for Firebird isql.
  We can't name it isql to avoid conflict with isql from UNIX-ODBC.
  In /usr/bin you have also gstat-fb for Firebird gstat.
  We can't name it gstat to avoid conflict with gstat from Ganglia-gmond.

* By default, Firebird is set as superserver mode.
  Please read the Firebird doc if you want to change the mode.

* According to Fedora packaging rules, firebird service is not started 
  automatically. You need to start it, as root : 
    systemctl start firebird.service
  If you want to have firebird started at each boot, as root :
    systemctl enable firebird.service