The firebird rpms
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. |
||
|---|---|---|
| .gitignore | ||
| add-pkgconfig-files.patch | ||
| c++17.patch | ||
| cloop-honour-build-flags.patch | ||
| fb_config | ||
| firebird-logrotate | ||
| firebird-superserver.service | ||
| firebird.service | ||
| firebird.spec | ||
| fix_build_on_big_endian_platforms.patch | ||
| Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch | ||
| no-copy-from-icu.patch | ||
| noexcept.patch | ||
| README.Fedora | ||
| sources | ||
| ttmath-abseil.4.0.0.patch | ||
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