From 97124fc349a0deae49ef547f65636b8bb1333ecd Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 21 Jun 2022 15:04:19 +0400 Subject: Packaging: removed support for SLES and derivatives. The packages were never built for those OSes. --- pkg/rpm/unit.spec.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pkg/rpm/unit.spec.in') 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} -- cgit