diff options
author | Andrei Belov <defan@nginx.com> | 2018-03-01 23:03:03 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-03-01 23:03:03 +0300 |
commit | 2d2b5048bc2150ed9abe7f0f24372442e277b738 (patch) | |
tree | 25e6c9361709b590b3276174d2218e14dec5a5f5 /pkg/rpm/unit.spec.in | |
parent | 1f06ccb6d898b6dbb2506e4a893691a67da80130 (diff) | |
download | unit-2d2b5048bc2150ed9abe7f0f24372442e277b738.tar.gz unit-2d2b5048bc2150ed9abe7f0f24372442e277b738.tar.bz2 |
Packages: added openSUSE Leap, openSUSE Tumbleweed, SLES support.
Diffstat (limited to 'pkg/rpm/unit.spec.in')
-rw-r--r-- | pkg/rpm/unit.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/unit.spec.in b/pkg/rpm/unit.spec.in index b510d069..12327449 100644 --- a/pkg/rpm/unit.spec.in +++ b/pkg/rpm/unit.spec.in @@ -1,5 +1,5 @@ # distribution specific definitions -%define use_systemd (0%{?rhel} && 0%{?rhel} >= 7) || (0%{?suse_version} == 1315) +%define use_systemd (0%{?rhel} && 0%{?rhel} >= 7) || (0%{?suse_version} >= 1315) %define bdir %{_builddir}/%{name}-%{version} %define dotests 0 |