forked from pool/tomcat
- Drop gpg verification from spec, it is done by obs
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=65
This commit is contained in:
parent
e80abf11c9
commit
470c908681
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 10:22:27 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Drop gpg verification from spec, it is done by obs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 10:16:07 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -111,9 +111,6 @@ Requires(preun): /sbin/chkconfig
|
||||
Recommends: libtcnative-1-0 >= 1.1.24
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
%if %{with_systemd}
|
||||
BuildRequires: systemd
|
||||
%systemd_requires
|
||||
@ -239,10 +236,6 @@ Requires: jakarta-taglibs-standard >= 1.1
|
||||
The ROOT and examples web applications for Apache Tomcat
|
||||
|
||||
%prep
|
||||
%if 0%{?suse_version} > 1220
|
||||
%gpg_verify %{S:1001}
|
||||
%endif
|
||||
|
||||
%setup -q -n %{packdname}
|
||||
# remove pre-built binaries and windows files
|
||||
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
|
||||
|
Loading…
Reference in New Issue
Block a user