Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | fix build and bump version | Julian Brost | |
basically applied changes from the regular icinga2 PKGBUILD | |||
2020-12-24 | add icingadb.conf to backup array and bump version | Julian Brost | |
2019-10-08 | add workaround for boost version not being detected correctly | Julian Brost | |
There is a problem with CMake>=3.15 and Boost>=1.70.0 where the value of a variable containing the boost version changed, for more details see https://github.com/Icinga/icinga2/issues/7566 | |||
2019-03-03 | bump version | Julian Brost | |
2019-02-17 | new version scheme using the last released version | Julian Brost | |
2018-02-24 | bump version and update .SRCINFO | Julian Brost | |
2018-02-24 | update maintainer/contributor header in PKGBUILD | Julian Brost | |
2018-02-24 | add dependency to libsystemd | Julian Brost | |
The icinga2 binary links against libsystemd now. | |||
2018-02-24 | add comments to package() and add another sanity check | Julian Brost | |
2018-02-24 | create system user and groups using systemd-sysusers | Julian Brost | |
2018-02-24 | move tmpfiles.conf to separate file | Julian Brost | |
Also remove unnecessary call to systemd-tempfiles in post_install: this is now automatically done by a pacman hook. | |||
2018-02-24 | merge split packages into one package | Julian Brost | |
The icinga2-common-git package included shared libraries most of which are now linked into the icinga2 binary. This also fixes the issue that /usr/lib/monitoring-plugins/check_nscp_api was included in both icinga2-git and icinga2-common-git. | |||
2018-02-24 | update backup array and check it for consistency in the build process | Julian Brost | |
The list is quite long for the icinga2 package and was incomplete at the moment. Update it and add a sanity check to the package() function to prevent this in the future. | |||
2018-02-22 | remove icinga-studio-git package | Julian Brost | |
icinga studio was removed by upstream recently: https://github.com/Icinga/icinga2/pull/6059 | |||
2018-02-22 | add systemd to makedepends, required for building with extra-x86_64-build | Julian Brost | |
2017-02-06 | Split package to include Icinga Studio | Malte Rabenseifner | |
2016-06-08 | Add missing dependencies | Malte Rabenseifner | |
openssl should have been implicitly used in the past, libedit is required for command history and line-editing when using `icinga2 console` | |||
2016-06-08 | Fix small issues in PKGBUILD | Malte Rabenseifner | |
2015-06-20 | Initial import | Malte Rabenseifner | |