summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/unit.spec.in (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-22Packages: added libunit-wasm and headers to rpm packaging.Konstantin Pavlov1-0/+17
2023-08-22Packages: added pkg-config file packaging for rpm-based distros.Konstantin Pavlov1-0/+1
Debian-based distributions package it automatically.
2023-03-30Packages: added unitc and setup-unit.Konstantin Pavlov1-0/+7
2023-03-29Packages: fixed rpm builds after 817968931c58.Konstantin Pavlov1-3/+3
2023-02-06Packages: get rid of deprecated configure options.Konstantin Pavlov1-2/+2
2022-12-14Packages: Used a more common name for pkg-config.Konstantin Pavlov1-1/+1
pkg-config package is named differently on supported rpm-based systems: - Amazon Linux 2 has pkgconfig - Fedora has pkgconf-pkg-config - RHEL 7 has pkgconfig - RHEL 8 and 9 have pkgconfig-pkg-config What they share in common is they all provide 'pkgconfig', which we can use in the spec file so we don't have to specify it per-OS.
2022-12-07Packages: added njs support.Konstantin Pavlov1-0/+6
2022-11-04Packages: relaxed dependencies between modules and base package.Konstantin Pavlov1-0/+2
This allows us to update base or single modules packages without updating the whole set.
2022-06-21Packaging: removed support for SLES and derivatives.Konstantin Pavlov1-11/+0
The packages were never built for those OSes.
2022-06-20Packages: dropped /etc/unit directory.Konstantin Pavlov1-2/+0
It's never used.
2022-05-16Packages: ship README.md and CONTRIBUTING.md.Konstantin Pavlov1-1/+3
2021-12-02Packages: added systemd service for debug binary.Andrei Belov1-4/+8
2021-12-02Packages: added systemd service for debug binary.Andrei Belov1-4/+8
2021-04-21Packages: switched to common address for package maintainers.Andrei Belov1-2/+1
2021-04-08Packages: moved Amazon Linux 2 packages to use openssl 1.1Konstantin Pavlov1-0/+4
2021-03-26Packages: corrected permissions for /var/log/unit in rpm.Andrei Belov1-1/+1
Found by rpmlint.
2021-03-24Packages: added man page on rpm-based systems.Konstantin Pavlov1-1/+2
2020-12-22Packages: check and create unit user on each post-script invocation.Konstantin Pavlov1-4/+4
2020-12-17Packages: run non-privileged processes under "unit" user.Andrei Belov1-0/+19
2020-11-24Packages: added pcre2 to build depends.Konstantin Pavlov1-0/+2
While at it, propagate unit build depends to modules.
2020-11-24Packages: dropped support for non-systemd distributions.Konstantin Pavlov1-50/+8
2019-10-03Made rpm specs in line with the default branch.1.12.0-1Andrei Belov1-5/+0
Corresponding bits have been reverted in 159b672b12ce.
2019-03-26Packages: added RHEL 8 support.Andrei Belov1-1/+1
2019-02-26Fixed violation of the strict aliasing rules in 5d0edd35c4ce.Valentin Bartenev1-5/+0
In order to reduce number of operations over rb-tree and process them in batches simultaneously, all the timers changes are temporary stored in array. While processing of these changes, the same memory is also used for storing pointers to postpone timers adding. As the same block of memory has been referenced by two different types of pointers (nxt_timer_change_t * and nxt_timer_t **), some compilers may reorder operations with these pointers and produce broken code. See ticket #221 on GitHub for a particular case. Now the same "nxt_timer_change_t" structure is used in both cases. Also, reverted the -fno-strict-aliasing flag, which has been introduced in ef76227ec159 as a workaround for this issue.
2019-02-14Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.Andrei Belov1-0/+5
Closes #221 on GitHub.
2019-02-14Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.1.7.1-1Andrei Belov1-0/+5
Closes #221 on GitHub.
2019-01-24Packages: disabled debugsource generation on relevant platforms.Andrei Belov1-0/+11
In particular, this fixes unit-go package building on Fedora >= 29.
2019-01-24Packages: systemd and other improvements.Remi Collet1-10/+28
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.
2018-11-26Packages: added strict version dependency for unit-dev/unit-devel.Andrei Belov1-0/+1
2018-11-26Packages: added strict version dependency for unit-dev/unit-devel.Andrei Belov1-0/+1
2018-10-23Packages: introduced unit-dev/unit-devel package.Andrei Belov1-1/+19
2018-09-26Packages: removed "loadconfig" and "saveconfig" actions.Andrei Belov1-11/+2
2018-09-20Packages: enabled OpenSSL support.Andrei Belov1-1/+4
2018-03-01Packages: added openSUSE Leap, openSUSE Tumbleweed, SLES support.Andrei Belov1-1/+1
2018-01-26Packages: "test" and "test-debug" targets for rpm.Andrei Belov1-0/+2
2018-01-22Packages: added support for Amazon Linux.Andrei Belov1-0/+2
2017-12-28Packages: hardening flags for rpm.Andrei Belov1-1/+8
2017-10-19Introduced rpm packages building tools.Andrei Belov1-0/+182