The firebird rpms
Find a file
Kalev Lember b609bd4fdb Recommend logrotate rather than hard requiring
This makes it possible for the flatpak module builds (libreoffice
flatpak) to avoid logrotate dep that doesn't make sense inside flatpak
containers.

Using Recommends instead of Requires still means that it gets pulled in
by default for regular fedora rpm installs, but users can exclude the
package if they have to.
2021-10-10 18:24:29 +02:00
.gitignore 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 11:49:50 +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.0 (#1963311) 2021-06-08 11:49:50 +02:00
fb_config add shebang in fb_config, fix #1544837 2018-02-13 16:48:39 +01:00
firebird-logrotate Initial import 2009-05-04 09:03:44 +00:00
firebird-superserver.service Remove tmpfile, fix #1687058 2019-08-21 13:30:25 +02:00
firebird.service Update to 4.0.0 (#1963311) 2021-06-08 11:49:50 +02:00
firebird.spec Recommend logrotate rather than hard requiring 2021-10-10 18:24:29 +02:00
fix_build_on_big_endian_platforms.patch Fix build on s390x (#1969393) 2021-08-20 10:54:46 +02: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.0 (#1963311) 2021-06-08 11:49:50 +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.0 (#1963311) 2021-06-08 11:49:50 +02:00
ttmath-abseil.4.0.0.patch Fix build on s390x (#1969393) 2021-08-20 10:54:46 +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