updated dependencies for RHEL7
This commit is contained in:
parent
f88bdb4e53
commit
f251e900b2
1 changed files with 3 additions and 3 deletions
|
|
@ -26,14 +26,14 @@ BuildRequires: maven-javadoc-plugin
|
|||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-release-plugin
|
||||
BuildRequires: maven-resources-plugin
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
BuildRequires: portlet-2.0-api
|
||||
%endif
|
||||
|
||||
Requires: java-headless >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
Requires: apache-commons-io
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
Requires: portlet-2.0-api
|
||||
%endif
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ This package contains the API documentation for %{name}.
|
|||
sed -i 's/\r//' LICENSE.txt
|
||||
sed -i 's/\r//' NOTICE.txt
|
||||
|
||||
%if 0%{?fedora}
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
# fix gId
|
||||
sed -i "s|<groupId>portlet-api</groupId>|<groupId>javax.portlet</groupId>|" pom.xml
|
||||
%else
|
||||
|
|
|
|||
Reference in a new issue