Packaging: removed support for SLES and derivatives.

The packages were never built for those OSes.
This commit is contained in:
Konstantin Pavlov
2022-06-21 15:04:19 +04:00
parent c65e04682e
commit 97124fc349
13 changed files with 5 additions and 144 deletions

View File

@@ -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}