Packaging: removed support for SLES and derivatives.
The packages were never built for those OSes.
This commit is contained 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}
|
||||
|
||||
Reference in New Issue
Block a user