summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-31Packaging: added support for RHEL 9.Konstantin Pavlov1-0/+12
2022-05-16Packages: ship README.md and CONTRIBUTING.md.Konstantin Pavlov1-1/+1
2021-11-12Packages: added support for Fedora 35.Andrei Belov1-1/+3
2021-04-21Packages: switched to common address for package maintainers.Andrei Belov1-0/+4
2021-04-08Packages: moved Amazon Linux 2 packages to use openssl 1.1Konstantin Pavlov1-0/+4
2021-03-24Packages: added man page on rpm-based systems.Konstantin Pavlov1-1/+1
2021-01-26Packages: added Fedora 33 support.Andrei Belov1-1/+3
2020-12-24Packages: fixed an ability to override package version.Andrei Belov1-1/+2
This was broken since 00d8049418cf.
2020-12-23Packages: set the "--user" value to "nobody" for build-stage tests.Andrei Belov1-2/+2
This allows tests to pass well in cases when the default user specified in the ./configure parameters does not exist in the building environment.
2020-12-17Packages: run non-privileged processes under "unit" user.Andrei Belov1-0/+2
2020-12-16Packages: introduced PYTEST_ARGS env variable for test targets.Andrei Belov1-2/+2
This is useful for running particular tests, e.g.: PYTEST_ARGS='test/test_respawn.py::TestRespawn::test_respawn_router' make test
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-2/+2
2020-06-16Packages: added Fedora 32 support.Andrei Belov1-1/+5
2020-03-12Using disk file to store large request body.Max Romanov1-0/+1
This closes #386 on GitHub.
2019-12-24Go: moving source files to the root of the project.Max Romanov1-1/+1
This patch includes packaging changes related to files move.
2019-12-10Packages: added Python 3 support on Amazon Linux 2 (LTS).Andrei Belov1-1/+2
2019-12-02Packages: added Python 3 support on RHEL/CentOS 7.Andrei Belov1-1/+2
2019-07-04Packages: log and pid paths made consistent.Andrei Belov1-2/+2
2019-03-26Packages: added RHEL 8 support.Andrei Belov1-0/+13
2019-02-28Packages: added unit-jsc (Java Servlet Container) family.Andrei Belov1-8/+31
2019-02-26Packages: fixed packages build, broken in 00d8049418cf.Andrei Belov1-1/+1
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov1-3/+2
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926).
2019-02-14Packages: removed unit-perl on CentOS 6.Andrei Belov1-1/+7
CentOS 6 has Perl version 5.10, which is unsupported by Unit.
2019-01-24Packages: systemd and other improvements.Remi Collet1-1/+1
See the following links for details: https://github.com/nginx/unit/pull/212 https://github.com/nginx/unit/issues/213 Closes #155, closes #212, closes #213.
2019-01-24Packages: Fedora >= 29 have python 3.7.Remi Collet1-0/+4
Closes #211.
2018-10-25Packages: updated to 1.5-1.Valentin Bartenev1-1/+1
2018-09-27Packages: updated to 1.4-2.Andrei Belov1-1/+1
2018-09-20Packages: enabled OpenSSL support.Andrei Belov1-3/+4
2018-04-02Added Ruby packaging support.Andrei Belov1-0/+3
2018-02-28Packages: added Fedora support.Andrei Belov1-0/+10
Tested on currently supported releases: Fedora 26, Fedora 27.
2018-03-01Packages: added openSUSE Leap, openSUSE Tumbleweed, SLES support.Andrei Belov1-5/+45
2018-03-01Packages: fixed changelog generation for rpms.Andrei Belov1-2/+2
2018-03-01Packages: include unit.spec under specs target.Andrei Belov1-1/+1
2018-03-01Packages: unified check-build-depends target.Andrei Belov1-24/+11
2018-02-28Packages: added essential build dependencies.Andrei Belov1-1/+2
2018-02-07Packages: added Perl package.Andrei Belov1-0/+2
2018-01-26Packages: "test" and "test-debug" targets for rpm.Andrei Belov1-2/+22
2018-01-22Packages: added support for Amazon Linux.Andrei Belov1-1/+26
2018-01-22Packages: improved per-module dependency tracking.Andrei Belov1-3/+23
2017-10-19Introduced rpm packages building tools.Andrei Belov1-0/+137