!8 Init package ovirt-engine-wildfly of version 19.1.0
From: @wang--ge Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
ca6eb2e29f
@ -1,23 +1,24 @@
|
|||||||
%global __jar_repack 0
|
%global __jar_repack 0
|
||||||
|
|
||||||
Name: ovirt-engine-wildfly
|
Name: ovirt-engine-wildfly
|
||||||
Version: 23.0.2
|
Version: 19.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: WildFly Application Server for oVirt Engine
|
Summary: WildFly Application Server for oVirt Engine
|
||||||
Group: Virtualization/Management
|
Group: Virtualization/Management
|
||||||
License: LGPL-2.1
|
License: Apache 2.0
|
||||||
URL: http://wildfly.org
|
URL: http://wildfly.org
|
||||||
Source0: https://github.com/wildfly/wildfly/archive/refs/tags/wildfly-23.0.2.Final.zip
|
Source: https://github.com/wildfly/wildfly/archive/refs/tags/wildfly-19.1.0.Final.zip
|
||||||
BuildRequires: unzip
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: unzip
|
||||||
Requires: java-1.8.0-openjdk
|
BuildRequires: chrpath
|
||||||
BuildArch: noarch
|
|
||||||
|
# Prevent breaking packages that require e.g. libapr-1.so
|
||||||
|
AutoReqProv: no
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WildFly Application Server for oVirt Engine.
|
WildFly Application Server for oVirt Engine.
|
||||||
|
|
||||||
%build
|
|
||||||
true
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}
|
mkdir -p %{buildroot}%{_datadir}
|
||||||
@ -50,15 +51,11 @@ find \
|
|||||||
-name '*.so' \
|
-name '*.so' \
|
||||||
-exec chrpath --delete {} \;
|
-exec chrpath --delete {} \;
|
||||||
|
|
||||||
# Delete all files what support win in exec dir
|
|
||||||
rm -rf %{buildroot}%{_datadir}/%{name}/bin/*.bat %{buildroot}%{_datadir}/%{name}/bin/*.ps1
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Sep 6 2021 baizhonggui <baizhonggui@huawei.com> - 23.0.2-1
|
|
||||||
- Update to 23.0.2
|
|
||||||
|
|
||||||
* Tue Jul 06 2021 lijunwei <lijunwei@kylinos.cn> 22.0.0-1
|
%changelog
|
||||||
- init package
|
* Sun Sep 26 2021 Ge Wang <wangge20@huawei.com> 19.1.0-1
|
||||||
|
- Init Package
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user