diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-06-21 15:04:19 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-06-21 15:04:19 +0400 |
commit | 97124fc349a0deae49ef547f65636b8bb1333ecd (patch) | |
tree | c034a49163702a22155b7041183e9a80e219001e /pkg/rpm/unit.spec.in | |
parent | c65e04682e85cc708b534863ae8f4e069ccccf64 (diff) | |
download | unit-97124fc349a0deae49ef547f65636b8bb1333ecd.tar.gz unit-97124fc349a0deae49ef547f65636b8bb1333ecd.tar.bz2 |
Packaging: removed support for SLES and derivatives.
The packages were never built for those OSes.
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/unit.spec.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/rpm/unit.spec.in b/pkg/rpm/unit.spec.in index a9f47e9d..01c08bb8 100644 --- a/pkg/rpm/unit.spec.in +++ b/pkg/rpm/unit.spec.in @@ -17,10 +17,6 @@ BuildRequires: openssl-devel %endif %endif -%if 0%{?suse_version} >= 1315 -BuildRequires: libopenssl-devel -%endif - %define CC_OPT %{optflags} -fPIC %define LD_OPT -Wl,-z,relro -Wl,-z,now -pie @@ -59,10 +55,6 @@ in and out of the application. Take this application server and proxy directly in the cloud / container environments and fully control your app dynamically via an API. -%if 0%{?suse_version} -%debug_package -%endif - %if (0%{?fedora}) || (0%{?rhel} >= 8) %define _debugsource_template %{nil} %endif @@ -142,9 +134,6 @@ cd %{bdir} && make tests && ./build/tests cd %{bdir} grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list cat /dev/null > debugsources.list -%if 0%{?suse_version} >= 1500 -cat /dev/null > debugsourcefiles.list -%endif %clean %{__rm} -rf %{buildroot} |