Compare commits
11 Commits
fa7f98c4a5
...
717f0d7dcb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
717f0d7dcb | ||
|
|
e8fd2fafef | ||
|
|
f4c0987db7 | ||
|
|
5d45645efc | ||
|
|
7eed7c7d39 | ||
|
|
442a9503b7 | ||
|
|
038844f4ae | ||
|
|
35b885350a | ||
|
|
42397ecafc | ||
|
|
1338ba5fa1 | ||
|
|
5338d460ed |
@ -1,24 +1,26 @@
|
||||
%global __jar_repack 0
|
||||
|
||||
Name: ovirt-engine-wildfly
|
||||
Version: 22.0.0
|
||||
Release: 1
|
||||
Version: 19.1.0
|
||||
Release: 3
|
||||
Summary: WildFly Application Server for oVirt Engine
|
||||
Group: Virtualization/Management
|
||||
License: ASL 2.0
|
||||
License: Apache 2.0
|
||||
URL: http://wildfly.org
|
||||
Source: wildfly-22.0.0.Final.zip
|
||||
Source: https://github.com/wildfly/wildfly/archive/refs/tags/wildfly-19.1.0.Final.zip
|
||||
|
||||
BuildRequires: unzip
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: binutils
|
||||
|
||||
# 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}
|
||||
@ -45,18 +47,24 @@ remove_shared_objects linux-x86_64
|
||||
%endif
|
||||
|
||||
# Delete the "rpath" of the remaining shared objects:
|
||||
# Strip the remaining shared objects
|
||||
find \
|
||||
%{buildroot}%{_datadir}/%{name}/modules/system/layers/base \
|
||||
-type f \
|
||||
-name '*.so' \
|
||||
-exec chrpath --delete {} \;
|
||||
|
||||
-exec chrpath --delete {} \; \
|
||||
-exec rm -rf {} \;
|
||||
|
||||
%files
|
||||
%{_datadir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 06 2021 lijunwei <lijunwei@kylinos.cn> 22.0.0-1
|
||||
- init package
|
||||
* Tue Aug 29 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 19.1.0-3
|
||||
- Remove symbols for shared library files
|
||||
|
||||
* Fri Apr 07 2023 wangdi <wangdi@kylinos.cn> - 19.1.0-2
|
||||
- strip shared objects
|
||||
|
||||
* Mon Jun 27 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 19.1.0-1
|
||||
- Init package
|
||||
|
||||
4
ovirt-engine-wildfly.yaml
Normal file
4
ovirt-engine-wildfly.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: wildfly/wildfly
|
||||
tag_prefix: ^
|
||||
separator: "."
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user