init package of version 19.1.0
This commit is contained in:
parent
84f26bdf49
commit
43b16e4941
@ -1,23 +1,24 @@
|
||||
%global __jar_repack 0
|
||||
|
||||
Name: ovirt-engine-wildfly
|
||||
Version: 23.0.2
|
||||
Release: 1
|
||||
Summary: WildFly Application Server for oVirt Engine
|
||||
Group: Virtualization/Management
|
||||
License: LGPL-2.1
|
||||
URL: http://wildfly.org
|
||||
Source0: https://github.com/wildfly/wildfly/archive/refs/tags/wildfly-23.0.2.Final.zip
|
||||
BuildRequires: unzip
|
||||
BuildRequires: chrpath
|
||||
Requires: java-1.8.0-openjdk
|
||||
BuildArch: noarch
|
||||
Name: ovirt-engine-wildfly
|
||||
Version: 19.1.0
|
||||
Release: 2
|
||||
Summary: WildFly Application Server for oVirt Engine
|
||||
Group: Virtualization/Management
|
||||
License: Apache 2.0
|
||||
URL: http://wildfly.org
|
||||
Source: https://github.com/wildfly/wildfly/archive/refs/tags/wildfly-19.1.0.Final.zip
|
||||
|
||||
BuildRequires: unzip
|
||||
BuildRequires: chrpath
|
||||
|
||||
# Prevent breaking packages that require e.g. libapr-1.so
|
||||
AutoReqProv: no
|
||||
|
||||
|
||||
%description
|
||||
WildFly Application Server for oVirt Engine.
|
||||
|
||||
%build
|
||||
true
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}
|
||||
@ -50,15 +51,11 @@ find \
|
||||
-name '*.so' \
|
||||
-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
|
||||
%{_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
|
||||
- init package
|
||||
%changelog
|
||||
* 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