aboutsummaryrefslogtreecommitdiffstats
path: root/distro
Commit message (Collapse)AuthorAgeFilesLines
* Pkg: Improve RPM package unit fileVincent Bernat2022-03-111-1/+2
| | | | | Update the RPM package unit file to check configuration before start and to use "birdc configure" instead of "kill -HUP".
* Pkg: Enable docs subpackage for DebianOndrej Zajicek (work)2021-05-193-0/+20
|
* ubuntu: use any init-system-helpersJakub Ružička2021-05-191-1/+1
| | | | | | | | | | | init-system-helpers (>= 1.56~) can't be satisfied on: * Ubuntu 18.04 (1.51) * Ubuntu 16.04 (1.29) * Debian 9 (1.48) Remove the specific version requirement in order to enable build on older platforms.
* suse: fix bird.spec to work on SUSEJakub Ružička2021-05-191-2/+2
| | | | | | | SUSE is more strict about .spec. * use SPDX license id * add missing %ghost file directive
* docs: disable docs subpackage to fix FTBFSJakub Ružička2021-05-196-1420/+1
| | | | | | Adressing following FTBFS on all older debian/ubuntu distros: Can't locate LinuxDocTools/Data/Latin1ToSgml.pm in @INC (you may need to install the LinuxDocTools::Data::Latin1ToSgml module)
* add apkg-powered upstream packaging for deb, rpmJakub Ružička2021-05-1927-0/+2362
Files in a single new distro/ dir allow apkg to build BIRD packages for various distros directly from upstream sources as well as from upstream archives. Please see distro/README.md for more detail as well as apkg docs: https://apkg.rtfd.io I've used these files to build bird-2.0.8 on all currently supported releases of following distros: * Debian * Ubuntu * Fedora * CentOS * openSUSE Please note that latest apkg with accumulated fixes for bird is needed: https://gitlab.nic.cz/packaging/apkg/-/merge_requests/35