The firebird rpms
Find a file
2025-09-25 14:06:39 -05:00
.gitignore 4.0.6.3221 2025-09-25 11:23:32 -05:00
0001-Port-to-RISC-V-64-bit-riscv64.patch Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
add-pkgconfig-files.patch Update to 4.0.0 (#1963311) 2021-06-08 14:10:17 +02:00
btyacc-honour-build-flags.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
c++17.patch 4.0.6.3221 2025-09-25 11:23:32 -05:00
cloop-honour-build-flags.patch Update to 4.0.2 (#2033945) 2022-08-12 16:00:39 +02:00
examples-honour-build-flags.patch Respect build flags in examples 2023-11-03 15:45:05 -04:00
fb_config new upstream release 2019-09-18 14:43:56 +02:00
firebird-logrotate new upstream release 2019-09-18 14:43:56 +02:00
firebird.service Remove Standard output type syslog (#2035798) 2022-05-13 09:40:32 +02:00
firebird.spec Revert sysusers change 2025-09-25 14:04:54 -05:00
fix_build_on_big_endian_platforms.patch remove patchs 2022-08-12 16:25:00 +02:00
Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch new upstream release 2019-09-18 14:43:56 +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 14:10:17 +02:00
sources 4.0.6.3221 2025-09-25 11:23:32 -05:00
ttmath-abseil.4.0.0.patch remove patchs 2022-08-12 16:25:00 +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